public class DeleteLoadBalancerListenersRequest extends AmazonWebServiceRequest implements Serializable
Deletes the specified listeners from the specified load balancer.
| 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 |
|---|---|
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.
|
clone, copyBaseTo, getCloneRoot, getCloneSource, getGeneralProgressListener, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollectorpublic 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()
The name of the load balancer.
The name of the load balancer.
public void setLoadBalancerName(String loadBalancerName)
The name of the load balancer.
loadBalancerName - The name of the load balancer.
public DeleteLoadBalancerListenersRequest withLoadBalancerName(String loadBalancerName)
The name of the load balancer.
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()
The client port numbers of the listeners.
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.
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)
The client port numbers of the listeners.
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 ObjectObject.toString()Copyright © 2018. All rights reserved.