@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class LoadBalancerDescription extends Object implements Serializable, Cloneable
Describes the details of a LoadBalancer.
Constructor and Description |
---|
LoadBalancerDescription() |
Modifier and Type | Method and Description |
---|---|
LoadBalancerDescription |
clone() |
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 void setLoadBalancerName(String loadBalancerName)
The name of the LoadBalancer.
loadBalancerName
- The name of the LoadBalancer.public String getLoadBalancerName()
The name of the LoadBalancer.
public LoadBalancerDescription withLoadBalancerName(String loadBalancerName)
The name of the LoadBalancer.
loadBalancerName
- The name of the LoadBalancer.public void setDomain(String domain)
The domain name of the LoadBalancer.
domain
- The domain name of the LoadBalancer.public String getDomain()
The domain name of the LoadBalancer.
public LoadBalancerDescription withDomain(String domain)
The domain name of the LoadBalancer.
domain
- The domain name of the LoadBalancer.public List<Listener> getListeners()
A list of Listeners used by the LoadBalancer.
public void setListeners(Collection<Listener> listeners)
A list of Listeners used by the LoadBalancer.
listeners
- A list of Listeners used by the LoadBalancer.public LoadBalancerDescription withListeners(Listener... listeners)
A list of Listeners used by the LoadBalancer.
NOTE: This method appends the values to the existing list (if any). Use
setListeners(java.util.Collection)
or withListeners(java.util.Collection)
if you want to
override the existing values.
listeners
- A list of Listeners used by the LoadBalancer.public LoadBalancerDescription withListeners(Collection<Listener> listeners)
A list of Listeners used by the LoadBalancer.
listeners
- A list of Listeners used by the LoadBalancer.public String toString()
toString
in class Object
Object.toString()
public LoadBalancerDescription clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.