@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteLoadBalancerListenersRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Contains the parameters for DeleteLoadBalancerListeners.
NOOP
Constructor and Description |
---|
DeleteLoadBalancerListenersRequest()
Default constructor for DeleteLoadBalancerListenersRequest object.
|
DeleteLoadBalancerListenersRequest(String loadBalancerName,
List<Integer> loadBalancerPorts)
Constructs a new DeleteLoadBalancerListenersRequest object.
|
Modifier and Type | Method and Description |
---|---|
DeleteLoadBalancerListenersRequest |
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.
|
List<Integer> |
getLoadBalancerPorts()
The client port numbers of the listeners.
|
int |
hashCode() |
void |
setLoadBalancerName(String loadBalancerName)
The name of the load balancer.
|
void |
setLoadBalancerPorts(Collection<Integer> loadBalancerPorts)
The client port numbers of the listeners.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
DeleteLoadBalancerListenersRequest |
withLoadBalancerName(String loadBalancerName)
The name of the load balancer.
|
DeleteLoadBalancerListenersRequest |
withLoadBalancerPorts(Collection<Integer> loadBalancerPorts)
The client port numbers of the listeners.
|
DeleteLoadBalancerListenersRequest |
withLoadBalancerPorts(Integer... loadBalancerPorts)
The client port numbers of the listeners.
|
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 DeleteLoadBalancerListenersRequest()
public DeleteLoadBalancerListenersRequest(String loadBalancerName, List<Integer> loadBalancerPorts)
loadBalancerName
- The name of the load balancer.loadBalancerPorts
- The client port numbers of the listeners.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 DeleteLoadBalancerListenersRequest withLoadBalancerName(String loadBalancerName)
The name of the load balancer.
loadBalancerName
- The name of the load balancer.public List<Integer> getLoadBalancerPorts()
The client port numbers of the listeners.
public void setLoadBalancerPorts(Collection<Integer> loadBalancerPorts)
The client port numbers of the listeners.
loadBalancerPorts
- The client port numbers of the listeners.public DeleteLoadBalancerListenersRequest withLoadBalancerPorts(Integer... loadBalancerPorts)
The client port numbers of the listeners.
NOTE: This method appends the values to the existing list (if any). Use
setLoadBalancerPorts(java.util.Collection)
or withLoadBalancerPorts(java.util.Collection)
if
you want to override the existing values.
loadBalancerPorts
- The client port numbers of the listeners.public DeleteLoadBalancerListenersRequest withLoadBalancerPorts(Collection<Integer> loadBalancerPorts)
The client port numbers of the listeners.
loadBalancerPorts
- The client port numbers of the listeners.public String toString()
toString
in class Object
Object.toString()
public DeleteLoadBalancerListenersRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.