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>
54 template <
typename InfrastructureRoleArnT = Aws::String>
56 m_infrastructureRoleArnHasBeenSet =
true;
57 m_infrastructureRoleArn = std::forward<InfrastructureRoleArnT>(value);
59 template <
typename InfrastructureRoleArnT = Aws::String>
78 template <
typename InstanceLaunchTemplateT = InstanceLaunchTemplate>
80 m_instanceLaunchTemplateHasBeenSet =
true;
81 m_instanceLaunchTemplate = std::forward<InstanceLaunchTemplateT>(value);
83 template <
typename InstanceLaunchTemplateT = InstanceLaunchTemplate>
99 m_propagateTagsHasBeenSet =
true;
100 m_propagateTags = value;
117 template <
typename InfrastructureOptimizationT = InfrastructureOptimization>
119 m_infrastructureOptimizationHasBeenSet =
true;
120 m_infrastructureOptimization = std::forward<InfrastructureOptimizationT>(value);
122 template <
typename InfrastructureOptimizationT = InfrastructureOptimization>
137 template <
typename AutoRepairConfigurationT = AutoRepairConfiguration>
139 m_autoRepairConfigurationHasBeenSet =
true;
140 m_autoRepairConfiguration = std::forward<AutoRepairConfigurationT>(value);
142 template <
typename AutoRepairConfigurationT = AutoRepairConfiguration>
155 InfrastructureOptimization m_infrastructureOptimization;
157 AutoRepairConfiguration m_autoRepairConfiguration;
158 bool m_infrastructureRoleArnHasBeenSet =
false;
159 bool m_instanceLaunchTemplateHasBeenSet =
false;
160 bool m_propagateTagsHasBeenSet =
false;
161 bool m_infrastructureOptimizationHasBeenSet =
false;
162 bool m_autoRepairConfigurationHasBeenSet =
false;
void SetInfrastructureOptimization(InfrastructureOptimizationT &&value)
void SetAutoRepairConfiguration(AutoRepairConfigurationT &&value)
ManagedInstancesProvider & WithInstanceLaunchTemplate(InstanceLaunchTemplateT &&value)
bool InstanceLaunchTemplateHasBeenSet() const
bool InfrastructureOptimizationHasBeenSet() const
ManagedInstancesProvider & WithInfrastructureRoleArn(InfrastructureRoleArnT &&value)
void SetInstanceLaunchTemplate(InstanceLaunchTemplateT &&value)
AWS_ECS_API ManagedInstancesProvider & operator=(Aws::Utils::Json::JsonView jsonValue)
bool PropagateTagsHasBeenSet() const
ManagedInstancesProvider & WithInfrastructureOptimization(InfrastructureOptimizationT &&value)
AWS_ECS_API ManagedInstancesProvider(Aws::Utils::Json::JsonView jsonValue)
const InstanceLaunchTemplate & GetInstanceLaunchTemplate() const
bool AutoRepairConfigurationHasBeenSet() const
ManagedInstancesProvider & WithPropagateTags(PropagateMITags value)
void SetInfrastructureRoleArn(InfrastructureRoleArnT &&value)
const AutoRepairConfiguration & GetAutoRepairConfiguration() const
ManagedInstancesProvider & WithAutoRepairConfiguration(AutoRepairConfigurationT &&value)
bool InfrastructureRoleArnHasBeenSet() const
const Aws::String & GetInfrastructureRoleArn() const
const InfrastructureOptimization & GetInfrastructureOptimization() const
AWS_ECS_API ManagedInstancesProvider()=default
AWS_ECS_API Aws::Utils::Json::JsonValue Jsonize() const
PropagateMITags GetPropagateTags() const
void SetPropagateTags(PropagateMITags value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue