public class DescribeLoadBalancerPoliciesResult extends Object implements Serializable
Contains the output of DescribeLoadBalancerPolicies.
| Constructor and Description |
|---|
DescribeLoadBalancerPoliciesResult() |
| Modifier and Type | Method and Description |
|---|---|
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()
Information about the policies.
Information about the policies.
public void setPolicyDescriptions(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(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 String toString()
toString in class ObjectObject.toString()Copyright © 2018. All rights reserved.