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/InstanceLaunchTemplate.h>
11#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;
116 template <
typename InfrastructureOptimizationT = InfrastructureOptimization>
118 m_infrastructureOptimizationHasBeenSet =
true;
119 m_infrastructureOptimization = std::forward<InfrastructureOptimizationT>(value);
121 template <
typename InfrastructureOptimizationT = InfrastructureOptimization>
134 InfrastructureOptimization m_infrastructureOptimization;
135 bool m_infrastructureRoleArnHasBeenSet =
false;
136 bool m_instanceLaunchTemplateHasBeenSet =
false;
137 bool m_propagateTagsHasBeenSet =
false;
138 bool m_infrastructureOptimizationHasBeenSet =
false;
void SetInfrastructureOptimization(InfrastructureOptimizationT &&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
ManagedInstancesProvider & WithPropagateTags(PropagateMITags value)
void SetInfrastructureRoleArn(InfrastructureRoleArnT &&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