@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetTrainingDatasetRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
GetTrainingDatasetRequest() |
| Modifier and Type | Method and Description |
|---|---|
GetTrainingDatasetRequest |
clone() |
boolean |
equals(Object obj) |
String |
getTrainingDatasetArn()
The Amazon Resource Name (ARN) of the training dataset that you are interested in.
|
int |
hashCode() |
void |
setTrainingDatasetArn(String trainingDatasetArn)
The Amazon Resource Name (ARN) of the training dataset that you are interested in.
|
String |
toString()
Returns a string representation of this object.
|
GetTrainingDatasetRequest |
withTrainingDatasetArn(String trainingDatasetArn)
The Amazon Resource Name (ARN) of the training dataset that you are interested in.
|
addHandlerContext, copyBaseTo, 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 setTrainingDatasetArn(String trainingDatasetArn)
The Amazon Resource Name (ARN) of the training dataset that you are interested in.
trainingDatasetArn - The Amazon Resource Name (ARN) of the training dataset that you are interested in.public String getTrainingDatasetArn()
The Amazon Resource Name (ARN) of the training dataset that you are interested in.
public GetTrainingDatasetRequest withTrainingDatasetArn(String trainingDatasetArn)
The Amazon Resource Name (ARN) of the training dataset that you are interested in.
trainingDatasetArn - The Amazon Resource Name (ARN) of the training dataset that you are interested in.public String toString()
toString in class ObjectObject.toString()public GetTrainingDatasetRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2024. All rights reserved.