com.amazonaws.services.elasticloadbalancing.model
Class DescribeLoadBalancerPolicyTypesRequest

java.lang.Object
  extended by com.amazonaws.AmazonWebServiceRequest
      extended by com.amazonaws.services.elasticloadbalancing.model.DescribeLoadBalancerPolicyTypesRequest

public class DescribeLoadBalancerPolicyTypesRequest
extends AmazonWebServiceRequest

Container for the parameters to the DescribeLoadBalancerPolicyTypes operation.

Returns meta-information on the specified LoadBalancer 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 an Elastic LoadBalancer.

See Also:
AmazonElasticLoadBalancing.describeLoadBalancerPolicyTypes(DescribeLoadBalancerPolicyTypesRequest)

Constructor Summary
DescribeLoadBalancerPolicyTypesRequest()
           
 
Method Summary
 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.
 
Methods inherited from class com.amazonaws.AmazonWebServiceRequest
copyPrivateRequestParameters, getDelegationToken, getRequestClientOptions, getRequestCredentials, setDelegationToken, setRequestCredentials
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DescribeLoadBalancerPolicyTypesRequest

public DescribeLoadBalancerPolicyTypesRequest()
Method Detail

getPolicyTypeNames

public List<String> getPolicyTypeNames()
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.

Returns:
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.

setPolicyTypeNames

public void setPolicyTypeNames(Collection<String> 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.

Parameters:
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.

withPolicyTypeNames

public DescribeLoadBalancerPolicyTypesRequest withPolicyTypeNames(String... 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.

Returns a reference to this object so that method calls can be chained together.

Parameters:
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.
Returns:
A reference to this updated object so that method calls can be chained together.

withPolicyTypeNames

public DescribeLoadBalancerPolicyTypesRequest withPolicyTypeNames(Collection<String> 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.

Returns a reference to this object so that method calls can be chained together.

Parameters:
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.
Returns:
A reference to this updated object so that method calls can be chained together.

toString

public String toString()
Returns a string representation of this object; useful for testing and debugging.

Overrides:
toString in class Object
Returns:
A string representation of this object.
See Also:
Object.toString()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.