com.amazonaws.services.elasticloadbalancing.model
Class DisableAvailabilityZonesForLoadBalancerResult

java.lang.Object
  extended by com.amazonaws.services.elasticloadbalancing.model.DisableAvailabilityZonesForLoadBalancerResult
All Implemented Interfaces:
Serializable

public class DisableAvailabilityZonesForLoadBalancerResult
extends Object
implements Serializable

The output for the DisableAvailabilityZonesForLoadBalancer action.

See Also:
Serialized Form

Constructor Summary
DisableAvailabilityZonesForLoadBalancerResult()
           
 
Method Summary
 boolean equals(Object obj)
           
 List<String> getAvailabilityZones()
          A list of updated Availability Zones for the load balancer.
 int hashCode()
           
 void setAvailabilityZones(Collection<String> availabilityZones)
          A list of updated Availability Zones for the load balancer.
 String toString()
          Returns a string representation of this object; useful for testing and debugging.
 DisableAvailabilityZonesForLoadBalancerResult withAvailabilityZones(Collection<String> availabilityZones)
          A list of updated Availability Zones for the load balancer.
 DisableAvailabilityZonesForLoadBalancerResult withAvailabilityZones(String... availabilityZones)
          A list of updated Availability Zones for the load balancer.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DisableAvailabilityZonesForLoadBalancerResult

public DisableAvailabilityZonesForLoadBalancerResult()
Method Detail

getAvailabilityZones

public List<String> getAvailabilityZones()
A list of updated Availability Zones for the load balancer.

Returns:
A list of updated Availability Zones for the load balancer.

setAvailabilityZones

public void setAvailabilityZones(Collection<String> availabilityZones)
A list of updated Availability Zones for the load balancer.

Parameters:
availabilityZones - A list of updated Availability Zones for the load balancer.

withAvailabilityZones

public DisableAvailabilityZonesForLoadBalancerResult withAvailabilityZones(String... availabilityZones)
A list of updated Availability Zones for the load balancer.

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

Parameters:
availabilityZones - A list of updated Availability Zones for the load balancer.
Returns:
A reference to this updated object so that method calls can be chained together.

withAvailabilityZones

public DisableAvailabilityZonesForLoadBalancerResult withAvailabilityZones(Collection<String> availabilityZones)
A list of updated Availability Zones for the load balancer.

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

Parameters:
availabilityZones - A list of updated Availability Zones for the load balancer.
Returns:
A reference to this updated object so that method calls can be chained together.

toString

public String toString()
Returns a string representation of this object; useful for testing and debugging.

Overrides:
toString in class Object
Returns:
A string representation of this object.
See Also:
Object.toString()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 2016. All rights reserved.