|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.AmazonWebServiceRequest
com.amazonaws.services.elasticloadbalancing.model.CreateLoadBalancerRequest
public class CreateLoadBalancerRequest
Create Load Balancer Request
Constructor Summary | |
---|---|
CreateLoadBalancerRequest()
|
Method Summary | |
---|---|
List<String> |
getAvailabilityZones()
Returns the value of the AvailabilityZones property for this object. |
List<Listener> |
getListeners()
Returns the value of the Listeners property for this object. |
String |
getLoadBalancerName()
Returns the value of the LoadBalancerName property for this object. |
void |
setAvailabilityZones(Collection<String> availabilityZones)
Sets the value of the AvailabilityZones property for this object. |
void |
setListeners(Collection<Listener> listeners)
Sets the value of the Listeners property for this object. |
void |
setLoadBalancerName(String loadBalancerName)
Sets the value of the LoadBalancerName property for this object. |
String |
toString()
|
CreateLoadBalancerRequest |
withAvailabilityZones(Collection<String> availabilityZones)
Sets the value of the AvailabilityZones property for this object. |
CreateLoadBalancerRequest |
withAvailabilityZones(String... availabilityZones)
Sets the value of the AvailabilityZones property for this object. |
CreateLoadBalancerRequest |
withListeners(Collection<Listener> listeners)
Sets the value of the Listeners property for this object. |
CreateLoadBalancerRequest |
withListeners(Listener... listeners)
Sets the value of the Listeners property for this object. |
CreateLoadBalancerRequest |
withLoadBalancerName(String loadBalancerName)
Sets the value of the LoadBalancerName property for this object. |
Methods inherited from class com.amazonaws.AmazonWebServiceRequest |
---|
copyPrivateRequestParameters |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public CreateLoadBalancerRequest()
Method Detail |
---|
public String getLoadBalancerName()
public void setLoadBalancerName(String loadBalancerName)
loadBalancerName
- The new value for the LoadBalancerName property for this object.public CreateLoadBalancerRequest 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 List<Listener> getListeners()
public void setListeners(Collection<Listener> listeners)
listeners
- The new value for the Listeners property for this object.public CreateLoadBalancerRequest withListeners(Listener... listeners)
Returns a reference to this object so that method calls can be chained together.
listeners
- The new value for the Listeners property for this object.
public CreateLoadBalancerRequest withListeners(Collection<Listener> listeners)
Returns a reference to this object so that method calls can be chained together.
listeners
- The new value for the Listeners 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 CreateLoadBalancerRequest 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 CreateLoadBalancerRequest 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 String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |