public class DescribeLoadBalancerPolicyTypesResult
extends java.lang.Object
implements java.io.Serializable
The output for the DescribeLoadBalancerPolicyTypes action.
| コンストラクタと説明 |
|---|
DescribeLoadBalancerPolicyTypesResult() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
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 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 クラス内 java.lang.ObjectObject.toString()public int hashCode()
hashCode クラス内 java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals クラス内 java.lang.Object