|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectcom.amazonaws.services.elasticloadbalancing.model.Listener
public class Listener
Listener
| Constructor Summary | |
|---|---|
Listener()
|
|
| Method Summary | |
|---|---|
Integer |
getInstancePort()
Returns the value of the InstancePort property for this object. |
Integer |
getLoadBalancerPort()
Returns the value of the LoadBalancerPort property for this object. |
String |
getProtocol()
Returns the value of the Protocol property for this object. |
void |
setInstancePort(Integer instancePort)
Sets the value of the InstancePort property for this object. |
void |
setLoadBalancerPort(Integer loadBalancerPort)
Sets the value of the LoadBalancerPort property for this object. |
void |
setProtocol(String protocol)
Sets the value of the Protocol property for this object. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
Listener |
withInstancePort(Integer instancePort)
Sets the value of the InstancePort property for this object. |
Listener |
withLoadBalancerPort(Integer loadBalancerPort)
Sets the value of the LoadBalancerPort property for this object. |
Listener |
withProtocol(String protocol)
Sets the value of the Protocol property for this object. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Listener()
| Method Detail |
|---|
public String getProtocol()
public void setProtocol(String protocol)
protocol - The new value for the Protocol property for this object.public Listener withProtocol(String protocol)
Returns a reference to this object so that method calls can be chained together.
protocol - The new value for the Protocol property for this object.
public Integer getLoadBalancerPort()
public void setLoadBalancerPort(Integer loadBalancerPort)
loadBalancerPort - The new value for the LoadBalancerPort property for this object.public Listener withLoadBalancerPort(Integer loadBalancerPort)
Returns a reference to this object so that method calls can be chained together.
loadBalancerPort - The new value for the LoadBalancerPort property for this object.
public Integer getInstancePort()
Constraints:
Range: 1 - 65535
public void setInstancePort(Integer instancePort)
Constraints:
Range: 1 - 65535
instancePort - The new value for the InstancePort property for this object.public Listener withInstancePort(Integer instancePort)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Range: 1 - 65535
instancePort - The new value for the InstancePort property for this object.
public String toString()
toString in class ObjectObject.toString()
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||