@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteRealtimeEndpointResult extends AmazonWebServiceResult<ResponseMetadata> 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 |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
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 MLModel
public RealtimeEndpointInfo getRealtimeEndpointInfo()
The endpoint information of the MLModel
MLModel
public DeleteRealtimeEndpointResult withRealtimeEndpointInfo(RealtimeEndpointInfo realtimeEndpointInfo)
The endpoint information of the MLModel
realtimeEndpointInfo
- The endpoint information of the MLModel
public String toString()
toString
in class Object
Object.toString()
public DeleteRealtimeEndpointResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.