|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectcom.amazonaws.AmazonWebServiceRequest
com.amazonaws.services.elasticloadbalancing.model.DescribeLoadBalancerPoliciesRequest
public class DescribeLoadBalancerPoliciesRequest
Container for the parameters to the 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.
AmazonElasticLoadBalancing.describeLoadBalancerPolicies(DescribeLoadBalancerPoliciesRequest)| Constructor Summary | |
|---|---|
DescribeLoadBalancerPoliciesRequest()
|
|
| Method Summary | |
|---|---|
String |
getLoadBalancerName()
The mnemonic name associated with the LoadBalancer. |
List<String> |
getPolicyNames()
The names of LoadBalancer policies you've created or Elastic Load Balancing sample policy names. |
void |
setLoadBalancerName(String loadBalancerName)
The mnemonic name associated with the LoadBalancer. |
void |
setPolicyNames(Collection<String> policyNames)
The names of LoadBalancer policies you've created or Elastic Load Balancing sample policy names. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
DescribeLoadBalancerPoliciesRequest |
withLoadBalancerName(String loadBalancerName)
The mnemonic name associated with the LoadBalancer. |
DescribeLoadBalancerPoliciesRequest |
withPolicyNames(Collection<String> policyNames)
The names of LoadBalancer policies you've created or Elastic Load Balancing sample policy names. |
DescribeLoadBalancerPoliciesRequest |
withPolicyNames(String... policyNames)
The names of LoadBalancer policies you've created or Elastic Load Balancing sample policy names. |
| Methods inherited from class com.amazonaws.AmazonWebServiceRequest |
|---|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, setRequestCredentials |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public DescribeLoadBalancerPoliciesRequest()
| Method Detail |
|---|
public String getLoadBalancerName()
public void setLoadBalancerName(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(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 List<String> getPolicyNames()
public void setPolicyNames(Collection<String> policyNames)
policyNames - The names of LoadBalancer policies you've created or Elastic Load
Balancing sample policy names.public DescribeLoadBalancerPoliciesRequest withPolicyNames(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(Collection<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 String toString()
toString in class ObjectObject.toString()
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||