@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 group from which tags have been removed.
|
List<String> |
getKeys()
The keys of the tags that were removed.
|
int |
hashCode() |
void |
setArn(String arn)
The ARN of the resource group from which tags have been removed.
|
void |
setKeys(Collection<String> keys)
The keys of the tags that were removed.
|
String |
toString()
Returns a string representation of this object.
|
UntagResult |
withArn(String arn)
The ARN of the resource group from which tags have been removed.
|
UntagResult |
withKeys(Collection<String> keys)
The keys of the tags that were removed.
|
UntagResult |
withKeys(String... keys)
The keys of the tags that were removed.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setArn(String arn)
The ARN of the resource group from which tags have been removed.
arn
- The ARN of the resource group from which tags have been removed.public String getArn()
The ARN of the resource group from which tags have been removed.
public UntagResult withArn(String arn)
The ARN of the resource group from which tags have been removed.
arn
- The ARN of the resource group from which tags have been removed.public List<String> getKeys()
The keys of the tags that were removed.
public void setKeys(Collection<String> keys)
The keys of the tags that were removed.
keys
- The keys of the tags that were removed.public UntagResult withKeys(String... keys)
The keys of the tags that were 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 the tags that were removed.public UntagResult withKeys(Collection<String> keys)
The keys of the tags that were removed.
keys
- The keys of the tags that were removed.public String toString()
toString
in class Object
Object.toString()
public UntagResult clone()