public class DescribeTagsRequest extends AmazonWebServiceRequest implements Serializable
Describes the tags associated with the specified load balancers.
| Constructor and Description |
|---|
DescribeTagsRequest() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
List<String> |
getLoadBalancerNames()
The names of the load balancers.
|
int |
hashCode() |
void |
setLoadBalancerNames(Collection<String> loadBalancerNames)
The names of the load balancers.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeTagsRequest |
withLoadBalancerNames(Collection<String> loadBalancerNames)
The names of the load balancers.
|
DescribeTagsRequest |
withLoadBalancerNames(String... loadBalancerNames)
The names of the load balancers.
|
clone, copyBaseTo, getCloneRoot, getCloneSource, getGeneralProgressListener, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollectorpublic List<String> getLoadBalancerNames()
The names of the load balancers.
The names of the load balancers.
public void setLoadBalancerNames(Collection<String> loadBalancerNames)
The names of the load balancers.
loadBalancerNames - The names of the load balancers.
public DescribeTagsRequest withLoadBalancerNames(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(Collection<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 String toString()
toString in class ObjectObject.toString()Copyright © 2018. All rights reserved.