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 AddTagsToResourceResult
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.AddTagsToResourceResult
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 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:
toString
in classObject
- Returns:
- A string representation of this object.
- See Also:
Object.toString()
-
clone
public AddTagsToResourceResult clone()
-
-