public class DeleteLoadBalancerListenersRequest extends AmazonWebServiceRequest implements java.io.Serializable
DeleteLoadBalancerListeners operation.
Deletes listeners from the LoadBalancer for the specified port.
| コンストラクタと説明 |
|---|
DeleteLoadBalancerListenersRequest()
Default constructor for a new DeleteLoadBalancerListenersRequest object.
|
DeleteLoadBalancerListenersRequest(java.lang.String loadBalancerName,
java.util.List<java.lang.Integer> loadBalancerPorts)
Constructs a new DeleteLoadBalancerListenersRequest object.
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getLoadBalancerName()
The mnemonic name associated with the LoadBalancer.
|
java.util.List<java.lang.Integer> |
getLoadBalancerPorts()
The client port number(s) of the LoadBalancerListener(s) to be
removed.
|
int |
hashCode() |
void |
setLoadBalancerName(java.lang.String loadBalancerName)
The mnemonic name associated with the LoadBalancer.
|
void |
setLoadBalancerPorts(java.util.Collection<java.lang.Integer> loadBalancerPorts)
The client port number(s) of the LoadBalancerListener(s) to be
removed.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DeleteLoadBalancerListenersRequest |
withLoadBalancerName(java.lang.String loadBalancerName)
The mnemonic name associated with the LoadBalancer.
|
DeleteLoadBalancerListenersRequest |
withLoadBalancerPorts(java.util.Collection<java.lang.Integer> loadBalancerPorts)
The client port number(s) of the LoadBalancerListener(s) to be
removed.
|
DeleteLoadBalancerListenersRequest |
withLoadBalancerPorts(java.lang.Integer... loadBalancerPorts)
The client port number(s) of the LoadBalancerListener(s) to be
removed.
|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, setRequestCredentialspublic DeleteLoadBalancerListenersRequest()
public DeleteLoadBalancerListenersRequest(java.lang.String loadBalancerName,
java.util.List<java.lang.Integer> loadBalancerPorts)
loadBalancerName - The mnemonic name associated with the
LoadBalancer.loadBalancerPorts - The client port number(s) of the
LoadBalancerListener(s) to be removed.public java.lang.String getLoadBalancerName()
public void setLoadBalancerName(java.lang.String loadBalancerName)
loadBalancerName - The mnemonic name associated with the LoadBalancer.public DeleteLoadBalancerListenersRequest withLoadBalancerName(java.lang.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 java.util.List<java.lang.Integer> getLoadBalancerPorts()
public void setLoadBalancerPorts(java.util.Collection<java.lang.Integer> loadBalancerPorts)
loadBalancerPorts - The client port number(s) of the LoadBalancerListener(s) to be
removed.public DeleteLoadBalancerListenersRequest withLoadBalancerPorts(java.lang.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(java.util.Collection<java.lang.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 java.lang.String toString()
toString クラス内 java.lang.ObjectObject.toString()public int hashCode()
hashCode クラス内 java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals クラス内 java.lang.Object