public class RemoveTagsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
RemoveTagsRequest() |
| Modifier and Type | Method and Description |
|---|---|
RemoveTagsRequest |
clone() |
boolean |
equals(Object obj) |
List<String> |
getLoadBalancerNames()
The name of the load balancer.
|
List<TagKeyOnly> |
getTags()
The list of tag keys to remove.
|
int |
hashCode() |
void |
setLoadBalancerNames(Collection<String> loadBalancerNames)
The name of the load balancer.
|
void |
setTags(Collection<TagKeyOnly> tags)
The 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)
The list of tag keys to remove.
|
RemoveTagsRequest |
withTags(TagKeyOnly... tags)
The list of tag keys to remove.
|
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic List<String> getLoadBalancerNames()
The name of the load balancer. You can specify a maximum of one load balancer name.
public void setLoadBalancerNames(Collection<String> loadBalancerNames)
The name of the load balancer. You can specify a maximum of one load balancer name.
loadBalancerNames - The name of the load balancer. You can specify a maximum of one
load balancer name.public RemoveTagsRequest withLoadBalancerNames(String... loadBalancerNames)
The name of the load balancer. You can specify a maximum of one load balancer name.
NOTE: This method appends the values to the existing list (if
any). Use setLoadBalancerNames(java.util.Collection) or
withLoadBalancerNames(java.util.Collection) if you want to
override the existing values.
loadBalancerNames - The name of the load balancer. You can specify a maximum of one
load balancer name.public RemoveTagsRequest withLoadBalancerNames(Collection<String> loadBalancerNames)
The name of the load balancer. You can specify a maximum of one load balancer name.
loadBalancerNames - The name of the load balancer. You can specify a maximum of one
load balancer name.public List<TagKeyOnly> getTags()
The list of tag keys to remove.
public void setTags(Collection<TagKeyOnly> tags)
The list of tag keys to remove.
tags - The list of tag keys to remove.public RemoveTagsRequest withTags(TagKeyOnly... tags)
The list of tag keys to remove.
NOTE: This method appends the values to the existing list (if
any). Use setTags(java.util.Collection) or
withTags(java.util.Collection) if you want to override the
existing values.
tags - The list of tag keys to remove.public RemoveTagsRequest withTags(Collection<TagKeyOnly> tags)
The list of tag keys to remove.
tags - The list of tag keys to remove.public String toString()
toString in class ObjectObject.toString()public RemoveTagsRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2016. All rights reserved.