public class DeleteRealtimeEndpointResult extends Object implements Serializable, Cloneable
Represents the output of an DeleteRealtimeEndpoint operation.
The result contains the MLModelId and the endpoint information
for the MLModel.
| Constructor and Description |
|---|
DeleteRealtimeEndpointResult() |
| Modifier and Type | Method and Description |
|---|---|
DeleteRealtimeEndpointResult |
clone() |
boolean |
equals(Object obj) |
String |
getMLModelId()
A user-supplied ID that uniquely identifies the
MLModel. |
RealtimeEndpointInfo |
getRealtimeEndpointInfo()
The endpoint information of the
MLModel |
int |
hashCode() |
void |
setMLModelId(String mLModelId)
A user-supplied ID that uniquely identifies the
MLModel. |
void |
setRealtimeEndpointInfo(RealtimeEndpointInfo realtimeEndpointInfo)
The endpoint information of the
MLModel |
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DeleteRealtimeEndpointResult |
withMLModelId(String mLModelId)
A user-supplied ID that uniquely identifies the
MLModel. |
DeleteRealtimeEndpointResult |
withRealtimeEndpointInfo(RealtimeEndpointInfo realtimeEndpointInfo)
The endpoint information of the
MLModel |
public void setMLModelId(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.
mLModelId - A user-supplied ID that uniquely identifies the
MLModel. This value should be identical to the value
of the MLModelId in the request.public String getMLModelId()
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 DeleteRealtimeEndpointResult withMLModelId(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.
mLModelId - A user-supplied ID that uniquely identifies the
MLModel. This value should be identical to the value
of the MLModelId in the request.public void setRealtimeEndpointInfo(RealtimeEndpointInfo realtimeEndpointInfo)
The endpoint information of the MLModel
realtimeEndpointInfo - The endpoint information of the MLModelpublic RealtimeEndpointInfo getRealtimeEndpointInfo()
The endpoint information of the MLModel
MLModelpublic DeleteRealtimeEndpointResult withRealtimeEndpointInfo(RealtimeEndpointInfo realtimeEndpointInfo)
The endpoint information of the MLModel
realtimeEndpointInfo - The endpoint information of the MLModelpublic String toString()
toString in class ObjectObject.toString()public DeleteRealtimeEndpointResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.