public class DeleteLoadBalancerListenersRequest extends AmazonWebServiceRequest implements Serializable
DeleteLoadBalancerListeners operation.
Deletes listeners from the load balancer for the specified port.
| 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 |
|---|---|
boolean |
equals(Object obj) |
String |
getLoadBalancerName()
The mnemonic name associated with the load balancer.
|
List<Integer> |
getLoadBalancerPorts()
The client port number(s) of the load balancer listener(s) to be
removed.
|
int |
hashCode() |
void |
setLoadBalancerName(String loadBalancerName)
The mnemonic name associated with the load balancer.
|
void |
setLoadBalancerPorts(Collection<Integer> loadBalancerPorts)
The client port number(s) of the load balancer listener(s) to be
removed.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DeleteLoadBalancerListenersRequest |
withLoadBalancerName(String loadBalancerName)
The mnemonic name associated with the load balancer.
|
DeleteLoadBalancerListenersRequest |
withLoadBalancerPorts(Collection<Integer> loadBalancerPorts)
The client port number(s) of the load balancer listener(s) to be
removed.
|
DeleteLoadBalancerListenersRequest |
withLoadBalancerPorts(Integer... loadBalancerPorts)
The client port number(s) of the load balancer listener(s) to be
removed.
|
copyPrivateRequestParameters, getDelegationToken, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setDelegationToken, setRequestCredentials, setRequestMetricCollector, withRequestMetricCollectorpublic DeleteLoadBalancerListenersRequest()
public DeleteLoadBalancerListenersRequest(String loadBalancerName, List<Integer> loadBalancerPorts)
loadBalancerName - The mnemonic name associated with the load
balancer.loadBalancerPorts - The client port number(s) of the load
balancer listener(s) to be removed.public String getLoadBalancerName()
public void setLoadBalancerName(String loadBalancerName)
loadBalancerName - The mnemonic name associated with the load balancer.public DeleteLoadBalancerListenersRequest withLoadBalancerName(String loadBalancerName)
Returns a reference to this object so that method calls can be chained together.
loadBalancerName - The mnemonic name associated with the load balancer.public List<Integer> getLoadBalancerPorts()
public void setLoadBalancerPorts(Collection<Integer> loadBalancerPorts)
loadBalancerPorts - The client port number(s) of the load balancer listener(s) to be
removed.public DeleteLoadBalancerListenersRequest withLoadBalancerPorts(Integer... loadBalancerPorts)
Returns a reference to this object so that method calls can be chained together.
loadBalancerPorts - The client port number(s) of the load balancer listener(s) to be
removed.public DeleteLoadBalancerListenersRequest withLoadBalancerPorts(Collection<Integer> loadBalancerPorts)
Returns a reference to this object so that method calls can be chained together.
loadBalancerPorts - The client port number(s) of the load balancer listener(s) to be
removed.public String toString()
toString in class ObjectObject.toString()Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.