com.amazonaws.services.elasticloadbalancing.model
Class DisableAvailabilityZonesForLoadBalancerResult

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

public class DisableAvailabilityZonesForLoadBalancerResult
extends Object

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

DisableAvailabilityZonesForLoadBalancerResult

public DisableAvailabilityZonesForLoadBalancerResult()
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 DisableAvailabilityZonesForLoadBalancerResult 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 DisableAvailabilityZonesForLoadBalancerResult 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.