ToCopyableBuilder<UpdateMLModelResponse.Builder,UpdateMLModelResponse>@Generated("software.amazon.awssdk:codegen") public class UpdateMLModelResponse extends AmazonWebServiceResult<ResponseMetadata> 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 | Description |
|---|---|---|
static interface |
UpdateMLModelResponse.Builder |
| Modifier and Type | Method | Description |
|---|---|---|
static UpdateMLModelResponse.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
mlModelId() |
The ID assigned to the
MLModel during creation. |
static Class<? extends UpdateMLModelResponse.Builder> |
serializableBuilderClass() |
|
UpdateMLModelResponse.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 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()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<UpdateMLModelResponse.Builder,UpdateMLModelResponse>public static UpdateMLModelResponse.Builder builder()
public static Class<? extends UpdateMLModelResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.