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>
52 template <
typename InfrastructureRoleArnT = Aws::String>
54 m_infrastructureRoleArnHasBeenSet =
true;
55 m_infrastructureRoleArn = std::forward<InfrastructureRoleArnT>(value);
57 template <
typename InfrastructureRoleArnT = Aws::String>
76 template <
typename InstanceLaunchTemplateT = InstanceLaunchTemplate>
78 m_instanceLaunchTemplateHasBeenSet =
true;
79 m_instanceLaunchTemplate = std::forward<InstanceLaunchTemplateT>(value);
81 template <
typename InstanceLaunchTemplateT = InstanceLaunchTemplate>
97 m_propagateTagsHasBeenSet =
true;
98 m_propagateTags = value;
114 template <
typename InfrastructureOptimizationT = InfrastructureOptimization>
116 m_infrastructureOptimizationHasBeenSet =
true;
117 m_infrastructureOptimization = std::forward<InfrastructureOptimizationT>(value);
119 template <
typename InfrastructureOptimizationT = InfrastructureOptimization>
132 InfrastructureOptimization m_infrastructureOptimization;
133 bool m_infrastructureRoleArnHasBeenSet =
false;
134 bool m_instanceLaunchTemplateHasBeenSet =
false;
135 bool m_propagateTagsHasBeenSet =
false;
136 bool m_infrastructureOptimizationHasBeenSet =
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 InstanceLaunchTemplate & GetInstanceLaunchTemplate() 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