public class DescribeLoadBalancerPolicyTypesResult
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
DescribeLoadBalancerPolicyTypesResult() |
Modifier and Type | Method and Description |
---|---|
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.
|
public DescribeLoadBalancerPolicyTypesResult()
public java.util.List<PolicyTypeDescription> getPolicyTypeDescriptions()
Information about the policy types.
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.
Returns a reference to this object so that method calls can be chained together.
policyTypeDescriptions
- Information about the policy types.
public DescribeLoadBalancerPolicyTypesResult withPolicyTypeDescriptions(java.util.Collection<PolicyTypeDescription> policyTypeDescriptions)
Information about the policy types.
Returns a reference to this object so that method calls can be chained together.
policyTypeDescriptions
- Information about the policy types.
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.