public class DescribeTagsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
DescribeTagsRequest() |
| Modifier and Type | Method and Description |
|---|---|
DescribeTagsRequest |
clone() |
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.
|
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 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.
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 names of the load balancers.public DescribeTagsRequest withLoadBalancerNames(Collection<String> loadBalancerNames)
The names of the load balancers.
loadBalancerNames - The names of the load balancers.public String toString()
toString in class ObjectObject.toString()public DescribeTagsRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2016. All rights reserved.