@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SetLoadBalancerPoliciesOfListenerRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Contains the parameters for SetLoadBalancePoliciesOfListener.
NOOP
Constructor and Description |
---|
SetLoadBalancerPoliciesOfListenerRequest()
Default constructor for SetLoadBalancerPoliciesOfListenerRequest object.
|
SetLoadBalancerPoliciesOfListenerRequest(String loadBalancerName,
Integer loadBalancerPort,
List<String> policyNames)
Constructs a new SetLoadBalancerPoliciesOfListenerRequest object.
|
Modifier and Type | Method and Description |
---|---|
SetLoadBalancerPoliciesOfListenerRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getLoadBalancerName()
The name of the load balancer.
|
Integer |
getLoadBalancerPort()
The external port of the load balancer.
|
List<String> |
getPolicyNames()
The names of the policies.
|
int |
hashCode() |
void |
setLoadBalancerName(String loadBalancerName)
The name of the load balancer.
|
void |
setLoadBalancerPort(Integer loadBalancerPort)
The external port of the load balancer.
|
void |
setPolicyNames(Collection<String> policyNames)
The names of the policies.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
SetLoadBalancerPoliciesOfListenerRequest |
withLoadBalancerName(String loadBalancerName)
The name of the load balancer.
|
SetLoadBalancerPoliciesOfListenerRequest |
withLoadBalancerPort(Integer loadBalancerPort)
The external port of the load balancer.
|
SetLoadBalancerPoliciesOfListenerRequest |
withPolicyNames(Collection<String> policyNames)
The names of the policies.
|
SetLoadBalancerPoliciesOfListenerRequest |
withPolicyNames(String... policyNames)
The names of the policies.
|
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 SetLoadBalancerPoliciesOfListenerRequest()
public SetLoadBalancerPoliciesOfListenerRequest(String loadBalancerName, Integer loadBalancerPort, List<String> policyNames)
loadBalancerName
- The name of the load balancer.loadBalancerPort
- The external port of the load balancer.policyNames
- The names of the policies. This list must include all policies to be enabled. If you omit a policy that is
currently enabled, it is disabled. If the list is empty, all current policies are disabled.public void setLoadBalancerName(String loadBalancerName)
The name of the load balancer.
loadBalancerName
- The name of the load balancer.public String getLoadBalancerName()
The name of the load balancer.
public SetLoadBalancerPoliciesOfListenerRequest withLoadBalancerName(String loadBalancerName)
The name of the load balancer.
loadBalancerName
- The name of the load balancer.public void setLoadBalancerPort(Integer loadBalancerPort)
The external port of the load balancer.
loadBalancerPort
- The external port of the load balancer.public Integer getLoadBalancerPort()
The external port of the load balancer.
public SetLoadBalancerPoliciesOfListenerRequest withLoadBalancerPort(Integer loadBalancerPort)
The external port of the load balancer.
loadBalancerPort
- The external port of the load balancer.public List<String> getPolicyNames()
The names of the policies. This list must include all policies to be enabled. If you omit a policy that is currently enabled, it is disabled. If the list is empty, all current policies are disabled.
public void setPolicyNames(Collection<String> policyNames)
The names of the policies. This list must include all policies to be enabled. If you omit a policy that is currently enabled, it is disabled. If the list is empty, all current policies are disabled.
policyNames
- The names of the policies. This list must include all policies to be enabled. If you omit a policy that is
currently enabled, it is disabled. If the list is empty, all current policies are disabled.public SetLoadBalancerPoliciesOfListenerRequest withPolicyNames(String... policyNames)
The names of the policies. This list must include all policies to be enabled. If you omit a policy that is currently enabled, it is disabled. If the list is empty, all current policies are disabled.
NOTE: This method appends the values to the existing list (if any). Use
setPolicyNames(java.util.Collection)
or withPolicyNames(java.util.Collection)
if you want to
override the existing values.
policyNames
- The names of the policies. This list must include all policies to be enabled. If you omit a policy that is
currently enabled, it is disabled. If the list is empty, all current policies are disabled.public SetLoadBalancerPoliciesOfListenerRequest withPolicyNames(Collection<String> policyNames)
The names of the policies. This list must include all policies to be enabled. If you omit a policy that is currently enabled, it is disabled. If the list is empty, all current policies are disabled.
policyNames
- The names of the policies. This list must include all policies to be enabled. If you omit a policy that is
currently enabled, it is disabled. If the list is empty, all current policies are disabled.public String toString()
toString
in class Object
Object.toString()
public SetLoadBalancerPoliciesOfListenerRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.