public class DeleteEvaluationRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
DeleteEvaluation operation.
Assigns the DELETED status to an Evaluation
, rendering it unusable.
After invoking the DeleteEvaluation operation, you can
use the GetEvaluation operation to verify that the status of the
Evaluation changed to DELETED .
NOOP| Constructor and Description |
|---|
DeleteEvaluationRequest() |
| Modifier and Type | Method and Description |
|---|---|
DeleteEvaluationRequest |
clone() |
boolean |
equals(Object obj) |
String |
getEvaluationId()
A user-supplied ID that uniquely identifies the
Evaluation to delete. |
int |
hashCode() |
void |
setEvaluationId(String evaluationId)
A user-supplied ID that uniquely identifies the
Evaluation to delete. |
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DeleteEvaluationRequest |
withEvaluationId(String evaluationId)
A user-supplied ID that uniquely identifies the
Evaluation to delete. |
copyBaseTo, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollectorpublic String getEvaluationId()
Evaluation to delete.
Constraints:
Length: 1 - 64
Pattern: [a-zA-Z0-9_.-]+
Evaluation to delete.public void setEvaluationId(String evaluationId)
Evaluation to delete.
Constraints:
Length: 1 - 64
Pattern: [a-zA-Z0-9_.-]+
evaluationId - A user-supplied ID that uniquely identifies the
Evaluation to delete.public DeleteEvaluationRequest withEvaluationId(String evaluationId)
Evaluation to delete.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 64
Pattern: [a-zA-Z0-9_.-]+
evaluationId - A user-supplied ID that uniquely identifies the
Evaluation to delete.public String toString()
toString in class ObjectObject.toString()public DeleteEvaluationRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2015. All rights reserved.