|
|||||||
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(Object obj)
|
String |
getDomain()
The domain name of the LoadBalancer. |
List<Listener> |
getListeners()
A list of Listeners used by the LoadBalancer. |
String |
getLoadBalancerName()
The name of the LoadBalancer. |
int |
hashCode()
|
void |
setDomain(String domain)
The domain name of the LoadBalancer. |
void |
setListeners(Collection<Listener> listeners)
A list of Listeners used by the LoadBalancer. |
void |
setLoadBalancerName(String loadBalancerName)
The name of the LoadBalancer. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
LoadBalancerDescription |
withDomain(String domain)
The domain name of the LoadBalancer. |
LoadBalancerDescription |
withListeners(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(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 String getLoadBalancerName()
public void setLoadBalancerName(String loadBalancerName)
loadBalancerName
- The name of the LoadBalancer.public LoadBalancerDescription withLoadBalancerName(String loadBalancerName)
Returns a reference to this object so that method calls can be chained together.
loadBalancerName
- The name of the LoadBalancer.
public String getDomain()
public void setDomain(String domain)
domain
- The domain name of the LoadBalancer.public LoadBalancerDescription withDomain(String domain)
Returns a reference to this object so that method calls can be chained together.
domain
- The domain name of the LoadBalancer.
public List<Listener> getListeners()
public void setListeners(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(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 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 |