|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.services.elasticloadbalancing.model.LoadBalancerDescription
public class LoadBalancerDescription
Load Balancer Description
Constructor Summary | |
---|---|
LoadBalancerDescription()
|
Method Summary | |
---|---|
List<String> |
getAvailabilityZones()
Returns the value of the AvailabilityZones property for this object. |
Date |
getCreatedTime()
Returns the value of the CreatedTime property for this object. |
String |
getDNSName()
Returns the value of the DNSName property for this object. |
HealthCheck |
getHealthCheck()
Returns the value of the HealthCheck property for this object. |
List<Instance> |
getInstances()
Returns the value of the Instances property for this object. |
List<ListenerDescription> |
getListenerDescriptions()
Returns the value of the ListenerDescriptions property for this object. |
String |
getLoadBalancerName()
Returns the value of the LoadBalancerName property for this object. |
Policies |
getPolicies()
Returns the value of the Policies property for this object. |
void |
setAvailabilityZones(Collection<String> availabilityZones)
Sets the value of the AvailabilityZones property for this object. |
void |
setCreatedTime(Date createdTime)
Sets the value of the CreatedTime property for this object. |
void |
setDNSName(String dNSName)
Sets the value of the DNSName property for this object. |
void |
setHealthCheck(HealthCheck healthCheck)
Sets the value of the HealthCheck property for this object. |
void |
setInstances(Collection<Instance> instances)
Sets the value of the Instances property for this object. |
void |
setListenerDescriptions(Collection<ListenerDescription> listenerDescriptions)
Sets the value of the ListenerDescriptions property for this object. |
void |
setLoadBalancerName(String loadBalancerName)
Sets the value of the LoadBalancerName property for this object. |
void |
setPolicies(Policies policies)
Sets the value of the Policies property for this object. |
String |
toString()
|
LoadBalancerDescription |
withAvailabilityZones(Collection<String> availabilityZones)
Sets the value of the AvailabilityZones property for this object. |
LoadBalancerDescription |
withAvailabilityZones(String... availabilityZones)
Sets the value of the AvailabilityZones property for this object. |
LoadBalancerDescription |
withCreatedTime(Date createdTime)
Sets the value of the CreatedTime property for this object. |
LoadBalancerDescription |
withDNSName(String dNSName)
Sets the value of the DNSName property for this object. |
LoadBalancerDescription |
withHealthCheck(HealthCheck healthCheck)
Sets the value of the HealthCheck property for this object. |
LoadBalancerDescription |
withInstances(Collection<Instance> instances)
Sets the value of the Instances property for this object. |
LoadBalancerDescription |
withInstances(Instance... instances)
Sets the value of the Instances property for this object. |
LoadBalancerDescription |
withListenerDescriptions(Collection<ListenerDescription> listenerDescriptions)
Sets the value of the ListenerDescriptions property for this object. |
LoadBalancerDescription |
withListenerDescriptions(ListenerDescription... listenerDescriptions)
Sets the value of the ListenerDescriptions property for this object. |
LoadBalancerDescription |
withLoadBalancerName(String loadBalancerName)
Sets the value of the LoadBalancerName property for this object. |
LoadBalancerDescription |
withPolicies(Policies policies)
Sets the value of the Policies property for this object. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public LoadBalancerDescription()
Method Detail |
---|
public String getLoadBalancerName()
public void setLoadBalancerName(String loadBalancerName)
loadBalancerName
- The new value for the LoadBalancerName property for this object.public LoadBalancerDescription withLoadBalancerName(String loadBalancerName)
Returns a reference to this object so that method calls can be chained together.
loadBalancerName
- The new value for the LoadBalancerName property for this object.
public String getDNSName()
public void setDNSName(String dNSName)
dNSName
- The new value for the DNSName property for this object.public LoadBalancerDescription withDNSName(String dNSName)
Returns a reference to this object so that method calls can be chained together.
dNSName
- The new value for the DNSName property for this object.
public List<ListenerDescription> getListenerDescriptions()
public void setListenerDescriptions(Collection<ListenerDescription> listenerDescriptions)
listenerDescriptions
- The new value for the ListenerDescriptions property for this object.public LoadBalancerDescription withListenerDescriptions(ListenerDescription... listenerDescriptions)
Returns a reference to this object so that method calls can be chained together.
listenerDescriptions
- The new value for the ListenerDescriptions property for this object.
public LoadBalancerDescription withListenerDescriptions(Collection<ListenerDescription> listenerDescriptions)
Returns a reference to this object so that method calls can be chained together.
listenerDescriptions
- The new value for the ListenerDescriptions property for this object.
public Policies getPolicies()
public void setPolicies(Policies policies)
policies
- The new value for the Policies property for this object.public LoadBalancerDescription withPolicies(Policies policies)
Returns a reference to this object so that method calls can be chained together.
policies
- The new value for the Policies property for this object.
public List<String> getAvailabilityZones()
public void setAvailabilityZones(Collection<String> availabilityZones)
availabilityZones
- The new value for the AvailabilityZones property for this object.public LoadBalancerDescription withAvailabilityZones(String... availabilityZones)
Returns a reference to this object so that method calls can be chained together.
availabilityZones
- The new value for the AvailabilityZones property for this object.
public LoadBalancerDescription withAvailabilityZones(Collection<String> availabilityZones)
Returns a reference to this object so that method calls can be chained together.
availabilityZones
- The new value for the AvailabilityZones property for this object.
public List<Instance> getInstances()
public void setInstances(Collection<Instance> instances)
instances
- The new value for the Instances property for this object.public LoadBalancerDescription withInstances(Instance... instances)
Returns a reference to this object so that method calls can be chained together.
instances
- The new value for the Instances property for this object.
public LoadBalancerDescription withInstances(Collection<Instance> instances)
Returns a reference to this object so that method calls can be chained together.
instances
- The new value for the Instances property for this object.
public HealthCheck getHealthCheck()
public void setHealthCheck(HealthCheck healthCheck)
healthCheck
- The new value for the HealthCheck property for this object.public LoadBalancerDescription withHealthCheck(HealthCheck healthCheck)
Returns a reference to this object so that method calls can be chained together.
healthCheck
- The new value for the HealthCheck property for this object.
public Date getCreatedTime()
public void setCreatedTime(Date createdTime)
createdTime
- The new value for the CreatedTime property for this object.public LoadBalancerDescription withCreatedTime(Date createdTime)
Returns a reference to this object so that method calls can be chained together.
createdTime
- The new value for the CreatedTime property for this object.
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |