|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.services.elasticloadbalancing.model.DisableAvailabilityZonesForLoadBalancerResult
public class DisableAvailabilityZonesForLoadBalancerResult
Disable Availability Zones For Load Balancer Result
Constructor Summary | |
---|---|
DisableAvailabilityZonesForLoadBalancerResult()
|
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()
|
DisableAvailabilityZonesForLoadBalancerResult |
withAvailabilityZones(Collection<String> availabilityZones)
Sets the value of the AvailabilityZones property for this object. |
DisableAvailabilityZonesForLoadBalancerResult |
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 DisableAvailabilityZonesForLoadBalancerResult()
Method Detail |
---|
public List<String> getAvailabilityZones()
public void setAvailabilityZones(Collection<String> availabilityZones)
availabilityZones
- The new value for the AvailabilityZones property for this object.public DisableAvailabilityZonesForLoadBalancerResult 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 DisableAvailabilityZonesForLoadBalancerResult 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 |