public class DescribeLoadBalancerPoliciesRequest extends AmazonWebServiceRequest implements java.io.Serializable
DescribeLoadBalancerPolicies operation.
Returns detailed descriptions of the policies. If you specify a LoadBalancer name, the operation returns either the descriptions of the specified
policies, or descriptions of all the policies created for the LoadBalancer. If you don't specify a LoadBalancer name, the operation returns
descriptions of the specified sample policies, or descriptions of all the sample policies. The names of the sample policies have the
ELBSample- prefix.
| コンストラクタと説明 |
|---|
DescribeLoadBalancerPoliciesRequest() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getLoadBalancerName()
The mnemonic name associated with the LoadBalancer.
|
java.util.List<java.lang.String> |
getPolicyNames()
The names of LoadBalancer policies you've created or Elastic Load
Balancing sample policy names.
|
int |
hashCode() |
void |
setLoadBalancerName(java.lang.String loadBalancerName)
The mnemonic name associated with the LoadBalancer.
|
void |
setPolicyNames(java.util.Collection<java.lang.String> policyNames)
The names of LoadBalancer policies you've created or Elastic Load
Balancing sample policy names.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeLoadBalancerPoliciesRequest |
withLoadBalancerName(java.lang.String loadBalancerName)
The mnemonic name associated with the LoadBalancer.
|
DescribeLoadBalancerPoliciesRequest |
withPolicyNames(java.util.Collection<java.lang.String> policyNames)
The names of LoadBalancer policies you've created or Elastic Load
Balancing sample policy names.
|
DescribeLoadBalancerPoliciesRequest |
withPolicyNames(java.lang.String... policyNames)
The names of LoadBalancer policies you've created or Elastic Load
Balancing sample policy names.
|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, setRequestCredentialspublic java.lang.String getLoadBalancerName()
public void setLoadBalancerName(java.lang.String loadBalancerName)
loadBalancerName - The mnemonic name associated with the LoadBalancer. If no name is
specified, the operation returns the attributes of either all the
sample policies pre-defined by Elastic Load Balancing or the specified
sample polices.public DescribeLoadBalancerPoliciesRequest withLoadBalancerName(java.lang.String loadBalancerName)
Returns a reference to this object so that method calls can be chained together.
loadBalancerName - The mnemonic name associated with the LoadBalancer. If no name is
specified, the operation returns the attributes of either all the
sample policies pre-defined by Elastic Load Balancing or the specified
sample polices.public java.util.List<java.lang.String> getPolicyNames()
public void setPolicyNames(java.util.Collection<java.lang.String> policyNames)
policyNames - The names of LoadBalancer policies you've created or Elastic Load
Balancing sample policy names.public DescribeLoadBalancerPoliciesRequest withPolicyNames(java.lang.String... policyNames)
Returns a reference to this object so that method calls can be chained together.
policyNames - The names of LoadBalancer policies you've created or Elastic Load
Balancing sample policy names.public DescribeLoadBalancerPoliciesRequest withPolicyNames(java.util.Collection<java.lang.String> policyNames)
Returns a reference to this object so that method calls can be chained together.
policyNames - The names of LoadBalancer policies you've created or Elastic Load
Balancing sample policy names.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