|
Did this page help you?Yes No Tell us about it... |
||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectcom.amazonaws.services.elasticbeanstalk.model.Listener
public class Listener
Describes the properties of a Listener for the LoadBalancer.
| Constructor Summary | |
|---|---|
Listener()
|
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj)
|
java.lang.Integer |
getPort()
The port that is used by the Listener. |
java.lang.String |
getProtocol()
The protocol that is used by the Listener. |
int |
hashCode()
|
void |
setPort(java.lang.Integer port)
The port that is used by the Listener. |
void |
setProtocol(java.lang.String protocol)
The protocol that is used by the Listener. |
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
Listener |
withPort(java.lang.Integer port)
The port that is used by the Listener. |
Listener |
withProtocol(java.lang.String protocol)
The protocol that is used by the Listener. |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Listener()
| Method Detail |
|---|
public java.lang.String getProtocol()
public void setProtocol(java.lang.String protocol)
protocol - The protocol that is used by the Listener.public Listener withProtocol(java.lang.String protocol)
Returns a reference to this object so that method calls can be chained together.
protocol - The protocol that is used by the Listener.
public java.lang.Integer getPort()
public void setPort(java.lang.Integer port)
port - The port that is used by the Listener.public Listener withPort(java.lang.Integer port)
Returns a reference to this object so that method calls can be chained together.
port - The port that is used by the Listener.
public java.lang.String toString()
toString in class java.lang.ObjectObject.toString()public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||