|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.services.elasticloadbalancing.model.EnableAvailabilityZonesForLoadBalancerResult
public class EnableAvailabilityZonesForLoadBalancerResult
Enable Availability Zones For Load Balancer Result
Constructor Summary | |
---|---|
EnableAvailabilityZonesForLoadBalancerResult()
|
Method Summary | |
---|---|
List<String> |
getAvailabilityZones()
Returns the value of the AvailabilityZones property for this object. |
void |
setAvailabilityZones(Collection<String> availabilityZones)
Sets the value of the AvailabilityZones property for this object. |
String |
toString()
|
EnableAvailabilityZonesForLoadBalancerResult |
withAvailabilityZones(Collection<String> availabilityZones)
Sets the value of the AvailabilityZones property for this object. |
EnableAvailabilityZonesForLoadBalancerResult |
withAvailabilityZones(String... availabilityZones)
Sets the value of the AvailabilityZones property for this object. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public EnableAvailabilityZonesForLoadBalancerResult()
Method Detail |
---|
public List<String> getAvailabilityZones()
public void setAvailabilityZones(Collection<String> availabilityZones)
availabilityZones
- The new value for the AvailabilityZones property for this object.public EnableAvailabilityZonesForLoadBalancerResult 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 EnableAvailabilityZonesForLoadBalancerResult 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 |