com.amazonaws.services.elasticmapreduce.model
Class PlacementType

java.lang.Object
  extended by com.amazonaws.services.elasticmapreduce.model.PlacementType

public class PlacementType
extends Object

Placement Type


Constructor Summary
PlacementType()
           
 
Method Summary
 String getAvailabilityZone()
          Returns the value of the AvailabilityZone property for this object.
 void setAvailabilityZone(String availabilityZone)
          Sets the value of the AvailabilityZone property for this object.
 PlacementType withAvailabilityZone(String availabilityZone)
          Sets the value of the AvailabilityZone property for this object.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PlacementType

public PlacementType()
Method Detail

getAvailabilityZone

public String getAvailabilityZone()
Returns the value of the AvailabilityZone property for this object.

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

setAvailabilityZone

public void setAvailabilityZone(String availabilityZone)
Sets the value of the AvailabilityZone property for this object.

Parameters:
availabilityZone - The new value for the AvailabilityZone property for this object.

withAvailabilityZone

public PlacementType withAvailabilityZone(String availabilityZone)
Sets the value of the AvailabilityZone property for this object.

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

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


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