@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteDatasetContentRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DeleteDatasetContentRequest() |
Modifier and Type | Method and Description |
---|---|
DeleteDatasetContentRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getDatasetName()
The name of the dataset whose content is deleted.
|
String |
getVersionId()
The version of the dataset whose content is deleted.
|
int |
hashCode() |
void |
setDatasetName(String datasetName)
The name of the dataset whose content is deleted.
|
void |
setVersionId(String versionId)
The version of the dataset whose content is deleted.
|
String |
toString()
Returns a string representation of this object.
|
DeleteDatasetContentRequest |
withDatasetName(String datasetName)
The name of the dataset whose content is deleted.
|
DeleteDatasetContentRequest |
withVersionId(String versionId)
The version of the dataset whose content is deleted.
|
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 setDatasetName(String datasetName)
The name of the dataset whose content is deleted.
datasetName
- The name of the dataset whose content is deleted.public String getDatasetName()
The name of the dataset whose content is deleted.
public DeleteDatasetContentRequest withDatasetName(String datasetName)
The name of the dataset whose content is deleted.
datasetName
- The name of the dataset whose content is deleted.public void setVersionId(String versionId)
The version of the dataset whose content is deleted. You can also use the strings "$LATEST" or "$LATEST_SUCCEEDED" to delete the latest or latest successfully completed data set. If not specified, "$LATEST_SUCCEEDED" is the default.
versionId
- The version of the dataset whose content is deleted. You can also use the strings "$LATEST" or
"$LATEST_SUCCEEDED" to delete the latest or latest successfully completed data set. If not specified,
"$LATEST_SUCCEEDED" is the default.public String getVersionId()
The version of the dataset whose content is deleted. You can also use the strings "$LATEST" or "$LATEST_SUCCEEDED" to delete the latest or latest successfully completed data set. If not specified, "$LATEST_SUCCEEDED" is the default.
public DeleteDatasetContentRequest withVersionId(String versionId)
The version of the dataset whose content is deleted. You can also use the strings "$LATEST" or "$LATEST_SUCCEEDED" to delete the latest or latest successfully completed data set. If not specified, "$LATEST_SUCCEEDED" is the default.
versionId
- The version of the dataset whose content is deleted. You can also use the strings "$LATEST" or
"$LATEST_SUCCEEDED" to delete the latest or latest successfully completed data set. If not specified,
"$LATEST_SUCCEEDED" is the default.public String toString()
toString
in class Object
Object.toString()
public DeleteDatasetContentRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()