@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteMLEndpointResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DeleteMLEndpointResult() |
Modifier and Type | Method and Description |
---|---|
DeleteMLEndpointResult |
clone() |
boolean |
equals(Object obj) |
String |
getStatus()
The status of the cancellation.
|
int |
hashCode() |
void |
setStatus(String status)
The status of the cancellation.
|
String |
toString()
Returns a string representation of this object.
|
DeleteMLEndpointResult |
withStatus(String status)
The status of the cancellation.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setStatus(String status)
The status of the cancellation.
status
- The status of the cancellation.public String getStatus()
The status of the cancellation.
public DeleteMLEndpointResult withStatus(String status)
The status of the cancellation.
status
- The status of the cancellation.public String toString()
toString
in class Object
Object.toString()
public DeleteMLEndpointResult clone()