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
Evaluation during creation. |
String |
getEvaluationName()
A new user-supplied name or description of the
Evaluation
that will replace the current content. |
int |
hashCode() |
void |
setEvaluationId(String evaluationId)
The ID assigned to the
Evaluation during creation. |
void |
setEvaluationName(String evaluationName)
A new user-supplied name or description of the
Evaluation
that 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
Evaluation during creation. |
UpdateEvaluationRequest |
withEvaluationName(String evaluationName)
A new user-supplied name or description of the
Evaluation
that will replace the current content. |
copyBaseTo, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollector
public 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 Object
Object.toString()
public UpdateEvaluationRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2015. All rights reserved.