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 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; useful for testing and debugging.DeleteHapgResult
withStatus(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:
toString
in classObject
- Returns:
- A string representation of this object.
- See Also:
Object.toString()
-
clone
public DeleteHapgResult clone()
-
-