|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.AmazonWebServiceRequest
com.amazonaws.services.elasticloadbalancing.model.DeleteLoadBalancerListenersRequest
public class DeleteLoadBalancerListenersRequest
Container for the parameters to the DeleteLoadBalancerListeners operation
.
Deletes listeners from the LoadBalancer for the specified port.
AmazonElasticLoadBalancing.deleteLoadBalancerListeners(DeleteLoadBalancerListenersRequest)
Constructor Summary | |
---|---|
DeleteLoadBalancerListenersRequest()
Default constructor for a new DeleteLoadBalancerListenersRequest object. |
|
DeleteLoadBalancerListenersRequest(String loadBalancerName,
List<Integer> loadBalancerPorts)
Constructs a new DeleteLoadBalancerListenersRequest object. |
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
String |
getLoadBalancerName()
The mnemonic name associated with the LoadBalancer. |
List<Integer> |
getLoadBalancerPorts()
The client port number(s) of the LoadBalancerListener(s) to be removed. |
int |
hashCode()
|
void |
setLoadBalancerName(String loadBalancerName)
The mnemonic name associated with the LoadBalancer. |
void |
setLoadBalancerPorts(Collection<Integer> loadBalancerPorts)
The client port number(s) of the LoadBalancerListener(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 LoadBalancer. |
DeleteLoadBalancerListenersRequest |
withLoadBalancerPorts(Collection<Integer> loadBalancerPorts)
The client port number(s) of the LoadBalancerListener(s) to be removed. |
DeleteLoadBalancerListenersRequest |
withLoadBalancerPorts(Integer... loadBalancerPorts)
The client port number(s) of the LoadBalancerListener(s) to be removed. |
Methods inherited from class com.amazonaws.AmazonWebServiceRequest |
---|
copyPrivateRequestParameters, getDelegationToken, getRequestClientOptions, getRequestCredentials, setDelegationToken, setRequestCredentials |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DeleteLoadBalancerListenersRequest()
public DeleteLoadBalancerListenersRequest(String loadBalancerName, List<Integer> loadBalancerPorts)
loadBalancerName
- The mnemonic name associated with the
LoadBalancer.loadBalancerPorts
- The client port number(s) of the
LoadBalancerListener(s) to be removed.Method Detail |
---|
public String getLoadBalancerName()
public void setLoadBalancerName(String loadBalancerName)
loadBalancerName
- The mnemonic name associated with the LoadBalancer.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 LoadBalancer.
public List<Integer> getLoadBalancerPorts()
public void setLoadBalancerPorts(Collection<Integer> loadBalancerPorts)
loadBalancerPorts
- The client port number(s) of the LoadBalancerListener(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 LoadBalancerListener(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 LoadBalancerListener(s) to be
removed.
public String toString()
toString
in class Object
Object.toString()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |