public class UpdateEvaluationRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
UpdateEvaluation operation.
 
 Updates the EvaluationName of an Evaluation
 .
 
You can use the GetEvaluation operation to view the contents of the updated data element.
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. | 
copyBaseTo, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollectorpublic String getEvaluationId()
Evaluation during creation.
 
 Constraints:
 Length: 1 - 64
 Pattern: [a-zA-Z0-9_.-]+
Evaluation during creation.public void setEvaluationId(String evaluationId)
Evaluation during creation.
 
 Constraints:
 Length: 1 - 64
 Pattern: [a-zA-Z0-9_.-]+
evaluationId - The ID assigned to the Evaluation during creation.public UpdateEvaluationRequest withEvaluationId(String evaluationId)
Evaluation during creation.
 Returns a reference to this object so that method calls can be chained together.
 Constraints:
 Length: 1 - 64
 Pattern: [a-zA-Z0-9_.-]+
evaluationId - The ID assigned to the Evaluation during creation.public String getEvaluationName()
Evaluation
 that will replace the current content.
 
 Constraints:
 Length: 0 - 1024
 Pattern: .*\S.*|^$
Evaluation
         that will replace the current content.public void setEvaluationName(String evaluationName)
Evaluation
 that will replace the current content.
 
 Constraints:
 Length: 0 - 1024
 Pattern: .*\S.*|^$
evaluationName - A new user-supplied name or description of the Evaluation
         that will replace the current content.public UpdateEvaluationRequest withEvaluationName(String evaluationName)
Evaluation
 that will replace the current content.
 Returns a reference to this object so that method calls can be chained together.
 Constraints:
 Length: 0 - 1024
 Pattern: .*\S.*|^$
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 © 2015. All rights reserved.