public class RemoveTagsRequest extends AmazonWebServiceRequest implements java.io.Serializable
Removes one or more tags from the specified load balancer.
Constructor and Description |
---|
RemoveTagsRequest() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.util.List<java.lang.String> |
getLoadBalancerNames()
The name of the load balancer.
|
java.util.List<TagKeyOnly> |
getTags()
The list of tag keys to remove.
|
int |
hashCode() |
void |
setLoadBalancerNames(java.util.Collection<java.lang.String> loadBalancerNames)
The name of the load balancer.
|
void |
setTags(java.util.Collection<TagKeyOnly> tags)
The list of tag keys to remove.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
RemoveTagsRequest |
withLoadBalancerNames(java.util.Collection<java.lang.String> loadBalancerNames)
The name of the load balancer.
|
RemoveTagsRequest |
withLoadBalancerNames(java.lang.String... loadBalancerNames)
The name of the load balancer.
|
RemoveTagsRequest |
withTags(java.util.Collection<TagKeyOnly> tags)
The list of tag keys to remove.
|
RemoveTagsRequest |
withTags(TagKeyOnly... tags)
The list of tag keys to remove.
|
clone, getCloneRoot, getCloneSource, getGeneralProgressListener, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollector
public java.util.List<java.lang.String> getLoadBalancerNames()
The name of the load balancer. You can specify a maximum of one load balancer name.
The name of the load balancer. You can specify a maximum of one load balancer name.
public void setLoadBalancerNames(java.util.Collection<java.lang.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(java.lang.String... loadBalancerNames)
The name of the load balancer. You can specify a maximum of one load balancer name.
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(java.util.Collection<java.lang.String> loadBalancerNames)
The name of the load balancer. You can specify a maximum of one load balancer name.
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 java.util.List<TagKeyOnly> getTags()
The list of tag keys to remove.
The list of tag keys to remove.
public void setTags(java.util.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.
Returns a reference to this object so that method calls can be chained together.
tags
- The list of tag keys to remove.
public RemoveTagsRequest withTags(java.util.Collection<TagKeyOnly> tags)
The list of tag keys to remove.
Returns a reference to this object so that method calls can be chained together.
tags
- The list of tag keys to remove.
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.