@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteTimeSeriesDataPointsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DeleteTimeSeriesDataPointsRequest() |
Modifier and Type | Method and Description |
---|---|
DeleteTimeSeriesDataPointsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getClientToken()
A unique, case-sensitive identifier to ensure idempotency of the request.
|
String |
getDomainIdentifier()
The ID of the Amazon DataZone domain that houses the asset for which you want to delete a time series form.
|
String |
getEntityIdentifier()
The ID of the asset for which you want to delete a time series form.
|
String |
getEntityType()
The type of the asset for which you want to delete a time series form.
|
String |
getFormName()
The name of the time series form that you want to delete.
|
int |
hashCode() |
void |
setClientToken(String clientToken)
A unique, case-sensitive identifier to ensure idempotency of the request.
|
void |
setDomainIdentifier(String domainIdentifier)
The ID of the Amazon DataZone domain that houses the asset for which you want to delete a time series form.
|
void |
setEntityIdentifier(String entityIdentifier)
The ID of the asset for which you want to delete a time series form.
|
void |
setEntityType(String entityType)
The type of the asset for which you want to delete a time series form.
|
void |
setFormName(String formName)
The name of the time series form that you want to delete.
|
String |
toString()
Returns a string representation of this object.
|
DeleteTimeSeriesDataPointsRequest |
withClientToken(String clientToken)
A unique, case-sensitive identifier to ensure idempotency of the request.
|
DeleteTimeSeriesDataPointsRequest |
withDomainIdentifier(String domainIdentifier)
The ID of the Amazon DataZone domain that houses the asset for which you want to delete a time series form.
|
DeleteTimeSeriesDataPointsRequest |
withEntityIdentifier(String entityIdentifier)
The ID of the asset for which you want to delete a time series form.
|
DeleteTimeSeriesDataPointsRequest |
withEntityType(String entityType)
The type of the asset for which you want to delete a time series form.
|
DeleteTimeSeriesDataPointsRequest |
withEntityType(TimeSeriesEntityType entityType)
The type of the asset for which you want to delete a time series form.
|
DeleteTimeSeriesDataPointsRequest |
withFormName(String formName)
The name of the time series form that you want to delete.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setClientToken(String clientToken)
A unique, case-sensitive identifier to ensure idempotency of the request. This field is automatically populated if not provided.
clientToken
- A unique, case-sensitive identifier to ensure idempotency of the request. This field is automatically
populated if not provided.public String getClientToken()
A unique, case-sensitive identifier to ensure idempotency of the request. This field is automatically populated if not provided.
public DeleteTimeSeriesDataPointsRequest withClientToken(String clientToken)
A unique, case-sensitive identifier to ensure idempotency of the request. This field is automatically populated if not provided.
clientToken
- A unique, case-sensitive identifier to ensure idempotency of the request. This field is automatically
populated if not provided.public void setDomainIdentifier(String domainIdentifier)
The ID of the Amazon DataZone domain that houses the asset for which you want to delete a time series form.
domainIdentifier
- The ID of the Amazon DataZone domain that houses the asset for which you want to delete a time series
form.public String getDomainIdentifier()
The ID of the Amazon DataZone domain that houses the asset for which you want to delete a time series form.
public DeleteTimeSeriesDataPointsRequest withDomainIdentifier(String domainIdentifier)
The ID of the Amazon DataZone domain that houses the asset for which you want to delete a time series form.
domainIdentifier
- The ID of the Amazon DataZone domain that houses the asset for which you want to delete a time series
form.public void setEntityIdentifier(String entityIdentifier)
The ID of the asset for which you want to delete a time series form.
entityIdentifier
- The ID of the asset for which you want to delete a time series form.public String getEntityIdentifier()
The ID of the asset for which you want to delete a time series form.
public DeleteTimeSeriesDataPointsRequest withEntityIdentifier(String entityIdentifier)
The ID of the asset for which you want to delete a time series form.
entityIdentifier
- The ID of the asset for which you want to delete a time series form.public void setEntityType(String entityType)
The type of the asset for which you want to delete a time series form.
entityType
- The type of the asset for which you want to delete a time series form.TimeSeriesEntityType
public String getEntityType()
The type of the asset for which you want to delete a time series form.
TimeSeriesEntityType
public DeleteTimeSeriesDataPointsRequest withEntityType(String entityType)
The type of the asset for which you want to delete a time series form.
entityType
- The type of the asset for which you want to delete a time series form.TimeSeriesEntityType
public DeleteTimeSeriesDataPointsRequest withEntityType(TimeSeriesEntityType entityType)
The type of the asset for which you want to delete a time series form.
entityType
- The type of the asset for which you want to delete a time series form.TimeSeriesEntityType
public void setFormName(String formName)
The name of the time series form that you want to delete.
formName
- The name of the time series form that you want to delete.public String getFormName()
The name of the time series form that you want to delete.
public DeleteTimeSeriesDataPointsRequest withFormName(String formName)
The name of the time series form that you want to delete.
formName
- The name of the time series form that you want to delete.public String toString()
toString
in class Object
Object.toString()
public DeleteTimeSeriesDataPointsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()