public class LoadBalancerDescription extends Object implements Serializable
Describes the details of a LoadBalancer.
| Constructor and Description |
|---|
LoadBalancerDescription() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
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 ObjectObject.toString()Copyright © 2015. All rights reserved.