public class DescribeLoadBalancerPolicyTypesResult
extends java.lang.Object
implements java.io.Serializable
The output for the DescribeLoadBalancerPolicyTypes action.
| Constructor and Description |
|---|
DescribeLoadBalancerPolicyTypesResult() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.util.List<PolicyTypeDescription> |
getPolicyTypeDescriptions()
List of policy type description structures of the specified policy
type.
|
int |
hashCode() |
void |
setPolicyTypeDescriptions(java.util.Collection<PolicyTypeDescription> policyTypeDescriptions)
List of policy type description structures of the specified policy
type.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeLoadBalancerPolicyTypesResult |
withPolicyTypeDescriptions(java.util.Collection<PolicyTypeDescription> policyTypeDescriptions)
List of policy type description structures of the specified policy
type.
|
DescribeLoadBalancerPolicyTypesResult |
withPolicyTypeDescriptions(PolicyTypeDescription... policyTypeDescriptions)
List of policy type description structures of the specified policy
type.
|
public DescribeLoadBalancerPolicyTypesResult()
public java.util.List<PolicyTypeDescription> getPolicyTypeDescriptions()
public void setPolicyTypeDescriptions(java.util.Collection<PolicyTypeDescription> policyTypeDescriptions)
policyTypeDescriptions - List of policy type description structures of the specified policy
type. If no policy type names are specified, returns the description
of all the policy types defined by Elastic Load Balancing service.public DescribeLoadBalancerPolicyTypesResult withPolicyTypeDescriptions(PolicyTypeDescription... policyTypeDescriptions)
Returns a reference to this object so that method calls can be chained together.
policyTypeDescriptions - List of policy type description structures of the specified policy
type. If no policy type names are specified, returns the description
of all the policy types defined by Elastic Load Balancing service.public DescribeLoadBalancerPolicyTypesResult withPolicyTypeDescriptions(java.util.Collection<PolicyTypeDescription> policyTypeDescriptions)
Returns a reference to this object so that method calls can be chained together.
policyTypeDescriptions - List of policy type description structures of the specified policy
type. If no policy type names are specified, returns the description
of all the policy types defined by Elastic Load Balancing service.public java.lang.String toString()
toString in class java.lang.ObjectObject.toString()public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object