7#include <aws/ecs/ECS_EXPORTS.h>
8#include <aws/ecs/model/ExecuteCommandConfiguration.h>
9#include <aws/ecs/model/ManagedStorageConfiguration.h>
42 template <
typename ExecuteCommandConfigurationT = ExecuteCommandConfiguration>
44 m_executeCommandConfigurationHasBeenSet =
true;
45 m_executeCommandConfiguration = std::forward<ExecuteCommandConfigurationT>(value);
47 template <
typename ExecuteCommandConfigurationT = ExecuteCommandConfiguration>
60 template <
typename ManagedStorageConfigurationT = ManagedStorageConfiguration>
62 m_managedStorageConfigurationHasBeenSet =
true;
63 m_managedStorageConfiguration = std::forward<ManagedStorageConfigurationT>(value);
65 template <
typename ManagedStorageConfigurationT = ManagedStorageConfiguration>
75 bool m_executeCommandConfigurationHasBeenSet =
false;
76 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