@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ClusterConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
The execute command and managed storage 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.
|
ManagedStorageConfiguration |
getManagedStorageConfiguration()
The details of the managed storage 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.
|
void |
setManagedStorageConfiguration(ManagedStorageConfiguration managedStorageConfiguration)
The details of the managed storage configuration.
|
String |
toString()
Returns a string representation of this object.
|
ClusterConfiguration |
withExecuteCommandConfiguration(ExecuteCommandConfiguration executeCommandConfiguration)
The details of the execute command configuration.
|
ClusterConfiguration |
withManagedStorageConfiguration(ManagedStorageConfiguration managedStorageConfiguration)
The details of the managed storage 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 void setManagedStorageConfiguration(ManagedStorageConfiguration managedStorageConfiguration)
The details of the managed storage configuration.
managedStorageConfiguration
- The details of the managed storage configuration.public ManagedStorageConfiguration getManagedStorageConfiguration()
The details of the managed storage configuration.
public ClusterConfiguration withManagedStorageConfiguration(ManagedStorageConfiguration managedStorageConfiguration)
The details of the managed storage configuration.
managedStorageConfiguration
- The details of the managed storage configuration.public String toString()
toString
in class Object
Object.toString()
public ClusterConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.