@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BootstrapActionDetail extends Object implements Serializable, Cloneable, StructuredPojo
Reports the configuration of a bootstrap action in a cluster (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 | marshall(ProtocolMarshaller protocolMarshaller) | 
| void | setBootstrapActionConfig(BootstrapActionConfig bootstrapActionConfig)
 A description of the bootstrap action. | 
| String | toString()Returns a string representation of this object. | 
| 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()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2025. All rights reserved.