Class DeleteTimeSeriesDataPointsRequest
- java.lang.Object
-
- software.amazon.awssdk.core.SdkRequest
-
- software.amazon.awssdk.awscore.AwsRequest
-
- software.amazon.awssdk.services.datazone.model.DataZoneRequest
-
- software.amazon.awssdk.services.datazone.model.DeleteTimeSeriesDataPointsRequest
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<DeleteTimeSeriesDataPointsRequest.Builder,DeleteTimeSeriesDataPointsRequest>
@Generated("software.amazon.awssdk:codegen") public final class DeleteTimeSeriesDataPointsRequest extends DataZoneRequest implements ToCopyableBuilder<DeleteTimeSeriesDataPointsRequest.Builder,DeleteTimeSeriesDataPointsRequest>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceDeleteTimeSeriesDataPointsRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DeleteTimeSeriesDataPointsRequest.Builderbuilder()StringclientToken()A unique, case-sensitive identifier to ensure idempotency of the request.StringdomainIdentifier()The ID of the Amazon DataZone domain that houses the asset for which you want to delete a time series form.StringentityIdentifier()The ID of the asset for which you want to delete a time series form.TimeSeriesEntityTypeentityType()The type of the asset for which you want to delete a time series form.StringentityTypeAsString()The type of the asset for which you want to delete a time series form.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)StringformName()The name of the time series form that you want to delete.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends DeleteTimeSeriesDataPointsRequest.Builder>serializableBuilderClass()DeleteTimeSeriesDataPointsRequest.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class software.amazon.awssdk.awscore.AwsRequest
overrideConfiguration
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
clientToken
public final String clientToken()
A unique, case-sensitive identifier to ensure idempotency of the request. This field is automatically populated if not provided.
- Returns:
- A unique, case-sensitive identifier to ensure idempotency of the request. This field is automatically populated if not provided.
-
domainIdentifier
public final String domainIdentifier()
The ID of the Amazon DataZone domain that houses the asset for which you want to delete a time series form.
- Returns:
- The ID of the Amazon DataZone domain that houses the asset for which you want to delete a time series form.
-
entityIdentifier
public final String entityIdentifier()
The ID of the asset for which you want to delete a time series form.
- Returns:
- The ID of the asset for which you want to delete a time series form.
-
entityType
public final TimeSeriesEntityType entityType()
The type of the asset for which you want to delete a time series form.
If the service returns an enum value that is not available in the current SDK version,
entityTypewill returnTimeSeriesEntityType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromentityTypeAsString().- Returns:
- The type of the asset for which you want to delete a time series form.
- See Also:
TimeSeriesEntityType
-
entityTypeAsString
public final String entityTypeAsString()
The type of the asset for which you want to delete a time series form.
If the service returns an enum value that is not available in the current SDK version,
entityTypewill returnTimeSeriesEntityType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromentityTypeAsString().- Returns:
- The type of the asset for which you want to delete a time series form.
- See Also:
TimeSeriesEntityType
-
formName
public final String formName()
The name of the time series form that you want to delete.
- Returns:
- The name of the time series form that you want to delete.
-
toBuilder
public DeleteTimeSeriesDataPointsRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<DeleteTimeSeriesDataPointsRequest.Builder,DeleteTimeSeriesDataPointsRequest>- Specified by:
toBuilderin classDataZoneRequest
-
builder
public static DeleteTimeSeriesDataPointsRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends DeleteTimeSeriesDataPointsRequest.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsRequest
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsRequest
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
getValueForField
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
- Overrides:
getValueForFieldin classSdkRequest
-
-