public class DescribeLoadBalancerPolicyTypesResult extends Object implements Serializable
The output for the DescribeLoadBalancerPolicyTypes action.
| Constructor and Description |
|---|
DescribeLoadBalancerPolicyTypesResult() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
List<PolicyTypeDescription> |
getPolicyTypeDescriptions()
List of policy type description structures of the specified policy
type.
|
int |
hashCode() |
void |
setPolicyTypeDescriptions(Collection<PolicyTypeDescription> policyTypeDescriptions)
List of policy type description structures of the specified policy
type.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeLoadBalancerPolicyTypesResult |
withPolicyTypeDescriptions(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 List<PolicyTypeDescription> getPolicyTypeDescriptions()
public void setPolicyTypeDescriptions(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(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 String toString()
toString in class ObjectObject.toString()Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.