@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RemoveTagsFromResourceResult extends AmazonWebServiceResult<ResponseMetadata> 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.
|
RemoveTagsFromResourceResult |
withResourceARN(String resourceARN)
The Amazon Resource Name (ARN) of the resource that the tags were removed from.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic 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 ObjectObject.toString()public RemoveTagsFromResourceResult clone()
Copyright © 2023. All rights reserved.