public class BootstrapActionDetail
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
Reports the configuration of a bootstrap action in a job flow.
Modifier and Type | Field and Description |
---|---|
private BootstrapActionConfig |
bootstrapActionConfig
A description of the bootstrap action.
|
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(java.lang.Object obj) |
BootstrapActionConfig |
getBootstrapActionConfig()
A description of the bootstrap action.
|
int |
hashCode() |
void |
setBootstrapActionConfig(BootstrapActionConfig bootstrapActionConfig)
A description of the bootstrap action.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
BootstrapActionDetail |
withBootstrapActionConfig(BootstrapActionConfig bootstrapActionConfig)
A description of the bootstrap action.
|
private 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 java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public BootstrapActionDetail clone()
clone
in class java.lang.Object