@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeLoadBalancerPoliciesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Contains the parameters for DescribeLoadBalancerPolicies.
NOOP| Constructor and Description | 
|---|
| DescribeLoadBalancerPoliciesRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| DescribeLoadBalancerPoliciesRequest | clone() | 
| boolean | equals(Object obj) | 
| String | getLoadBalancerName()
 The name of the load balancer. | 
| List<String> | getPolicyNames()
 The names of the policies. | 
| int | hashCode() | 
| void | setLoadBalancerName(String loadBalancerName)
 The name of the load balancer. | 
| void | setPolicyNames(Collection<String> policyNames)
 The names of the policies. | 
| String | toString()Returns a string representation of this object; useful for testing and debugging. | 
| DescribeLoadBalancerPoliciesRequest | withLoadBalancerName(String loadBalancerName)
 The name of the load balancer. | 
| DescribeLoadBalancerPoliciesRequest | withPolicyNames(Collection<String> policyNames)
 The names of the policies. | 
| DescribeLoadBalancerPoliciesRequest | withPolicyNames(String... policyNames)
 The names of the policies. | 
addHandlerContext, copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setLoadBalancerName(String loadBalancerName)
The name of the load balancer.
loadBalancerName - The name of the load balancer.public String getLoadBalancerName()
The name of the load balancer.
public DescribeLoadBalancerPoliciesRequest withLoadBalancerName(String loadBalancerName)
The name of the load balancer.
loadBalancerName - The name of the load balancer.public List<String> getPolicyNames()
The names of the policies.
public void setPolicyNames(Collection<String> policyNames)
The names of the policies.
policyNames - The names of the policies.public DescribeLoadBalancerPoliciesRequest withPolicyNames(String... policyNames)
The names of the policies.
 NOTE: This method appends the values to the existing list (if any). Use
 setPolicyNames(java.util.Collection) or withPolicyNames(java.util.Collection) if you want to
 override the existing values.
 
policyNames - The names of the policies.public DescribeLoadBalancerPoliciesRequest withPolicyNames(Collection<String> policyNames)
The names of the policies.
policyNames - The names of the policies.public String toString()
toString in class ObjectObject.toString()public DescribeLoadBalancerPoliciesRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2017. All rights reserved.