public class DescribeLoadBalancerPolicyTypesRequest extends AmazonWebServiceRequest implements java.io.Serializable, java.lang.Cloneable
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<java.lang.String> |
policyTypeNames
The names of the policy types.
|
NOOP
Constructor and Description |
---|
DescribeLoadBalancerPolicyTypesRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeLoadBalancerPolicyTypesRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(java.lang.Object obj) |
java.util.List<java.lang.String> |
getPolicyTypeNames()
The names of the policy types.
|
int |
hashCode() |
void |
setPolicyTypeNames(java.util.Collection<java.lang.String> policyTypeNames)
The names of the policy types.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeLoadBalancerPolicyTypesRequest |
withPolicyTypeNames(java.util.Collection<java.lang.String> policyTypeNames)
The names of the policy types.
|
DescribeLoadBalancerPolicyTypesRequest |
withPolicyTypeNames(java.lang.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
private SdkInternalList<java.lang.String> policyTypeNames
The names of the policy types. If no names are specified, describes all policy types defined by Elastic Load Balancing.
public DescribeLoadBalancerPolicyTypesRequest()
public java.util.List<java.lang.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(java.util.Collection<java.lang.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(java.lang.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(java.util.Collection<java.lang.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 java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public DescribeLoadBalancerPolicyTypesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()