@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class TagResourceResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
TagResourceResult() |
| Modifier and Type | Method and Description |
|---|---|
TagResourceResult |
clone() |
boolean |
equals(Object obj) |
String |
getResourceARN()
The Amazon Resource Name (ARN) of the resource you tagged.
|
int |
hashCode() |
void |
setResourceARN(String resourceARN)
The Amazon Resource Name (ARN) of the resource you tagged.
|
String |
toString()
Returns a string representation of this object.
|
TagResourceResult |
withResourceARN(String resourceARN)
The Amazon Resource Name (ARN) of the resource you tagged.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setResourceARN(String resourceARN)
The Amazon Resource Name (ARN) of the resource you tagged.
resourceARN - The Amazon Resource Name (ARN) of the resource you tagged.public String getResourceARN()
The Amazon Resource Name (ARN) of the resource you tagged.
public TagResourceResult withResourceARN(String resourceARN)
The Amazon Resource Name (ARN) of the resource you tagged.
resourceARN - The Amazon Resource Name (ARN) of the resource you tagged.public String toString()
toString in class ObjectObject.toString()public TagResourceResult clone()
Copyright © 2023. All rights reserved.