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