@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)
Marshalls this structured data using the given
ProtocolMarshaller . |
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 Object
Object.toString()
public BootstrapActionDetail clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.