public class DeleteLoadBalancerListenersRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
DeleteLoadBalancerListeners operation
.
Deletes the specified listeners from the specified load balancer.
NOOP
Constructor and Description |
---|
DeleteLoadBalancerListenersRequest()
Default constructor for a new 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 request.
|
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.
|
getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, 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 String getLoadBalancerName()
public void setLoadBalancerName(String loadBalancerName)
loadBalancerName
- The name of the load balancer.public DeleteLoadBalancerListenersRequest withLoadBalancerName(String loadBalancerName)
Returns a reference to this object so that method calls can be chained together.
loadBalancerName
- The name of the load balancer.public List<Integer> getLoadBalancerPorts()
public void setLoadBalancerPorts(Collection<Integer> loadBalancerPorts)
loadBalancerPorts
- The client port numbers of the listeners.public DeleteLoadBalancerListenersRequest withLoadBalancerPorts(Integer... loadBalancerPorts)
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.
Returns a reference to this object so that method calls can be chained together.
loadBalancerPorts
- The client port numbers of the listeners.public DeleteLoadBalancerListenersRequest withLoadBalancerPorts(Collection<Integer> loadBalancerPorts)
Returns a reference to this object so that method calls can be chained together.
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.