public class AddTagsToResourceResult extends Object 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; useful for testing and
debugging.
|
AddTagsToResourceResult |
withStatus(String status)
The status of the operation.
|
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()
Copyright © 2018. All rights reserved.