@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteLunaClientResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DeleteLunaClientResult() |
Modifier and Type | Method and Description |
---|---|
DeleteLunaClientResult |
clone() |
boolean |
equals(Object obj) |
String |
getStatus()
The status of the action.
|
int |
hashCode() |
void |
setStatus(String status)
The status of the action.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
DeleteLunaClientResult |
withStatus(String status)
The status of the action.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setStatus(String status)
The status of the action.
status
- The status of the action.public String getStatus()
The status of the action.
public DeleteLunaClientResult withStatus(String status)
The status of the action.
status
- The status of the action.public String toString()
toString
in class Object
Object.toString()
public DeleteLunaClientResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.