public class DescribeLoadBalancerPolicyTypesRequest extends AmazonWebServiceRequest implements java.io.Serializable
DescribeLoadBalancerPolicyTypes operation.
Returns meta-information on the specified LoadBalancer policies defined by the Elastic Load Balancing service. The policy types that are returned from this action can be used in a CreateLoadBalancerPolicy action to instantiate specific policy configurations that will be applied to an Elastic LoadBalancer.
| コンストラクタと説明 |
|---|
DescribeLoadBalancerPolicyTypesRequest() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.util.List<java.lang.String> |
getPolicyTypeNames()
Specifies the name of the policy types.
|
int |
hashCode() |
void |
setPolicyTypeNames(java.util.Collection<java.lang.String> policyTypeNames)
Specifies the name of the policy types.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeLoadBalancerPolicyTypesRequest |
withPolicyTypeNames(java.util.Collection<java.lang.String> policyTypeNames)
Specifies the name of the policy types.
|
DescribeLoadBalancerPolicyTypesRequest |
withPolicyTypeNames(java.lang.String... policyTypeNames)
Specifies the name of the policy types.
|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, setRequestCredentialspublic java.util.List<java.lang.String> getPolicyTypeNames()
public void setPolicyTypeNames(java.util.Collection<java.lang.String> policyTypeNames)
policyTypeNames - Specifies the name of the policy types. If no names are specified,
returns the description of all the policy types defined by Elastic
Load Balancing service.public DescribeLoadBalancerPolicyTypesRequest withPolicyTypeNames(java.lang.String... policyTypeNames)
Returns a reference to this object so that method calls can be chained together.
policyTypeNames - Specifies the name of the policy types. If no names are specified,
returns the description of all the policy types defined by Elastic
Load Balancing service.public DescribeLoadBalancerPolicyTypesRequest withPolicyTypeNames(java.util.Collection<java.lang.String> policyTypeNames)
Returns a reference to this object so that method calls can be chained together.
policyTypeNames - Specifies the name of the policy types. If no 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