@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteHapgResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Contains the output of the DeleteHapg action.
Constructor and Description |
---|
DeleteHapgResult() |
Modifier and Type | Method and Description |
---|---|
DeleteHapgResult |
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.
|
DeleteHapgResult |
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 DeleteHapgResult withStatus(String status)
The status of the action.
status
- The status of the action.public String toString()
toString
in class Object
Object.toString()
public DeleteHapgResult clone()