|
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.LoadBalancerDescription
public class LoadBalancerDescription
Describes the details of a LoadBalancer.
Constructor Summary | |
---|---|
LoadBalancerDescription()
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
|
java.lang.String |
getDomain()
The domain name of the LoadBalancer. |
java.util.List<Listener> |
getListeners()
A list of Listeners used by the LoadBalancer. |
java.lang.String |
getLoadBalancerName()
The name of the LoadBalancer. |
int |
hashCode()
|
void |
setDomain(java.lang.String domain)
The domain name of the LoadBalancer. |
void |
setListeners(java.util.Collection<Listener> listeners)
A list of Listeners used by the LoadBalancer. |
void |
setLoadBalancerName(java.lang.String loadBalancerName)
The name of the LoadBalancer. |
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
LoadBalancerDescription |
withDomain(java.lang.String domain)
The domain name of the LoadBalancer. |
LoadBalancerDescription |
withListeners(java.util.Collection<Listener> listeners)
A list of Listeners used by the LoadBalancer. |
LoadBalancerDescription |
withListeners(Listener... listeners)
A list of Listeners used by the LoadBalancer. |
LoadBalancerDescription |
withLoadBalancerName(java.lang.String loadBalancerName)
The name of the LoadBalancer. |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public LoadBalancerDescription()
Method Detail |
---|
public java.lang.String getLoadBalancerName()
public void setLoadBalancerName(java.lang.String loadBalancerName)
loadBalancerName
- The name of the LoadBalancer.public LoadBalancerDescription withLoadBalancerName(java.lang.String loadBalancerName)
Returns a reference to this object so that method calls can be chained together.
loadBalancerName
- The name of the LoadBalancer.
public java.lang.String getDomain()
public void setDomain(java.lang.String domain)
domain
- The domain name of the LoadBalancer.public LoadBalancerDescription withDomain(java.lang.String domain)
Returns a reference to this object so that method calls can be chained together.
domain
- The domain name of the LoadBalancer.
public java.util.List<Listener> getListeners()
public void setListeners(java.util.Collection<Listener> listeners)
listeners
- A list of Listeners used by the LoadBalancer.public LoadBalancerDescription withListeners(Listener... listeners)
Returns a reference to this object so that method calls can be chained together.
listeners
- A list of Listeners used by the LoadBalancer.
public LoadBalancerDescription withListeners(java.util.Collection<Listener> listeners)
Returns a reference to this object so that method calls can be chained together.
listeners
- A list of Listeners used by the LoadBalancer.
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
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |