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()booleanThe status of the action.inthashCode()voidThe 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
-
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
-
equals
-
hashCode
-
clone
-