com.amazonaws.services.elasticloadbalancing.model
Class DescribeLoadBalancerPolicyTypesResult

java.lang.Object
  extended by com.amazonaws.services.elasticloadbalancing.model.DescribeLoadBalancerPolicyTypesResult

public class DescribeLoadBalancerPolicyTypesResult
extends Object

The output for the DescribeLoadBalancerPolicyTypes action.


Constructor Summary
DescribeLoadBalancerPolicyTypesResult()
           
 
Method Summary
 List<PolicyTypeDescription> getPolicyTypeDescriptions()
          List of policy type description structures of the specified policy type.
 void setPolicyTypeDescriptions(Collection<PolicyTypeDescription> policyTypeDescriptions)
          List of policy type description structures of the specified policy type.
 String toString()
          Returns a string representation of this object; useful for testing and debugging.
 DescribeLoadBalancerPolicyTypesResult withPolicyTypeDescriptions(Collection<PolicyTypeDescription> policyTypeDescriptions)
          List of policy type description structures of the specified policy type.
 DescribeLoadBalancerPolicyTypesResult withPolicyTypeDescriptions(PolicyTypeDescription... policyTypeDescriptions)
          List of policy type description structures of the specified policy type.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DescribeLoadBalancerPolicyTypesResult

public DescribeLoadBalancerPolicyTypesResult()
Method Detail

getPolicyTypeDescriptions

public List<PolicyTypeDescription> getPolicyTypeDescriptions()
List of policy type description structures of the specified policy type. If no policy type names are specified, returns the description of all the policy types defined by Elastic Load Balancing service.

Returns:
List of policy type description structures of the specified policy type. If no policy type names are specified, returns the description of all the policy types defined by Elastic Load Balancing service.

setPolicyTypeDescriptions

public void setPolicyTypeDescriptions(Collection<PolicyTypeDescription> policyTypeDescriptions)
List of policy type description structures of the specified policy type. If no policy type names are specified, returns the description of all the policy types defined by Elastic Load Balancing service.

Parameters:
policyTypeDescriptions - List of policy type description structures of the specified policy type. If no policy type names are specified, returns the description of all the policy types defined by Elastic Load Balancing service.

withPolicyTypeDescriptions

public DescribeLoadBalancerPolicyTypesResult withPolicyTypeDescriptions(PolicyTypeDescription... policyTypeDescriptions)
List of policy type description structures of the specified policy type. If no policy type 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:
policyTypeDescriptions - List of policy type description structures of the specified policy type. If no policy type 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.

withPolicyTypeDescriptions

public DescribeLoadBalancerPolicyTypesResult withPolicyTypeDescriptions(Collection<PolicyTypeDescription> policyTypeDescriptions)
List of policy type description structures of the specified policy type. If no policy type 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:
policyTypeDescriptions - List of policy type description structures of the specified policy type. If no policy type 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()


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