com.amazonaws.services.elasticloadbalancing.model
Class DescribeLoadBalancerPoliciesResult

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

public class DescribeLoadBalancerPoliciesResult
extends Object

The output for the DescribeLoadBalancerPolicies action.


Constructor Summary
DescribeLoadBalancerPoliciesResult()
           
 
Method Summary
 boolean equals(Object obj)
           
 List<PolicyDescription> getPolicyDescriptions()
          A list of policy description structures.
 int hashCode()
           
 void setPolicyDescriptions(Collection<PolicyDescription> policyDescriptions)
          A list of policy description structures.
 String toString()
          Returns a string representation of this object; useful for testing and debugging.
 DescribeLoadBalancerPoliciesResult withPolicyDescriptions(Collection<PolicyDescription> policyDescriptions)
          A list of policy description structures.
 DescribeLoadBalancerPoliciesResult withPolicyDescriptions(PolicyDescription... policyDescriptions)
          A list of policy description structures.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DescribeLoadBalancerPoliciesResult

public DescribeLoadBalancerPoliciesResult()
Method Detail

getPolicyDescriptions

public List<PolicyDescription> getPolicyDescriptions()
A list of policy description structures.

Returns:
A list of policy description structures.

setPolicyDescriptions

public void setPolicyDescriptions(Collection<PolicyDescription> policyDescriptions)
A list of policy description structures.

Parameters:
policyDescriptions - A list of policy description structures.

withPolicyDescriptions

public DescribeLoadBalancerPoliciesResult withPolicyDescriptions(PolicyDescription... policyDescriptions)
A list of policy description structures.

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

Parameters:
policyDescriptions - A list of policy description structures.
Returns:
A reference to this updated object so that method calls can be chained together.

withPolicyDescriptions

public DescribeLoadBalancerPoliciesResult withPolicyDescriptions(Collection<PolicyDescription> policyDescriptions)
A list of policy description structures.

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

Parameters:
policyDescriptions - A list of policy description structures.
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.