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