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