ToCopyableBuilder<DeleteRealtimeEndpointResponse.Builder,DeleteRealtimeEndpointResponse>
@Generated("software.amazon.awssdk:codegen") public class DeleteRealtimeEndpointResponse extends AmazonWebServiceResult<ResponseMetadata> 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 | Description |
---|---|---|
static interface |
DeleteRealtimeEndpointResponse.Builder |
Modifier and Type | Method | 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() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
setSdkHttpMetadata, setSdkResponseMetadata
public 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
MLModel
public DeleteRealtimeEndpointResponse.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<DeleteRealtimeEndpointResponse.Builder,DeleteRealtimeEndpointResponse>
public static DeleteRealtimeEndpointResponse.Builder builder()
public static Class<? extends DeleteRealtimeEndpointResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.