7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/ecs/ECS_EXPORTS.h>
9#include <aws/ecs/model/InfrastructureOptimization.h>
10#include <aws/ecs/model/InstanceLaunchTemplateUpdate.h>
11#include <aws/ecs/model/PropagateMITags.h>
50 template <
typename InfrastructureRoleArnT = Aws::String>
52 m_infrastructureRoleArnHasBeenSet =
true;
53 m_infrastructureRoleArn = std::forward<InfrastructureRoleArnT>(value);
55 template <
typename InfrastructureRoleArnT = Aws::String>
70 template <
typename InstanceLaunchTemplateT = InstanceLaunchTemplateUpdate>
72 m_instanceLaunchTemplateHasBeenSet =
true;
73 m_instanceLaunchTemplate = std::forward<InstanceLaunchTemplateT>(value);
75 template <
typename InstanceLaunchTemplateT = InstanceLaunchTemplateUpdate>
90 m_propagateTagsHasBeenSet =
true;
91 m_propagateTags = value;
106 template <
typename InfrastructureOptimizationT = InfrastructureOptimization>
108 m_infrastructureOptimizationHasBeenSet =
true;
109 m_infrastructureOptimization = std::forward<InfrastructureOptimizationT>(value);
111 template <
typename InfrastructureOptimizationT = InfrastructureOptimization>
124 InfrastructureOptimization m_infrastructureOptimization;
125 bool m_infrastructureRoleArnHasBeenSet =
false;
126 bool m_instanceLaunchTemplateHasBeenSet =
false;
127 bool m_propagateTagsHasBeenSet =
false;
128 bool m_infrastructureOptimizationHasBeenSet =
false;
void SetPropagateTags(PropagateMITags value)
bool InfrastructureRoleArnHasBeenSet() const
const Aws::String & GetInfrastructureRoleArn() const
const InfrastructureOptimization & GetInfrastructureOptimization() const
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
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