@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) |
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 Object
Object.toString()
public ClusterConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall
in interface StructuredPojo
Copyright © 2023. All rights reserved.