public class BootstrapActionDetail extends Object implements Serializable, Cloneable
Reports the configuration of a bootstrap action in a job flow.
| Constructor and Description |
|---|
BootstrapActionDetail()
Default constructor for BootstrapActionDetail object.
|
BootstrapActionDetail(BootstrapActionConfig bootstrapActionConfig)
Constructs a new BootstrapActionDetail object.
|
| Modifier and Type | Method and Description |
|---|---|
BootstrapActionDetail |
clone() |
boolean |
equals(Object obj) |
BootstrapActionConfig |
getBootstrapActionConfig()
A description of the bootstrap action.
|
int |
hashCode() |
void |
setBootstrapActionConfig(BootstrapActionConfig bootstrapActionConfig)
A description of the bootstrap action.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
BootstrapActionDetail |
withBootstrapActionConfig(BootstrapActionConfig bootstrapActionConfig)
A description of the bootstrap action.
|
public BootstrapActionDetail()
public BootstrapActionDetail(BootstrapActionConfig bootstrapActionConfig)
bootstrapActionConfig - A description of the bootstrap action.public void setBootstrapActionConfig(BootstrapActionConfig bootstrapActionConfig)
A description of the bootstrap action.
bootstrapActionConfig - A description of the bootstrap action.public BootstrapActionConfig getBootstrapActionConfig()
A description of the bootstrap action.
public BootstrapActionDetail withBootstrapActionConfig(BootstrapActionConfig bootstrapActionConfig)
A description of the bootstrap action.
bootstrapActionConfig - A description of the bootstrap action.public String toString()
toString in class ObjectObject.toString()public BootstrapActionDetail clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.