com.amazonaws.services.elasticloadbalancing.model
Class DescribeLoadBalancerPolicyTypesResult

java.lang.Object
  extended by com.amazonaws.services.elasticloadbalancing.model.DescribeLoadBalancerPolicyTypesResult
All Implemented Interfaces:
java.io.Serializable

public class DescribeLoadBalancerPolicyTypesResult
extends java.lang.Object
implements java.io.Serializable

The output for the DescribeLoadBalancerPolicyTypes action.

See Also:
Serialized Form

Constructor Summary
DescribeLoadBalancerPolicyTypesResult()
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.util.List<PolicyTypeDescription> getPolicyTypeDescriptions()
          List of policy type description structures of the specified policy type.
 int hashCode()
           
 void setPolicyTypeDescriptions(java.util.Collection<PolicyTypeDescription> policyTypeDescriptions)
          List of policy type description structures of the specified policy type.
 java.lang.String toString()
          Returns a string representation of this object; useful for testing and debugging.
 DescribeLoadBalancerPolicyTypesResult withPolicyTypeDescriptions(java.util.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
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DescribeLoadBalancerPolicyTypesResult

public DescribeLoadBalancerPolicyTypesResult()
Method Detail

getPolicyTypeDescriptions

public java.util.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(java.util.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(java.util.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 java.lang.String toString()
Returns a string representation of this object; useful for testing and debugging.

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

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object


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