Class AddTagsToResourceResult
- java.lang.Object
-
- com.amazonaws.services.cloudhsm.model.AddTagsToResourceResult
-
- All Implemented Interfaces:
Serializable,Cloneable
public class AddTagsToResourceResult extends Object implements Serializable, Cloneable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AddTagsToResourceResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AddTagsToResourceResultclone()booleanequals(Object obj)StringgetStatus()The status of the operation.inthashCode()voidsetStatus(String status)The status of the operation.StringtoString()Returns a string representation of this object; useful for testing and debugging.AddTagsToResourceResultwithStatus(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 AddTagsToResourceResult 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:
toStringin classObject- Returns:
- A string representation of this object.
- See Also:
Object.toString()
-
clone
public AddTagsToResourceResult clone()
-
-