@Generated(value="com.amazonaws:aws-java-sdk-code-generator") 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 object for all fields except the handler context.
|
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. |
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, withSdkRequestTimeout
public 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 Object
Object.toString()
public UpdateEvaluationRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.