Class DeleteHapgResult
java.lang.Object
com.amazonaws.services.cloudhsm.model.DeleteHapgResult
- All Implemented Interfaces:
Serializable
,Cloneable
Contains the output of the DeleteHapg action.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
The status of the action.int
hashCode()
void
The status of the action.toString()
Returns a string representation of this object; useful for testing and debugging.withStatus
(String status) The status of the action.
-
Constructor Details
-
DeleteHapgResult
public DeleteHapgResult()
-
-
Method Details
-
setStatus
The status of the action.
- Parameters:
status
- The status of the action.
-
getStatus
The status of the action.
- Returns:
- The status of the action.
-
withStatus
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
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-