@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeLoadBalancerPolicyTypesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Contains the parameters for DescribeLoadBalancerPolicyTypes.
NOOP
Constructor and Description |
---|
DescribeLoadBalancerPolicyTypesRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeLoadBalancerPolicyTypesRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
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.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, 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 © 2013 Amazon Web Services, Inc. All Rights Reserved.