@Generated(value="software.amazon.awssdk:codegen") public final class DeleteRealtimeEndpointResponse extends MachineLearningResponse implements ToCopyableBuilder<DeleteRealtimeEndpointResponse.Builder,DeleteRealtimeEndpointResponse>
Represents the output of an DeleteRealtimeEndpoint operation.
The result contains the MLModelId and the endpoint information for the MLModel.
| Modifier and Type | Class and Description |
|---|---|
static interface |
DeleteRealtimeEndpointResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DeleteRealtimeEndpointResponse.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
mlModelId()
A user-supplied ID that uniquely identifies the
MLModel. |
RealtimeEndpointInfo |
realtimeEndpointInfo()
The endpoint information of the
MLModel |
List<SdkField<?>> |
sdkFields() |
static Class<? extends DeleteRealtimeEndpointResponse.Builder> |
serializableBuilderClass() |
DeleteRealtimeEndpointResponse.Builder |
toBuilder() |
String |
toString() |
responseMetadatasdkHttpResponseclone, 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 RealtimeEndpointInfo realtimeEndpointInfo()
The endpoint information of the MLModel
MLModelpublic DeleteRealtimeEndpointResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DeleteRealtimeEndpointResponse.Builder,DeleteRealtimeEndpointResponse>toBuilder in class AwsResponsepublic static DeleteRealtimeEndpointResponse.Builder builder()
public static Class<? extends DeleteRealtimeEndpointResponse.Builder> serializableBuilderClass()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2019. All rights reserved.