|
||||||||||
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.EnableAvailabilityZonesForLoadBalancerRequest
public class EnableAvailabilityZonesForLoadBalancerRequest
Enable Availability Zones For Load Balancer Request
Constructor Summary | |
---|---|
EnableAvailabilityZonesForLoadBalancerRequest()
|
Method Summary | |
---|---|
List<String> |
getAvailabilityZones()
Returns the value of the AvailabilityZones 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 |
setLoadBalancerName(String loadBalancerName)
Sets the value of the LoadBalancerName property for this object. |
String |
toString()
|
EnableAvailabilityZonesForLoadBalancerRequest |
withAvailabilityZones(Collection<String> availabilityZones)
Sets the value of the AvailabilityZones property for this object. |
EnableAvailabilityZonesForLoadBalancerRequest |
withAvailabilityZones(String... availabilityZones)
Sets the value of the AvailabilityZones property for this object. |
EnableAvailabilityZonesForLoadBalancerRequest |
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 EnableAvailabilityZonesForLoadBalancerRequest()
Method Detail |
---|
public String getLoadBalancerName()
public void setLoadBalancerName(String loadBalancerName)
loadBalancerName
- The new value for the LoadBalancerName property for this object.public EnableAvailabilityZonesForLoadBalancerRequest 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<String> getAvailabilityZones()
public void setAvailabilityZones(Collection<String> availabilityZones)
availabilityZones
- The new value for the AvailabilityZones property for this object.public EnableAvailabilityZonesForLoadBalancerRequest 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 EnableAvailabilityZonesForLoadBalancerRequest 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 |