public class UpdateEvaluationRequest extends AmazonWebServiceRequest implements java.io.Serializable, java.lang.Cloneable
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
evaluationId
The ID assigned to the
Evaluation during creation. |
private java.lang.String |
evaluationName
A new user-supplied name or description of the
Evaluation
that will replace the current content. |
NOOP
Constructor and Description |
---|
UpdateEvaluationRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateEvaluationRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getEvaluationId()
The ID assigned to the
Evaluation during creation. |
java.lang.String |
getEvaluationName()
A new user-supplied name or description of the
Evaluation
that will replace the current content. |
int |
hashCode() |
void |
setEvaluationId(java.lang.String evaluationId)
The ID assigned to the
Evaluation during creation. |
void |
setEvaluationName(java.lang.String evaluationName)
A new user-supplied name or description of the
Evaluation
that will replace the current content. |
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
UpdateEvaluationRequest |
withEvaluationId(java.lang.String evaluationId)
The ID assigned to the
Evaluation during creation. |
UpdateEvaluationRequest |
withEvaluationName(java.lang.String evaluationName)
A new user-supplied name or description of the
Evaluation
that will replace the current content. |
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
private java.lang.String evaluationId
The ID assigned to the Evaluation
during creation.
private java.lang.String evaluationName
A new user-supplied name or description of the Evaluation
that will replace the current content.
public void setEvaluationId(java.lang.String evaluationId)
The ID assigned to the Evaluation
during creation.
evaluationId
- The ID assigned to the Evaluation
during creation.public java.lang.String getEvaluationId()
The ID assigned to the Evaluation
during creation.
Evaluation
during creation.public UpdateEvaluationRequest withEvaluationId(java.lang.String evaluationId)
The ID assigned to the Evaluation
during creation.
evaluationId
- The ID assigned to the Evaluation
during creation.public void setEvaluationName(java.lang.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 java.lang.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(java.lang.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 java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public UpdateEvaluationRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()