@Generated(value="software.amazon.awssdk:codegen") public class UpdateMLModelResponse extends AmazonWebServiceResult<ResponseMetadata> implements software.amazon.awssdk.utils.builder.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) |
int |
hashCode() |
String |
mlModelId()
The ID assigned to the
MLModel during creation. |
static Class<? extends UpdateMLModelResponse.Builder> |
serializableBuilderClass() |
UpdateMLModelResponse.Builder |
toBuilder() |
String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic 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 software.amazon.awssdk.utils.builder.ToCopyableBuilder<UpdateMLModelResponse.Builder,UpdateMLModelResponse>public static UpdateMLModelResponse.Builder builder()
public static Class<? extends UpdateMLModelResponse.Builder> serializableBuilderClass()
Copyright © 2017. All rights reserved.