@Generated(value="software.amazon.awssdk:codegen") public class DeleteMLModelResponse extends AmazonWebServiceResult<ResponseMetadata> implements software.amazon.awssdk.utils.builder.ToCopyableBuilder<DeleteMLModelResponse.Builder,DeleteMLModelResponse>
Represents the output of a DeleteMLModel operation.
You can use the GetMLModel operation and check the value of the Status parameter to see
whether an MLModel is marked as DELETED.
| Modifier and Type | Class and Description |
|---|---|
static interface |
DeleteMLModelResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DeleteMLModelResponse.Builder |
builder() |
boolean |
equals(Object obj) |
int |
hashCode() |
String |
mlModelId()
A user-supplied ID that uniquely identifies the
MLModel. |
static Class<? extends DeleteMLModelResponse.Builder> |
serializableBuilderClass() |
DeleteMLModelResponse.Builder |
toBuilder() |
String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String mlModelId()
A user-supplied ID that uniquely identifies the MLModel. This value should be identical to the value
of the MLModelID in the request.
MLModel. This value should be identical to
the value of the MLModelID in the request.public DeleteMLModelResponse.Builder toBuilder()
toBuilder in interface software.amazon.awssdk.utils.builder.ToCopyableBuilder<DeleteMLModelResponse.Builder,DeleteMLModelResponse>public static DeleteMLModelResponse.Builder builder()
public static Class<? extends DeleteMLModelResponse.Builder> serializableBuilderClass()
Copyright © 2017. All rights reserved.