Class AddTagsToResourceResult
java.lang.Object
com.amazonaws.services.cloudhsm.model.AddTagsToResourceResult
- All Implemented Interfaces:
Serializable
,Cloneable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
The status of the operation.int
hashCode()
void
The 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
-
AddTagsToResourceResult
public AddTagsToResourceResult()
-
-
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
-