Class DeleteHsmResult
- java.lang.Object
-
- com.amazonaws.services.cloudhsm.model.DeleteHsmResult
-
- All Implemented Interfaces:
Serializable
,Cloneable
public class DeleteHsmResult extends Object implements Serializable, Cloneable
Contains the output of the DeleteHsm operation.
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DeleteHsmResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DeleteHsmResult
clone()
boolean
equals(Object obj)
String
getStatus()
The status of the operation.int
hashCode()
void
setStatus(String status)
The status of the operation.String
toString()
Returns a string representation of this object; useful for testing and debugging.DeleteHsmResult
withStatus(String status)
The status of the operation.
-
-
-
Method Detail
-
setStatus
public void setStatus(String status)
The status of the operation.
- Parameters:
status
- The status of the operation.
-
getStatus
public String getStatus()
The status of the operation.
- Returns:
- The status of the operation.
-
withStatus
public DeleteHsmResult withStatus(String status)
The status of the operation.
- Parameters:
status
- The status of the operation.- 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 DeleteHsmResult clone()
-
-