@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateDatasetContentRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description | 
|---|
CreateDatasetContentRequest()  | 
| Modifier and Type | Method and Description | 
|---|---|
CreateDatasetContentRequest | 
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 data set. 
 | 
int | 
hashCode()  | 
void | 
setDatasetName(String datasetName)
 The name of the data set. 
 | 
String | 
toString()
Returns a string representation of this object. 
 | 
CreateDatasetContentRequest | 
withDatasetName(String datasetName)
 The name of the data set. 
 | 
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, withSdkRequestTimeoutpublic void setDatasetName(String datasetName)
The name of the data set.
datasetName - The name of the data set.public String getDatasetName()
The name of the data set.
public CreateDatasetContentRequest withDatasetName(String datasetName)
The name of the data set.
datasetName - The name of the data set.public String toString()
toString in class ObjectObject.toString()public CreateDatasetContentRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()