@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AddTagsToResourceResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
AddTagsToResourceResult() |
Modifier and Type | Method and 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.
|
AddTagsToResourceResult |
withStatus(String status)
The status of the operation.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setStatus(String status)
The status of the operation.
status
- The status of the operation.public String getStatus()
The status of the operation.
public AddTagsToResourceResult withStatus(String status)
The status of the operation.
status
- The status of the operation.public String toString()
toString
in class Object
Object.toString()
public AddTagsToResourceResult clone()