@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DistributeDatasetEntriesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description | 
|---|
| DistributeDatasetEntriesRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| DistributeDatasetEntriesRequest | clone()Creates a shallow clone of this object for all fields except the handler context. | 
| boolean | equals(Object obj) | 
| List<DistributeDataset> | getDatasets()
 The ARNS for the training dataset and test dataset that you want to use. | 
| int | hashCode() | 
| void | setDatasets(Collection<DistributeDataset> datasets)
 The ARNS for the training dataset and test dataset that you want to use. | 
| String | toString()Returns a string representation of this object. | 
| DistributeDatasetEntriesRequest | withDatasets(Collection<DistributeDataset> datasets)
 The ARNS for the training dataset and test dataset that you want to use. | 
| DistributeDatasetEntriesRequest | withDatasets(DistributeDataset... datasets)
 The ARNS for the training dataset and test dataset that you want to use. | 
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 List<DistributeDataset> getDatasets()
The ARNS for the training dataset and test dataset that you want to use. The datasets must belong to the same project. The test dataset must be empty.
public void setDatasets(Collection<DistributeDataset> datasets)
The ARNS for the training dataset and test dataset that you want to use. The datasets must belong to the same project. The test dataset must be empty.
datasets - The ARNS for the training dataset and test dataset that you want to use. The datasets must belong to the
        same project. The test dataset must be empty.public DistributeDatasetEntriesRequest withDatasets(DistributeDataset... datasets)
The ARNS for the training dataset and test dataset that you want to use. The datasets must belong to the same project. The test dataset must be empty.
 NOTE: This method appends the values to the existing list (if any). Use
 setDatasets(java.util.Collection) or withDatasets(java.util.Collection) if you want to override
 the existing values.
 
datasets - The ARNS for the training dataset and test dataset that you want to use. The datasets must belong to the
        same project. The test dataset must be empty.public DistributeDatasetEntriesRequest withDatasets(Collection<DistributeDataset> datasets)
The ARNS for the training dataset and test dataset that you want to use. The datasets must belong to the same project. The test dataset must be empty.
datasets - The ARNS for the training dataset and test dataset that you want to use. The datasets must belong to the
        same project. The test dataset must be empty.public String toString()
toString in class ObjectObject.toString()public DistributeDatasetEntriesRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()