@Generated(value="software.amazon.awssdk:codegen") public class UpdateEvaluationResponse extends AmazonWebServiceResult<ResponseMetadata> implements software.amazon.awssdk.utils.builder.ToCopyableBuilder<UpdateEvaluationResponse.Builder,UpdateEvaluationResponse>
Represents the output of an UpdateEvaluation operation.
You can see the updated content by using the GetEvaluation operation.
| Modifier and Type | Class and Description |
|---|---|
static interface |
UpdateEvaluationResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static UpdateEvaluationResponse.Builder |
builder() |
boolean |
equals(Object obj) |
String |
evaluationId()
The ID assigned to the
Evaluation during creation. |
int |
hashCode() |
static Class<? extends UpdateEvaluationResponse.Builder> |
serializableBuilderClass() |
UpdateEvaluationResponse.Builder |
toBuilder() |
String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String evaluationId()
The ID assigned to the Evaluation during creation. This value should be identical to the value of
the Evaluation in the request.
Evaluation during creation. This value should be identical to the
value of the Evaluation in the request.public UpdateEvaluationResponse.Builder toBuilder()
toBuilder in interface software.amazon.awssdk.utils.builder.ToCopyableBuilder<UpdateEvaluationResponse.Builder,UpdateEvaluationResponse>public static UpdateEvaluationResponse.Builder builder()
public static Class<? extends UpdateEvaluationResponse.Builder> serializableBuilderClass()
Copyright © 2017. All rights reserved.