7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/ecs/ECS_EXPORTS.h>
9#include <aws/ecs/model/AutoRepairConfiguration.h>
10#include <aws/ecs/model/InfrastructureOptimization.h>
11#include <aws/ecs/model/InstanceLaunchTemplate.h>
12#include <aws/ecs/model/PropagateMITags.h>
53 template <
typename InfrastructureRoleArnT = Aws::String>
55 m_infrastructureRoleArnHasBeenSet =
true;
56 m_infrastructureRoleArn = std::forward<InfrastructureRoleArnT>(value);
58 template <
typename InfrastructureRoleArnT = Aws::String>
77 template <
typename InstanceLaunchTemplateT = InstanceLaunchTemplate>
79 m_instanceLaunchTemplateHasBeenSet =
true;
80 m_instanceLaunchTemplate = std::forward<InstanceLaunchTemplateT>(value);
82 template <
typename InstanceLaunchTemplateT = InstanceLaunchTemplate>
98 m_propagateTagsHasBeenSet =
true;
99 m_propagateTags = value;
115 template <
typename InfrastructureOptimizationT = InfrastructureOptimization>
117 m_infrastructureOptimizationHasBeenSet =
true;
118 m_infrastructureOptimization = std::forward<InfrastructureOptimizationT>(value);
120 template <
typename InfrastructureOptimizationT = InfrastructureOptimization>
135 template <
typename AutoRepairConfigurationT = AutoRepairConfiguration>
137 m_autoRepairConfigurationHasBeenSet =
true;
138 m_autoRepairConfiguration = std::forward<AutoRepairConfigurationT>(value);
140 template <
typename AutoRepairConfigurationT = AutoRepairConfiguration>
153 InfrastructureOptimization m_infrastructureOptimization;
155 AutoRepairConfiguration m_autoRepairConfiguration;
156 bool m_infrastructureRoleArnHasBeenSet =
false;
157 bool m_instanceLaunchTemplateHasBeenSet =
false;
158 bool m_propagateTagsHasBeenSet =
false;
159 bool m_infrastructureOptimizationHasBeenSet =
false;
160 bool m_autoRepairConfigurationHasBeenSet =
false;
void SetInfrastructureOptimization(InfrastructureOptimizationT &&value)
const InfrastructureOptimization & GetInfrastructureOptimization() const
PropagateMITags GetPropagateTags() const
AWS_ECS_API CreateManagedInstancesProviderConfiguration(Aws::Utils::Json::JsonView jsonValue)
AWS_ECS_API CreateManagedInstancesProviderConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
const AutoRepairConfiguration & GetAutoRepairConfiguration() const
CreateManagedInstancesProviderConfiguration & WithAutoRepairConfiguration(AutoRepairConfigurationT &&value)
void SetAutoRepairConfiguration(AutoRepairConfigurationT &&value)
const InstanceLaunchTemplate & GetInstanceLaunchTemplate() const
bool AutoRepairConfigurationHasBeenSet() const
AWS_ECS_API Aws::Utils::Json::JsonValue Jsonize() const
void SetInstanceLaunchTemplate(InstanceLaunchTemplateT &&value)
bool InstanceLaunchTemplateHasBeenSet() const
CreateManagedInstancesProviderConfiguration & WithInfrastructureRoleArn(InfrastructureRoleArnT &&value)
void SetInfrastructureRoleArn(InfrastructureRoleArnT &&value)
CreateManagedInstancesProviderConfiguration & WithPropagateTags(PropagateMITags value)
void SetPropagateTags(PropagateMITags value)
const Aws::String & GetInfrastructureRoleArn() const
CreateManagedInstancesProviderConfiguration & WithInfrastructureOptimization(InfrastructureOptimizationT &&value)
bool InfrastructureOptimizationHasBeenSet() const
CreateManagedInstancesProviderConfiguration & WithInstanceLaunchTemplate(InstanceLaunchTemplateT &&value)
AWS_ECS_API CreateManagedInstancesProviderConfiguration()=default
bool PropagateTagsHasBeenSet() const
bool InfrastructureRoleArnHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue