public class DescribeLoadBalancerPolicyTypesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
DescribeLoadBalancerPolicyTypes operation
.
Describes the specified load balancer policy types.
You can use these policy types with CreateLoadBalancerPolicy to create policy configurations for a load balancer.
NOOP
Constructor and Description |
---|
DescribeLoadBalancerPolicyTypesRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeLoadBalancerPolicyTypesRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(Object obj) |
List<String> |
getPolicyTypeNames()
The names of the policy types.
|
int |
hashCode() |
void |
setPolicyTypeNames(Collection<String> policyTypeNames)
The names of the policy types.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeLoadBalancerPolicyTypesRequest |
withPolicyTypeNames(Collection<String> policyTypeNames)
The names of the policy types.
|
DescribeLoadBalancerPolicyTypesRequest |
withPolicyTypeNames(String... policyTypeNames)
The names of the policy types.
|
getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public DescribeLoadBalancerPolicyTypesRequest()
public List<String> getPolicyTypeNames()
public void setPolicyTypeNames(Collection<String> policyTypeNames)
policyTypeNames
- The names of the policy types. If no names are specified, describes
all policy types defined by Elastic Load Balancing.public DescribeLoadBalancerPolicyTypesRequest withPolicyTypeNames(String... policyTypeNames)
NOTE: This method appends the values to the existing list (if
any). Use setPolicyTypeNames(java.util.Collection)
or withPolicyTypeNames(java.util.Collection)
if you want to override
the existing values.
Returns a reference to this object so that method calls can be chained together.
policyTypeNames
- The names of the policy types. If no names are specified, describes
all policy types defined by Elastic Load Balancing.public DescribeLoadBalancerPolicyTypesRequest withPolicyTypeNames(Collection<String> policyTypeNames)
Returns a reference to this object so that method calls can be chained together.
policyTypeNames
- The names of the policy types. If no names are specified, describes
all policy types defined by Elastic Load Balancing.public String toString()
toString
in class Object
Object.toString()
public DescribeLoadBalancerPolicyTypesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.