public class DeleteLoadBalancerListenersRequest extends AmazonWebServiceRequest implements java.io.Serializable
Deletes the specified listeners from the specified load balancer.
Constructor and Description |
---|
DeleteLoadBalancerListenersRequest()
Default constructor for DeleteLoadBalancerListenersRequest object.
|
DeleteLoadBalancerListenersRequest(java.lang.String loadBalancerName,
java.util.List<java.lang.Integer> loadBalancerPorts)
Constructs a new DeleteLoadBalancerListenersRequest object.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getLoadBalancerName()
The name of the load balancer.
|
java.util.List<java.lang.Integer> |
getLoadBalancerPorts()
The client port numbers of the listeners.
|
int |
hashCode() |
void |
setLoadBalancerName(java.lang.String loadBalancerName)
The name of the load balancer.
|
void |
setLoadBalancerPorts(java.util.Collection<java.lang.Integer> loadBalancerPorts)
The client port numbers of the listeners.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DeleteLoadBalancerListenersRequest |
withLoadBalancerName(java.lang.String loadBalancerName)
The name of the load balancer.
|
DeleteLoadBalancerListenersRequest |
withLoadBalancerPorts(java.util.Collection<java.lang.Integer> loadBalancerPorts)
The client port numbers of the listeners.
|
DeleteLoadBalancerListenersRequest |
withLoadBalancerPorts(java.lang.Integer... loadBalancerPorts)
The client port numbers of the listeners.
|
clone, getCloneRoot, getCloneSource, getGeneralProgressListener, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollector
public DeleteLoadBalancerListenersRequest()
public DeleteLoadBalancerListenersRequest(java.lang.String loadBalancerName, java.util.List<java.lang.Integer> loadBalancerPorts)
loadBalancerName
- The name of the load balancer.
loadBalancerPorts
- The client port numbers of the listeners.
public java.lang.String getLoadBalancerName()
The name of the load balancer.
The name of the load balancer.
public void setLoadBalancerName(java.lang.String loadBalancerName)
The name of the load balancer.
loadBalancerName
- The name of the load balancer.
public DeleteLoadBalancerListenersRequest withLoadBalancerName(java.lang.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 java.util.List<java.lang.Integer> getLoadBalancerPorts()
The client port numbers of the listeners.
The client port numbers of the listeners.
public void setLoadBalancerPorts(java.util.Collection<java.lang.Integer> loadBalancerPorts)
The client port numbers of the listeners.
loadBalancerPorts
- The client port numbers of the listeners.
public DeleteLoadBalancerListenersRequest withLoadBalancerPorts(java.lang.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(java.util.Collection<java.lang.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 java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.