@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ClusterConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
The execute command configuration for the cluster.
| Constructor and Description | 
|---|
| ClusterConfiguration() | 
| Modifier and Type | Method and Description | 
|---|---|
| ClusterConfiguration | clone() | 
| boolean | equals(Object obj) | 
| ExecuteCommandConfiguration | getExecuteCommandConfiguration()
 The details of the execute command configuration. | 
| int | hashCode() | 
| void | marshall(ProtocolMarshaller protocolMarshaller)Marshalls this structured data using the given  ProtocolMarshaller. | 
| void | setExecuteCommandConfiguration(ExecuteCommandConfiguration executeCommandConfiguration)
 The details of the execute command configuration. | 
| String | toString()Returns a string representation of this object. | 
| ClusterConfiguration | withExecuteCommandConfiguration(ExecuteCommandConfiguration executeCommandConfiguration)
 The details of the execute command configuration. | 
public void setExecuteCommandConfiguration(ExecuteCommandConfiguration executeCommandConfiguration)
The details of the execute command configuration.
executeCommandConfiguration - The details of the execute command configuration.public ExecuteCommandConfiguration getExecuteCommandConfiguration()
The details of the execute command configuration.
public ClusterConfiguration withExecuteCommandConfiguration(ExecuteCommandConfiguration executeCommandConfiguration)
The details of the execute command configuration.
executeCommandConfiguration - The details of the execute command configuration.public String toString()
toString in class ObjectObject.toString()public ClusterConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.