public class DescribeLoadBalancerPoliciesResult
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
DescribeLoadBalancerPoliciesResult() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.util.List<PolicyDescription> |
getPolicyDescriptions()
Information about the policies.
|
int |
hashCode() |
void |
setPolicyDescriptions(java.util.Collection<PolicyDescription> policyDescriptions)
Information about the policies.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeLoadBalancerPoliciesResult |
withPolicyDescriptions(java.util.Collection<PolicyDescription> policyDescriptions)
Information about the policies.
|
DescribeLoadBalancerPoliciesResult |
withPolicyDescriptions(PolicyDescription... policyDescriptions)
Information about the policies.
|
public java.util.List<PolicyDescription> getPolicyDescriptions()
Information about the policies.
Information about the policies.
public void setPolicyDescriptions(java.util.Collection<PolicyDescription> policyDescriptions)
Information about the policies.
policyDescriptions
- Information about the policies.
public DescribeLoadBalancerPoliciesResult withPolicyDescriptions(PolicyDescription... policyDescriptions)
Information about the policies.
Returns a reference to this object so that method calls can be chained together.
policyDescriptions
- Information about the policies.
public DescribeLoadBalancerPoliciesResult withPolicyDescriptions(java.util.Collection<PolicyDescription> policyDescriptions)
Information about the policies.
Returns a reference to this object so that method calls can be chained together.
policyDescriptions
- Information about the policies.
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.