public class DescribeLoadBalancerPoliciesResult
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<PolicyDescription> |
policyDescriptions
Information about the policies.
|
Constructor and Description |
---|
DescribeLoadBalancerPoliciesResult() |
Modifier and Type | Method and Description |
---|---|
DescribeLoadBalancerPoliciesResult |
clone() |
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.
|
private SdkInternalList<PolicyDescription> policyDescriptions
Information about the policies.
public java.util.List<PolicyDescription> getPolicyDescriptions()
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.
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.
policyDescriptions
- Information about the policies.public DescribeLoadBalancerPoliciesResult withPolicyDescriptions(java.util.Collection<PolicyDescription> policyDescriptions)
Information about the policies.
policyDescriptions
- Information about the policies.public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public DescribeLoadBalancerPoliciesResult clone()
clone
in class java.lang.Object