ToCopyableBuilder<UpdateEvaluationResponse.Builder,UpdateEvaluationResponse>@Generated("software.amazon.awssdk:codegen") public class UpdateEvaluationResponse extends AmazonWebServiceResult<ResponseMetadata> implements 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 | Description |
|---|---|---|
static interface |
UpdateEvaluationResponse.Builder |
| Modifier and Type | Method | 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() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
setSdkHttpMetadata, setSdkResponseMetadatapublic 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()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<UpdateEvaluationResponse.Builder,UpdateEvaluationResponse>public static UpdateEvaluationResponse.Builder builder()
public static Class<? extends UpdateEvaluationResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.