com.amazonaws.services.elasticloadbalancing.model
Class EnableAvailabilityZonesForLoadBalancerResult

java.lang.Object
  extended by com.amazonaws.services.elasticloadbalancing.model.EnableAvailabilityZonesForLoadBalancerResult

public class EnableAvailabilityZonesForLoadBalancerResult
extends Object

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

EnableAvailabilityZonesForLoadBalancerResult

public EnableAvailabilityZonesForLoadBalancerResult()
Method Detail

getAvailabilityZones

public List<String> getAvailabilityZones()
Returns the value of the AvailabilityZones property for this object.

Returns:
The value of the AvailabilityZones property for this object.

setAvailabilityZones

public void setAvailabilityZones(Collection<String> availabilityZones)
Sets the value of the AvailabilityZones property for this object.

Parameters:
availabilityZones - The new value for the AvailabilityZones property for this object.

withAvailabilityZones

public EnableAvailabilityZonesForLoadBalancerResult withAvailabilityZones(String... availabilityZones)
Sets the value of the AvailabilityZones property for this object.

Returns a reference to this object so that method calls can be chained together.

Parameters:
availabilityZones - The new value for the AvailabilityZones property for this object.
Returns:
A reference to this updated object so that method calls can be chained together.

withAvailabilityZones

public EnableAvailabilityZonesForLoadBalancerResult withAvailabilityZones(Collection<String> availabilityZones)
Sets the value of the AvailabilityZones property for this object.

Returns a reference to this object so that method calls can be chained together.

Parameters:
availabilityZones - The new value for the AvailabilityZones property for this object.
Returns:
A reference to this updated object so that method calls can be chained together.

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.