|
Did this page help you?Yes No Tell us about it... |
||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectcom.amazonaws.services.elasticmapreduce.model.BootstrapActionDetail
public class BootstrapActionDetail
Reports the configuration of a bootstrap action in a job flow.
| Constructor Summary | |
|---|---|
BootstrapActionDetail()
Default constructor for a new BootstrapActionDetail object. |
|
BootstrapActionDetail(BootstrapActionConfig bootstrapActionConfig)
Constructs a new BootstrapActionDetail object. |
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public BootstrapActionDetail()
public BootstrapActionDetail(BootstrapActionConfig bootstrapActionConfig)
bootstrapActionConfig - A description of the bootstrap action.| Method Detail |
|---|
public BootstrapActionConfig getBootstrapActionConfig()
public void setBootstrapActionConfig(BootstrapActionConfig bootstrapActionConfig)
bootstrapActionConfig - A description of the bootstrap action.public BootstrapActionDetail withBootstrapActionConfig(BootstrapActionConfig bootstrapActionConfig)
Returns a reference to this object so that method calls can be chained together.
bootstrapActionConfig - A description of the bootstrap action.
public String toString()
toString in class ObjectObject.toString()public int hashCode()
hashCode in class Objectpublic boolean equals(Object obj)
equals in class Object
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||