com.amazonaws.services.elasticmapreduce.model
Class BootstrapActionDetail

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

public class BootstrapActionDetail
extends Object

Bootstrap Action Detail


Constructor Summary
BootstrapActionDetail()
           
 
Method Summary
 BootstrapActionConfig getBootstrapActionConfig()
          Returns the value of the BootstrapActionConfig property for this object.
 void setBootstrapActionConfig(BootstrapActionConfig bootstrapActionConfig)
          Sets the value of the BootstrapActionConfig property for this object.
 String toString()
           
 BootstrapActionDetail withBootstrapActionConfig(BootstrapActionConfig bootstrapActionConfig)
          Sets the value of the BootstrapActionConfig property for this object.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BootstrapActionDetail

public BootstrapActionDetail()
Method Detail

getBootstrapActionConfig

public BootstrapActionConfig getBootstrapActionConfig()
Returns the value of the BootstrapActionConfig property for this object.

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

setBootstrapActionConfig

public void setBootstrapActionConfig(BootstrapActionConfig bootstrapActionConfig)
Sets the value of the BootstrapActionConfig property for this object.

Parameters:
bootstrapActionConfig - The new value for the BootstrapActionConfig property for this object.

withBootstrapActionConfig

public BootstrapActionDetail withBootstrapActionConfig(BootstrapActionConfig bootstrapActionConfig)
Sets the value of the BootstrapActionConfig property for this object.

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

Parameters:
bootstrapActionConfig - The new value for the BootstrapActionConfig 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.