public class DescribeLoadBalancerPoliciesRequest extends AmazonWebServiceRequest implements Serializable
DescribeLoadBalancerPolicies operation
.
Returns detailed descriptions of the policies. If you specify a load
balancer name, the action returns the descriptions of all the policies
created for the load balancer. If you specify a policy name associated
with your load balancer, the action returns the description of that
policy. If you don't specify a load balancer name, the action returns
descriptions of the specified sample policies, or descriptions of all
the sample policies. The names of the sample policies have the
ELBSample-
prefix.
NOOP
Constructor and Description |
---|
DescribeLoadBalancerPoliciesRequest() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getLoadBalancerName()
The mnemonic name associated with the load balancer.
|
List<String> |
getPolicyNames()
The names of load balancer policies you've created or Elastic Load
Balancing sample policy names.
|
int |
hashCode() |
void |
setLoadBalancerName(String loadBalancerName)
The mnemonic name associated with the load balancer.
|
void |
setPolicyNames(Collection<String> policyNames)
The names of load balancer 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 load balancer.
|
DescribeLoadBalancerPoliciesRequest |
withPolicyNames(Collection<String> policyNames)
The names of load balancer policies you've created or Elastic Load
Balancing sample policy names.
|
DescribeLoadBalancerPoliciesRequest |
withPolicyNames(String... policyNames)
The names of load balancer policies you've created or Elastic Load
Balancing sample policy names.
|
copyPrivateRequestParameters, getGeneralProgressListener, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollector
public String getLoadBalancerName()
public void setLoadBalancerName(String loadBalancerName)
loadBalancerName
- The mnemonic name associated with the load balancer. 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 load balancer. 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 load balancer 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 load balancer 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 load balancer policies you've created or Elastic Load
Balancing sample policy names.public String toString()
toString
in class Object
Object.toString()
Copyright © 2014. All rights reserved.