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 String getMLModelId()
MLModel.
This value should be identical to the value of the
MLModelId in the request.
Constraints:
Length: 1 - 64
Pattern: [a-zA-Z0-9_.-]+
MLModel.
This value should be identical to the value of the
MLModelId in the request.public void setMLModelId(String mLModelId)
MLModel.
This value should be identical to the value of the
MLModelId in the request.
Constraints:
Length: 1 - 64
Pattern: [a-zA-Z0-9_.-]+
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 DeleteRealtimeEndpointResult withMLModelId(String mLModelId)
MLModel.
This value should be identical to the value of the
MLModelId in the request.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 64
Pattern: [a-zA-Z0-9_.-]+
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 RealtimeEndpointInfo getRealtimeEndpointInfo()
MLModelMLModelpublic void setRealtimeEndpointInfo(RealtimeEndpointInfo realtimeEndpointInfo)
MLModelrealtimeEndpointInfo - The endpoint information of the MLModelpublic DeleteRealtimeEndpointResult withRealtimeEndpointInfo(RealtimeEndpointInfo realtimeEndpointInfo)
MLModel
Returns a reference to this object so that method calls can be chained together.
realtimeEndpointInfo - The endpoint information of the MLModelpublic String toString()
toString in class ObjectObject.toString()public DeleteRealtimeEndpointResult clone()
Copyright © 2015. All rights reserved.