@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.
|
DeleteLunaClientResult |
withStatus(String status)
The status of the action.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic 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 ObjectObject.toString()public DeleteLunaClientResult clone()