/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include The run command configuration for the cluster.See Also:
AWS
* API Reference
Contains the run command configuration for the cluster.
*/ inline const AwsEcsClusterConfigurationExecuteCommandConfigurationDetails& GetExecuteCommandConfiguration() const{ return m_executeCommandConfiguration; } /** *Contains the run command configuration for the cluster.
*/ inline bool ExecuteCommandConfigurationHasBeenSet() const { return m_executeCommandConfigurationHasBeenSet; } /** *Contains the run command configuration for the cluster.
*/ inline void SetExecuteCommandConfiguration(const AwsEcsClusterConfigurationExecuteCommandConfigurationDetails& value) { m_executeCommandConfigurationHasBeenSet = true; m_executeCommandConfiguration = value; } /** *Contains the run command configuration for the cluster.
*/ inline void SetExecuteCommandConfiguration(AwsEcsClusterConfigurationExecuteCommandConfigurationDetails&& value) { m_executeCommandConfigurationHasBeenSet = true; m_executeCommandConfiguration = std::move(value); } /** *Contains the run command configuration for the cluster.
*/ inline AwsEcsClusterConfigurationDetails& WithExecuteCommandConfiguration(const AwsEcsClusterConfigurationExecuteCommandConfigurationDetails& value) { SetExecuteCommandConfiguration(value); return *this;} /** *Contains the run command configuration for the cluster.
*/ inline AwsEcsClusterConfigurationDetails& WithExecuteCommandConfiguration(AwsEcsClusterConfigurationExecuteCommandConfigurationDetails&& value) { SetExecuteCommandConfiguration(std::move(value)); return *this;} private: AwsEcsClusterConfigurationExecuteCommandConfigurationDetails m_executeCommandConfiguration; bool m_executeCommandConfigurationHasBeenSet = false; }; } // namespace Model } // namespace SecurityHub } // namespace Aws