7#include <aws/ecs/ECS_EXPORTS.h>
8#include <aws/ecs/model/ExecuteCommandConfiguration.h>
9#include <aws/ecs/model/ManagedStorageConfiguration.h>
48 template<
typename ExecuteCommandConfigurationT = ExecuteCommandConfiguration>
49 void SetExecuteCommandConfiguration(ExecuteCommandConfigurationT&& value) { m_executeCommandConfigurationHasBeenSet =
true; m_executeCommandConfiguration = std::forward<ExecuteCommandConfigurationT>(value); }
50 template<
typename ExecuteCommandConfigurationT = ExecuteCommandConfiguration>
60 template<
typename ManagedStorageConfigurationT = ManagedStorageConfiguration>
61 void SetManagedStorageConfiguration(ManagedStorageConfigurationT&& value) { m_managedStorageConfigurationHasBeenSet =
true; m_managedStorageConfiguration = std::forward<ManagedStorageConfigurationT>(value); }
62 template<
typename ManagedStorageConfigurationT = ManagedStorageConfiguration>
68 bool m_executeCommandConfigurationHasBeenSet =
false;
71 bool m_managedStorageConfigurationHasBeenSet =
false;
void SetExecuteCommandConfiguration(ExecuteCommandConfigurationT &&value)
ClusterConfiguration & WithExecuteCommandConfiguration(ExecuteCommandConfigurationT &&value)
ClusterConfiguration & WithManagedStorageConfiguration(ManagedStorageConfigurationT &&value)
AWS_ECS_API ClusterConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_ECS_API ClusterConfiguration(Aws::Utils::Json::JsonView jsonValue)
bool ExecuteCommandConfigurationHasBeenSet() const
void SetManagedStorageConfiguration(ManagedStorageConfigurationT &&value)
AWS_ECS_API Aws::Utils::Json::JsonValue Jsonize() const
bool ManagedStorageConfigurationHasBeenSet() const
AWS_ECS_API ClusterConfiguration()=default
const ManagedStorageConfiguration & GetManagedStorageConfiguration() const
const ExecuteCommandConfiguration & GetExecuteCommandConfiguration() const
Aws::Utils::Json::JsonValue JsonValue