@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UntagResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
UntagResult() |
| Modifier and Type | Method and Description |
|---|---|
UntagResult |
clone() |
boolean |
equals(Object obj) |
String |
getArn()
The ARN of the resource from which tags have been removed.
|
List<String> |
getKeys()
The keys of tags that have been removed.
|
int |
hashCode() |
void |
setArn(String arn)
The ARN of the resource from which tags have been removed.
|
void |
setKeys(Collection<String> keys)
The keys of tags that have been removed.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
UntagResult |
withArn(String arn)
The ARN of the resource from which tags have been removed.
|
UntagResult |
withKeys(Collection<String> keys)
The keys of tags that have been removed.
|
UntagResult |
withKeys(String... keys)
The keys of tags that have been removed.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setArn(String arn)
The ARN of the resource from which tags have been removed.
arn - The ARN of the resource from which tags have been removed.public String getArn()
The ARN of the resource from which tags have been removed.
public UntagResult withArn(String arn)
The ARN of the resource from which tags have been removed.
arn - The ARN of the resource from which tags have been removed.public List<String> getKeys()
The keys of tags that have been removed.
public void setKeys(Collection<String> keys)
The keys of tags that have been removed.
keys - The keys of tags that have been removed.public UntagResult withKeys(String... keys)
The keys of tags that have been removed.
NOTE: This method appends the values to the existing list (if any). Use
setKeys(java.util.Collection) or withKeys(java.util.Collection) if you want to override the
existing values.
keys - The keys of tags that have been removed.public UntagResult withKeys(Collection<String> keys)
The keys of tags that have been removed.
keys - The keys of tags that have been removed.public String toString()
toString in class ObjectObject.toString()public UntagResult clone()
Copyright © 2018. All rights reserved.