public class DescribeLoadBalancerPoliciesResult extends Object implements Serializable, Cloneable
| Constructor and Description |
|---|
DescribeLoadBalancerPoliciesResult() |
| Modifier and Type | Method and Description |
|---|---|
DescribeLoadBalancerPoliciesResult |
clone() |
boolean |
equals(Object obj) |
List<PolicyDescription> |
getPolicyDescriptions()
Information about the policies.
|
int |
hashCode() |
void |
setPolicyDescriptions(Collection<PolicyDescription> policyDescriptions)
Information about the policies.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeLoadBalancerPoliciesResult |
withPolicyDescriptions(Collection<PolicyDescription> policyDescriptions)
Information about the policies.
|
DescribeLoadBalancerPoliciesResult |
withPolicyDescriptions(PolicyDescription... policyDescriptions)
Information about the policies.
|
public List<PolicyDescription> getPolicyDescriptions()
public void setPolicyDescriptions(Collection<PolicyDescription> policyDescriptions)
policyDescriptions - Information about the policies.public DescribeLoadBalancerPoliciesResult withPolicyDescriptions(PolicyDescription... policyDescriptions)
NOTE: This method appends the values to the existing list (if
any). Use setPolicyDescriptions(java.util.Collection) or
withPolicyDescriptions(java.util.Collection) if you want to
override the existing values.
Returns a reference to this object so that method calls can be chained together.
policyDescriptions - Information about the policies.public DescribeLoadBalancerPoliciesResult withPolicyDescriptions(Collection<PolicyDescription> policyDescriptions)
Returns a reference to this object so that method calls can be chained together.
policyDescriptions - Information about the policies.public String toString()
toString in class ObjectObject.toString()public DescribeLoadBalancerPoliciesResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.