public class DescribeLoadBalancerPolicyTypesResult
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<PolicyTypeDescription> |
policyTypeDescriptions
Information about the policy types.
|
Constructor and Description |
---|
DescribeLoadBalancerPolicyTypesResult() |
Modifier and Type | Method and Description |
---|---|
DescribeLoadBalancerPolicyTypesResult |
clone() |
boolean |
equals(java.lang.Object obj) |
java.util.List<PolicyTypeDescription> |
getPolicyTypeDescriptions()
Information about the policy types.
|
int |
hashCode() |
void |
setPolicyTypeDescriptions(java.util.Collection<PolicyTypeDescription> policyTypeDescriptions)
Information about the policy types.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeLoadBalancerPolicyTypesResult |
withPolicyTypeDescriptions(java.util.Collection<PolicyTypeDescription> policyTypeDescriptions)
Information about the policy types.
|
DescribeLoadBalancerPolicyTypesResult |
withPolicyTypeDescriptions(PolicyTypeDescription... policyTypeDescriptions)
Information about the policy types.
|
private SdkInternalList<PolicyTypeDescription> policyTypeDescriptions
Information about the policy types.
public DescribeLoadBalancerPolicyTypesResult()
public java.util.List<PolicyTypeDescription> getPolicyTypeDescriptions()
Information about the policy types.
public void setPolicyTypeDescriptions(java.util.Collection<PolicyTypeDescription> policyTypeDescriptions)
Information about the policy types.
policyTypeDescriptions
- Information about the policy types.public DescribeLoadBalancerPolicyTypesResult withPolicyTypeDescriptions(PolicyTypeDescription... policyTypeDescriptions)
Information about the policy types.
NOTE: This method appends the values to the existing list (if
any). Use setPolicyTypeDescriptions(java.util.Collection)
or
withPolicyTypeDescriptions(java.util.Collection)
if you want to
override the existing values.
policyTypeDescriptions
- Information about the policy types.public DescribeLoadBalancerPolicyTypesResult withPolicyTypeDescriptions(java.util.Collection<PolicyTypeDescription> policyTypeDescriptions)
Information about the policy types.
policyTypeDescriptions
- Information about the policy types.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 DescribeLoadBalancerPolicyTypesResult clone()
clone
in class java.lang.Object