@Generated(value="software.amazon.awssdk:codegen") public final class UpdateEvaluationResponse extends MachineLearningResponse 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 and Description |
|---|---|
static interface |
UpdateEvaluationResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static UpdateEvaluationResponse.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
evaluationId()
The ID assigned to the
Evaluation during creation. |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends UpdateEvaluationResponse.Builder> |
serializableBuilderClass() |
UpdateEvaluationResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, 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 ToCopyableBuilder<UpdateEvaluationResponse.Builder,UpdateEvaluationResponse>toBuilder in class AwsResponsepublic static UpdateEvaluationResponse.Builder builder()
public static Class<? extends UpdateEvaluationResponse.Builder> serializableBuilderClass()
public int hashCode()
hashCode in class AwsResponsepublic boolean equals(Object obj)
equals in class AwsResponsepublic boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2019. All rights reserved.