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/InstanceLaunchTemplateUpdate.h>
12#include <aws/ecs/model/PropagateMITags.h>
51 template <
typename InfrastructureRoleArnT = Aws::String>
53 m_infrastructureRoleArnHasBeenSet =
true;
54 m_infrastructureRoleArn = std::forward<InfrastructureRoleArnT>(value);
56 template <
typename InfrastructureRoleArnT = Aws::String>
71 template <
typename InstanceLaunchTemplateT = InstanceLaunchTemplateUpdate>
73 m_instanceLaunchTemplateHasBeenSet =
true;
74 m_instanceLaunchTemplate = std::forward<InstanceLaunchTemplateT>(value);
76 template <
typename InstanceLaunchTemplateT = InstanceLaunchTemplateUpdate>
91 m_propagateTagsHasBeenSet =
true;
92 m_propagateTags = value;
107 template <
typename InfrastructureOptimizationT = InfrastructureOptimization>
109 m_infrastructureOptimizationHasBeenSet =
true;
110 m_infrastructureOptimization = std::forward<InfrastructureOptimizationT>(value);
112 template <
typename InfrastructureOptimizationT = InfrastructureOptimization>
126 template <
typename AutoRepairConfigurationT = AutoRepairConfiguration>
128 m_autoRepairConfigurationHasBeenSet =
true;
129 m_autoRepairConfiguration = std::forward<AutoRepairConfigurationT>(value);
131 template <
typename AutoRepairConfigurationT = AutoRepairConfiguration>
144 InfrastructureOptimization m_infrastructureOptimization;
146 AutoRepairConfiguration m_autoRepairConfiguration;
147 bool m_infrastructureRoleArnHasBeenSet =
false;
148 bool m_instanceLaunchTemplateHasBeenSet =
false;
149 bool m_propagateTagsHasBeenSet =
false;
150 bool m_infrastructureOptimizationHasBeenSet =
false;
151 bool m_autoRepairConfigurationHasBeenSet =
false;
void SetPropagateTags(PropagateMITags value)
bool InfrastructureRoleArnHasBeenSet() const
const Aws::String & GetInfrastructureRoleArn() const
const InfrastructureOptimization & GetInfrastructureOptimization() const
bool AutoRepairConfigurationHasBeenSet() const
UpdateManagedInstancesProviderConfiguration & WithAutoRepairConfiguration(AutoRepairConfigurationT &&value)
bool PropagateTagsHasBeenSet() const
UpdateManagedInstancesProviderConfiguration & WithInfrastructureRoleArn(InfrastructureRoleArnT &&value)
AWS_ECS_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_ECS_API UpdateManagedInstancesProviderConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
bool InstanceLaunchTemplateHasBeenSet() const
const InstanceLaunchTemplateUpdate & GetInstanceLaunchTemplate() const
UpdateManagedInstancesProviderConfiguration & WithPropagateTags(PropagateMITags value)
void SetInstanceLaunchTemplate(InstanceLaunchTemplateT &&value)
void SetInfrastructureRoleArn(InfrastructureRoleArnT &&value)
UpdateManagedInstancesProviderConfiguration & WithInstanceLaunchTemplate(InstanceLaunchTemplateT &&value)
bool InfrastructureOptimizationHasBeenSet() const
const AutoRepairConfiguration & GetAutoRepairConfiguration() const
void SetAutoRepairConfiguration(AutoRepairConfigurationT &&value)
UpdateManagedInstancesProviderConfiguration & WithInfrastructureOptimization(InfrastructureOptimizationT &&value)
void SetInfrastructureOptimization(InfrastructureOptimizationT &&value)
AWS_ECS_API UpdateManagedInstancesProviderConfiguration()=default
AWS_ECS_API UpdateManagedInstancesProviderConfiguration(Aws::Utils::Json::JsonView jsonValue)
PropagateMITags GetPropagateTags() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue