|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectcom.amazonaws.services.elasticloadbalancing.model.DescribeLoadBalancerPoliciesResult
public class DescribeLoadBalancerPoliciesResult
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 |
|---|
public DescribeLoadBalancerPoliciesResult()
| Method Detail |
|---|
public List<PolicyDescription> getPolicyDescriptions()
public void setPolicyDescriptions(Collection<PolicyDescription> policyDescriptions)
policyDescriptions - A list of policy description structures.public DescribeLoadBalancerPoliciesResult withPolicyDescriptions(PolicyDescription... policyDescriptions)
Returns a reference to this object so that method calls can be chained together.
policyDescriptions - A list of policy description structures.
public DescribeLoadBalancerPoliciesResult withPolicyDescriptions(Collection<PolicyDescription> policyDescriptions)
Returns a reference to this object so that method calls can be chained together.
policyDescriptions - A list of policy description structures.
public String toString()
toString in class ObjectObject.toString()public int hashCode()
hashCode in class Objectpublic boolean equals(Object obj)
equals in class Object
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||