@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetEvaluationRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description | 
|---|
| GetEvaluationRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| GetEvaluationRequest | clone()Creates a shallow clone of this object for all fields except the handler context. | 
| boolean | equals(Object obj) | 
| String | getEvaluationId()
 The ID of the  Evaluationto retrieve. | 
| int | hashCode() | 
| void | setEvaluationId(String evaluationId)
 The ID of the  Evaluationto retrieve. | 
| String | toString()Returns a string representation of this object. | 
| GetEvaluationRequest | withEvaluationId(String evaluationId)
 The ID of the  Evaluationto retrieve. | 
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 setEvaluationId(String evaluationId)
 The ID of the Evaluation to retrieve. The evaluation of each MLModel is recorded and
 cataloged. The ID provides the means to access the information.
 
evaluationId - The ID of the Evaluation to retrieve. The evaluation of each MLModel is recorded
        and cataloged. The ID provides the means to access the information.public String getEvaluationId()
 The ID of the Evaluation to retrieve. The evaluation of each MLModel is recorded and
 cataloged. The ID provides the means to access the information.
 
Evaluation to retrieve. The evaluation of each MLModel is
         recorded and cataloged. The ID provides the means to access the information.public GetEvaluationRequest withEvaluationId(String evaluationId)
 The ID of the Evaluation to retrieve. The evaluation of each MLModel is recorded and
 cataloged. The ID provides the means to access the information.
 
evaluationId - The ID of the Evaluation to retrieve. The evaluation of each MLModel is recorded
        and cataloged. The ID provides the means to access the information.public String toString()
toString in class ObjectObject.toString()public GetEvaluationRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()