public class DescribeLoadBalancerPolicyTypesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
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.
|
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public DescribeLoadBalancerPolicyTypesRequest()
public List<String> getPolicyTypeNames()
The names of the policy types. If no names are specified, describes all policy types defined by Elastic Load Balancing.
public void setPolicyTypeNames(Collection<String> policyTypeNames)
The names of the policy types. If no names are specified, describes all policy types defined by Elastic Load Balancing.
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)
The names of the policy types. If no names are specified, describes all policy types defined by Elastic Load Balancing.
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.
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)
The names of the policy types. If no names are specified, describes all policy types defined by Elastic Load Balancing.
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 © 2018. All rights reserved.