public class DescribeTagsRequest extends AmazonWebServiceRequest implements java.io.Serializable
Describes the tags associated with the specified load balancers.
Constructor and Description |
---|
DescribeTagsRequest() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.util.List<java.lang.String> |
getLoadBalancerNames()
The names of the load balancers.
|
int |
hashCode() |
void |
setLoadBalancerNames(java.util.Collection<java.lang.String> loadBalancerNames)
The names of the load balancers.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeTagsRequest |
withLoadBalancerNames(java.util.Collection<java.lang.String> loadBalancerNames)
The names of the load balancers.
|
DescribeTagsRequest |
withLoadBalancerNames(java.lang.String... loadBalancerNames)
The names of the load balancers.
|
clone, getCloneRoot, getCloneSource, getGeneralProgressListener, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollector
public java.util.List<java.lang.String> getLoadBalancerNames()
The names of the load balancers.
The names of the load balancers.
public void setLoadBalancerNames(java.util.Collection<java.lang.String> loadBalancerNames)
The names of the load balancers.
loadBalancerNames
- The names of the load balancers.
public DescribeTagsRequest withLoadBalancerNames(java.lang.String... loadBalancerNames)
The names of the load balancers.
Returns a reference to this object so that method calls can be chained together.
loadBalancerNames
- The names of the load balancers.
public DescribeTagsRequest withLoadBalancerNames(java.util.Collection<java.lang.String> loadBalancerNames)
The names of the load balancers.
Returns a reference to this object so that method calls can be chained together.
loadBalancerNames
- The names of the load balancers.
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.