public class DescribeLoadBalancerPolicyTypesRequest extends AmazonWebServiceRequest implements Serializable
DescribeLoadBalancerPolicyTypes operation.
Returns meta-information on the specified load balancer policies defined by the Elastic Load Balancing service. The policy types that are returned from this action can be used in a CreateLoadBalancerPolicy action to instantiate specific policy configurations that will be applied to a load balancer.
| Constructor and Description |
|---|
DescribeLoadBalancerPolicyTypesRequest() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
List<String> |
getPolicyTypeNames()
Specifies the name of the policy types.
|
int |
hashCode() |
void |
setPolicyTypeNames(Collection<String> policyTypeNames)
Specifies the name of the policy types.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeLoadBalancerPolicyTypesRequest |
withPolicyTypeNames(Collection<String> policyTypeNames)
Specifies the name of the policy types.
|
DescribeLoadBalancerPolicyTypesRequest |
withPolicyTypeNames(String... policyTypeNames)
Specifies the name of the policy types.
|
copyPrivateRequestParameters, getDelegationToken, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setDelegationToken, setRequestCredentials, setRequestMetricCollector, withRequestMetricCollectorpublic DescribeLoadBalancerPolicyTypesRequest()
public List<String> getPolicyTypeNames()
public void setPolicyTypeNames(Collection<String> policyTypeNames)
policyTypeNames - Specifies the name of the policy types. If no names are specified,
returns the description of all the policy types defined by Elastic
Load Balancing service.public DescribeLoadBalancerPolicyTypesRequest withPolicyTypeNames(String... policyTypeNames)
Returns a reference to this object so that method calls can be chained together.
policyTypeNames - Specifies the name of the policy types. If no names are specified,
returns the description of all the policy types defined by Elastic
Load Balancing service.public DescribeLoadBalancerPolicyTypesRequest withPolicyTypeNames(Collection<String> policyTypeNames)
Returns a reference to this object so that method calls can be chained together.
policyTypeNames - Specifies the name of the policy types. If no names are specified,
returns the description of all the policy types defined by Elastic
Load Balancing service.public String toString()
toString in class ObjectObject.toString()Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.