@Generated(value="software.amazon.awssdk:codegen") public final class UpdateMlModelResponse extends MachineLearningResponse implements ToCopyableBuilder<UpdateMlModelResponse.Builder,UpdateMlModelResponse>
Represents the output of an UpdateMLModel operation.
You can see the updated content by using the GetMLModel operation.
| Modifier and Type | Class and Description |
|---|---|
static interface |
UpdateMlModelResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static UpdateMlModelResponse.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
mlModelId()
The ID assigned to the
MLModel during creation. |
List<SdkField<?>> |
sdkFields() |
static Class<? extends UpdateMlModelResponse.Builder> |
serializableBuilderClass() |
UpdateMlModelResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String mlModelId()
The ID assigned to the MLModel during creation. This value should be identical to the value of the
MLModelID in the request.
MLModel during creation. This value should be identical to the value
of the MLModelID in the request.public UpdateMlModelResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UpdateMlModelResponse.Builder,UpdateMlModelResponse>toBuilder in class AwsResponsepublic static UpdateMlModelResponse.Builder builder()
public static Class<? extends UpdateMlModelResponse.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsResponsepublic final boolean equals(Object obj)
equals in class AwsResponsepublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2020. All rights reserved.