public class RemoveTagsFromResourceResult extends Object implements Serializable, Cloneable
Constructor and Description |
---|
RemoveTagsFromResourceResult() |
Modifier and Type | Method and Description |
---|---|
RemoveTagsFromResourceResult |
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.
|
RemoveTagsFromResourceResult |
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 RemoveTagsFromResourceResult withStatus(String status)
The status of the operation.
status
- The status of the operation.public String toString()
toString
in class Object
Object.toString()
public RemoveTagsFromResourceResult clone()
Copyright © 2018. All rights reserved.