@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AddTagsToResourceResult extends AmazonWebServiceResult<ResponseMetadata> 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.
|
AddTagsToResourceResult |
withResourceARN(String resourceARN)
The Amazon Resource Name (ARN) of the resource you want to add tags to.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic 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 ObjectObject.toString()public AddTagsToResourceResult clone()