public class UpdateEvaluationRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description | 
|---|
| UpdateEvaluationRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| UpdateEvaluationRequest | clone()Creates a shallow clone of this request. | 
| boolean | equals(Object obj) | 
| String | getEvaluationId()
 The ID assigned to the  Evaluationduring creation. | 
| String | getEvaluationName()
 A new user-supplied name or description of the  Evaluationthat will replace the current content. | 
| int | hashCode() | 
| void | setEvaluationId(String evaluationId)
 The ID assigned to the  Evaluationduring creation. | 
| void | setEvaluationName(String evaluationName)
 A new user-supplied name or description of the  Evaluationthat will replace the current content. | 
| String | toString()Returns a string representation of this object; useful for testing and
 debugging. | 
| UpdateEvaluationRequest | withEvaluationId(String evaluationId)
 The ID assigned to the  Evaluationduring creation. | 
| UpdateEvaluationRequest | withEvaluationName(String evaluationName)
 A new user-supplied name or description of the  Evaluationthat will replace the current content. | 
getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setEvaluationId(String evaluationId)
 The ID assigned to the Evaluation during creation.
 
evaluationId - The ID assigned to the Evaluation during creation.public String getEvaluationId()
 The ID assigned to the Evaluation during creation.
 
Evaluation during creation.public UpdateEvaluationRequest withEvaluationId(String evaluationId)
 The ID assigned to the Evaluation during creation.
 
evaluationId - The ID assigned to the Evaluation during creation.public void setEvaluationName(String evaluationName)
 A new user-supplied name or description of the Evaluation
 that will replace the current content.
 
evaluationName - A new user-supplied name or description of the
        Evaluation that will replace the current content.public String getEvaluationName()
 A new user-supplied name or description of the Evaluation
 that will replace the current content.
 
Evaluation that will replace the current content.public UpdateEvaluationRequest withEvaluationName(String evaluationName)
 A new user-supplied name or description of the Evaluation
 that will replace the current content.
 
evaluationName - A new user-supplied name or description of the
        Evaluation that will replace the current content.public String toString()
toString in class ObjectObject.toString()public UpdateEvaluationRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.