public class RemoveTagsRequest extends AmazonWebServiceRequest implements Serializable
RemoveTags operation.
Removes one or more tags from the specified load balancer.
NOOP| Constructor and Description |
|---|
RemoveTagsRequest() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
List<String> |
getLoadBalancerNames()
The name of the load balancer.
|
List<TagKeyOnly> |
getTags()
A list of tag keys to remove.
|
int |
hashCode() |
void |
setLoadBalancerNames(Collection<String> loadBalancerNames)
The name of the load balancer.
|
void |
setTags(Collection<TagKeyOnly> tags)
A list of tag keys to remove.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
RemoveTagsRequest |
withLoadBalancerNames(Collection<String> loadBalancerNames)
The name of the load balancer.
|
RemoveTagsRequest |
withLoadBalancerNames(String... loadBalancerNames)
The name of the load balancer.
|
RemoveTagsRequest |
withTags(Collection<TagKeyOnly> tags)
A list of tag keys to remove.
|
RemoveTagsRequest |
withTags(TagKeyOnly... tags)
A list of tag keys to remove.
|
copyBaseTo, copyPrivateRequestParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollectorpublic List<String> getLoadBalancerNames()
public void setLoadBalancerNames(Collection<String> loadBalancerNames)
loadBalancerNames - The name of the load balancer. You can specify a maximum of one load
balancer name.public RemoveTagsRequest withLoadBalancerNames(String... loadBalancerNames)
Returns a reference to this object so that method calls can be chained together.
loadBalancerNames - The name of the load balancer. You can specify a maximum of one load
balancer name.public RemoveTagsRequest withLoadBalancerNames(Collection<String> loadBalancerNames)
Returns a reference to this object so that method calls can be chained together.
loadBalancerNames - The name of the load balancer. You can specify a maximum of one load
balancer name.public List<TagKeyOnly> getTags()
Constraints:
Length: 1 -
public void setTags(Collection<TagKeyOnly> tags)
Constraints:
Length: 1 -
tags - A list of tag keys to remove.public RemoveTagsRequest withTags(TagKeyOnly... tags)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 -
tags - A list of tag keys to remove.public RemoveTagsRequest withTags(Collection<TagKeyOnly> tags)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 -
tags - A list of tag keys to remove.public String toString()
toString in class ObjectObject.toString()Copyright © 2014. All rights reserved.