public class DescribeLoadBalancerPolicyTypesRequest extends AmazonWebServiceRequest implements java.io.Serializable
Describes the specified load balancer policy types.
You can use these policy types with CreateLoadBalancerPolicy to create policy configurations for a load balancer.
Constructor and Description |
---|
DescribeLoadBalancerPolicyTypesRequest() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.util.List<java.lang.String> |
getPolicyTypeNames()
The names of the policy types.
|
int |
hashCode() |
void |
setPolicyTypeNames(java.util.Collection<java.lang.String> policyTypeNames)
The names of the policy types.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeLoadBalancerPolicyTypesRequest |
withPolicyTypeNames(java.util.Collection<java.lang.String> policyTypeNames)
The names of the policy types.
|
DescribeLoadBalancerPolicyTypesRequest |
withPolicyTypeNames(java.lang.String... policyTypeNames)
The names of the policy types.
|
clone, getCloneRoot, getCloneSource, getGeneralProgressListener, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollector
public DescribeLoadBalancerPolicyTypesRequest()
public java.util.List<java.lang.String> getPolicyTypeNames()
The names of the policy types. If no names are specified, describes all policy types defined by Elastic Load Balancing.
The names of the policy types. If no names are specified, describes all policy types defined by Elastic Load Balancing.
public void setPolicyTypeNames(java.util.Collection<java.lang.String> policyTypeNames)
The names of the policy types. If no names are specified, describes all policy types defined by Elastic Load Balancing.
policyTypeNames
- The names of the policy types. If no names are specified, describes all policy types defined by Elastic Load Balancing.
public DescribeLoadBalancerPolicyTypesRequest withPolicyTypeNames(java.lang.String... policyTypeNames)
The names of the policy types. If no names are specified, describes all policy types defined by Elastic Load Balancing.
Returns a reference to this object so that method calls can be chained together.
policyTypeNames
- The names of the policy types. If no names are specified, describes all policy types defined by Elastic Load Balancing.
public DescribeLoadBalancerPolicyTypesRequest withPolicyTypeNames(java.util.Collection<java.lang.String> policyTypeNames)
The names of the policy types. If no names are specified, describes all policy types defined by Elastic Load Balancing.
Returns a reference to this object so that method calls can be chained together.
policyTypeNames
- The names of the policy types. If no names are specified, describes all policy types defined by Elastic Load Balancing.
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.