@Generated(value="software.amazon.awssdk:codegen") public class DeleteRealtimeEndpointResponse extends AmazonWebServiceResult<ResponseMetadata> implements software.amazon.awssdk.utils.builder.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) |
int |
hashCode() |
String |
mlModelId()
A user-supplied ID that uniquely identifies the
MLModel. |
RealtimeEndpointInfo |
realtimeEndpointInfo()
The endpoint information of the
MLModel |
static Class<? extends DeleteRealtimeEndpointResponse.Builder> |
serializableBuilderClass() |
DeleteRealtimeEndpointResponse.Builder |
toBuilder() |
String |
toString() |
setSdkHttpMetadata, setSdkResponseMetadatapublic 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 software.amazon.awssdk.utils.builder.ToCopyableBuilder<DeleteRealtimeEndpointResponse.Builder,DeleteRealtimeEndpointResponse>public static DeleteRealtimeEndpointResponse.Builder builder()
public static Class<? extends DeleteRealtimeEndpointResponse.Builder> serializableBuilderClass()
Copyright © 2017. All rights reserved.