@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeTagsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Contains the parameters for DescribeTags.
NOOP| Constructor and Description |
|---|
DescribeTagsRequest() |
| Modifier and Type | Method and Description |
|---|---|
DescribeTagsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
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.
|
DescribeTagsRequest |
withLoadBalancerNames(Collection<String> loadBalancerNames)
The names of the load balancers.
|
DescribeTagsRequest |
withLoadBalancerNames(String... loadBalancerNames)
The names of the load balancers.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, 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()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()