public class BootstrapActionDetail
extends java.lang.Object
implements java.io.Serializable
Reports the configuration of a bootstrap action in a job flow.
| コンストラクタと説明 |
|---|
BootstrapActionDetail()
Default constructor for a new BootstrapActionDetail object.
|
BootstrapActionDetail(BootstrapActionConfig bootstrapActionConfig)
Constructs a new BootstrapActionDetail object.
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
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.
|
public BootstrapActionDetail()
public BootstrapActionDetail(BootstrapActionConfig bootstrapActionConfig)
bootstrapActionConfig - A description of the bootstrap action.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 java.lang.String toString()
toString クラス内 java.lang.ObjectObject.toString()public int hashCode()
hashCode クラス内 java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals クラス内 java.lang.Object