public class DescribeLoadBalancerPolicyTypesResult extends Object implements Serializable
Contains the output of DescribeLoadBalancerPolicyTypes.
| Constructor and Description |
|---|
DescribeLoadBalancerPolicyTypesResult() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
List<PolicyTypeDescription> |
getPolicyTypeDescriptions()
Information about the policy types.
|
int |
hashCode() |
void |
setPolicyTypeDescriptions(Collection<PolicyTypeDescription> policyTypeDescriptions)
Information about the policy types.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeLoadBalancerPolicyTypesResult |
withPolicyTypeDescriptions(Collection<PolicyTypeDescription> policyTypeDescriptions)
Information about the policy types.
|
DescribeLoadBalancerPolicyTypesResult |
withPolicyTypeDescriptions(PolicyTypeDescription... policyTypeDescriptions)
Information about the policy types.
|
public DescribeLoadBalancerPolicyTypesResult()
public List<PolicyTypeDescription> getPolicyTypeDescriptions()
Information about the policy types.
Information about the policy types.
public void setPolicyTypeDescriptions(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(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 String toString()
toString in class ObjectObject.toString()Copyright © 2018. All rights reserved.