Class DeleteHapgResult
- java.lang.Object
-
- com.amazonaws.services.cloudhsm.model.DeleteHapgResult
-
- All Implemented Interfaces:
Serializable,Cloneable
public class DeleteHapgResult extends Object implements Serializable, Cloneable
Contains the output of the DeleteHapg action.
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DeleteHapgResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DeleteHapgResultclone()booleanequals(Object obj)StringgetStatus()The status of the action.inthashCode()voidsetStatus(String status)The status of the action.StringtoString()Returns a string representation of this object; useful for testing and debugging.DeleteHapgResultwithStatus(String status)The status of the action.
-
-
-
Method Detail
-
setStatus
public void setStatus(String status)
The status of the action.
- Parameters:
status- The status of the action.
-
getStatus
public String getStatus()
The status of the action.
- Returns:
- The status of the action.
-
withStatus
public DeleteHapgResult withStatus(String status)
The status of the action.
- Parameters:
status- The status of the action.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
public String toString()
Returns a string representation of this object; useful for testing and debugging.- Overrides:
toStringin classObject- Returns:
- A string representation of this object.
- See Also:
Object.toString()
-
clone
public DeleteHapgResult clone()
-
-