public class UntagResourceRequest extends AmazonWebServiceRequest implements Serializable
Remove tags from the specified Amazon SNS topic. For an overview, see Amazon SNS Tags in the Amazon SNS Developer Guide.
| Constructor and Description |
|---|
UntagResourceRequest() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getResourceArn()
The ARN of the topic from which to remove tags.
|
List<String> |
getTagKeys()
The list of tag keys to remove from the specified topic.
|
int |
hashCode() |
void |
setResourceArn(String resourceArn)
The ARN of the topic from which to remove tags.
|
void |
setTagKeys(Collection<String> tagKeys)
The list of tag keys to remove from the specified topic.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
UntagResourceRequest |
withResourceArn(String resourceArn)
The ARN of the topic from which to remove tags.
|
UntagResourceRequest |
withTagKeys(Collection<String> tagKeys)
The list of tag keys to remove from the specified topic.
|
UntagResourceRequest |
withTagKeys(String... tagKeys)
The list of tag keys to remove from the specified topic.
|
clone, copyBaseTo, getCloneRoot, getCloneSource, getGeneralProgressListener, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollectorpublic String getResourceArn()
The ARN of the topic from which to remove tags.
Constraints:
Length: 1 - 1011
The ARN of the topic from which to remove tags.
public void setResourceArn(String resourceArn)
The ARN of the topic from which to remove tags.
Constraints:
Length: 1 - 1011
resourceArn - The ARN of the topic from which to remove tags.
public UntagResourceRequest withResourceArn(String resourceArn)
The ARN of the topic from which to remove tags.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 1011
resourceArn - The ARN of the topic from which to remove tags.
public List<String> getTagKeys()
The list of tag keys to remove from the specified topic.
The list of tag keys to remove from the specified topic.
public void setTagKeys(Collection<String> tagKeys)
The list of tag keys to remove from the specified topic.
tagKeys - The list of tag keys to remove from the specified topic.
public UntagResourceRequest withTagKeys(String... tagKeys)
The list of tag keys to remove from the specified topic.
Returns a reference to this object so that method calls can be chained together.
tagKeys - The list of tag keys to remove from the specified topic.
public UntagResourceRequest withTagKeys(Collection<String> tagKeys)
The list of tag keys to remove from the specified topic.
Returns a reference to this object so that method calls can be chained together.
tagKeys - The list of tag keys to remove from the specified topic.
public String toString()
toString in class ObjectObject.toString()Copyright © 2020. All rights reserved.