public class RemoveTagsFromResourceResult extends Object implements Serializable, Cloneable
RemoveTagsFromResourceOutput
Constructor and Description |
---|
RemoveTagsFromResourceResult() |
Modifier and Type | Method and Description |
---|---|
RemoveTagsFromResourceResult |
clone() |
boolean |
equals(Object obj) |
String |
getResourceARN()
The Amazon Resource Name (ARN) of the resource that the tags were removed
from.
|
int |
hashCode() |
void |
setResourceARN(String resourceARN)
The Amazon Resource Name (ARN) of the resource that the tags were removed
from.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
RemoveTagsFromResourceResult |
withResourceARN(String resourceARN)
The Amazon Resource Name (ARN) of the resource that the tags were removed
from.
|
public void setResourceARN(String resourceARN)
The Amazon Resource Name (ARN) of the resource that the tags were removed from.
resourceARN
- The Amazon Resource Name (ARN) of the resource that the tags were
removed from.public String getResourceARN()
The Amazon Resource Name (ARN) of the resource that the tags were removed from.
public RemoveTagsFromResourceResult withResourceARN(String resourceARN)
The Amazon Resource Name (ARN) of the resource that the tags were removed from.
resourceARN
- The Amazon Resource Name (ARN) of the resource that the tags were
removed from.public String toString()
toString
in class Object
Object.toString()
public RemoveTagsFromResourceResult clone()
Copyright © 2018. All rights reserved.