7#include <aws/batch/Batch_EXPORTS.h>
8#include <aws/batch/model/InfrastructureOptimization.h>
9#include <aws/batch/model/InstanceLaunchTemplate.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
49 template <
typename PropagateTagsT = Aws::String>
51 m_propagateTagsHasBeenSet =
true;
52 m_propagateTags = std::forward<PropagateTagsT>(value);
54 template <
typename PropagateTagsT = Aws::String>
71 template <
typename InfrastructureRoleArnT = Aws::String>
73 m_infrastructureRoleArnHasBeenSet =
true;
74 m_infrastructureRoleArn = std::forward<InfrastructureRoleArnT>(value);
76 template <
typename InfrastructureRoleArnT = Aws::String>
91 template <
typename InstanceLaunchTemplateT = InstanceLaunchTemplate>
93 m_instanceLaunchTemplateHasBeenSet =
true;
94 m_instanceLaunchTemplate = std::forward<InstanceLaunchTemplateT>(value);
96 template <
typename InstanceLaunchTemplateT = InstanceLaunchTemplate>
110 template <
typename InfrastructureOptimizationT = InfrastructureOptimization>
112 m_infrastructureOptimizationHasBeenSet =
true;
113 m_infrastructureOptimization = std::forward<InfrastructureOptimizationT>(value);
115 template <
typename InfrastructureOptimizationT = InfrastructureOptimization>
129 bool m_propagateTagsHasBeenSet =
false;
130 bool m_infrastructureRoleArnHasBeenSet =
false;
131 bool m_instanceLaunchTemplateHasBeenSet =
false;
132 bool m_infrastructureOptimizationHasBeenSet =
false;
void SetInfrastructureRoleArn(InfrastructureRoleArnT &&value)
void SetPropagateTags(PropagateTagsT &&value)
ManagedInstancesProvider & WithInfrastructureOptimization(InfrastructureOptimizationT &&value)
bool InstanceLaunchTemplateHasBeenSet() const
bool PropagateTagsHasBeenSet() const
void SetInfrastructureOptimization(InfrastructureOptimizationT &&value)
const Aws::String & GetInfrastructureRoleArn() const
AWS_BATCH_API ManagedInstancesProvider(Aws::Utils::Json::JsonView jsonValue)
void SetInstanceLaunchTemplate(InstanceLaunchTemplateT &&value)
const Aws::String & GetPropagateTags() const
AWS_BATCH_API Aws::Utils::Json::JsonValue Jsonize() const
bool InfrastructureOptimizationHasBeenSet() const
const InstanceLaunchTemplate & GetInstanceLaunchTemplate() const
bool InfrastructureRoleArnHasBeenSet() const
ManagedInstancesProvider & WithInstanceLaunchTemplate(InstanceLaunchTemplateT &&value)
ManagedInstancesProvider & WithInfrastructureRoleArn(InfrastructureRoleArnT &&value)
ManagedInstancesProvider & WithPropagateTags(PropagateTagsT &&value)
AWS_BATCH_API ManagedInstancesProvider & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_BATCH_API ManagedInstancesProvider()=default
const InfrastructureOptimization & GetInfrastructureOptimization() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue