7#include <aws/batch/Batch_EXPORTS.h>
8#include <aws/batch/model/ConsumableResourceProperties.h>
9#include <aws/batch/model/ContainerProperties.h>
10#include <aws/batch/model/EcsProperties.h>
11#include <aws/batch/model/EksProperties.h>
12#include <aws/core/utils/memory/stl/AWSString.h>
13#include <aws/core/utils/memory/stl/AWSVector.h>
53 template <
typename TargetNodesT = Aws::String>
55 m_targetNodesHasBeenSet =
true;
56 m_targetNodes = std::forward<TargetNodesT>(value);
58 template <
typename TargetNodesT = Aws::String>
71 template <
typename ContainerT = ContainerProperties>
73 m_containerHasBeenSet =
true;
74 m_container = std::forward<ContainerT>(value);
76 template <
typename ContainerT = ContainerProperties>
92 template <
typename InstanceTypesT = Aws::Vector<Aws::String>>
94 m_instanceTypesHasBeenSet =
true;
95 m_instanceTypes = std::forward<InstanceTypesT>(value);
97 template <
typename InstanceTypesT = Aws::Vector<Aws::String>>
102 template <
typename InstanceTypesT = Aws::String>
104 m_instanceTypesHasBeenSet =
true;
105 m_instanceTypes.emplace_back(std::forward<InstanceTypesT>(value));
117 template <
typename EcsPropertiesT = EcsProperties>
119 m_ecsPropertiesHasBeenSet =
true;
120 m_ecsProperties = std::forward<EcsPropertiesT>(value);
122 template <
typename EcsPropertiesT = EcsProperties>
136 template <
typename EksPropertiesT = EksProperties>
138 m_eksPropertiesHasBeenSet =
true;
139 m_eksProperties = std::forward<EksPropertiesT>(value);
141 template <
typename EksPropertiesT = EksProperties>
154 template <
typename ConsumableResourcePropertiesT = ConsumableResourceProperties>
156 m_consumableResourcePropertiesHasBeenSet =
true;
157 m_consumableResourceProperties = std::forward<ConsumableResourcePropertiesT>(value);
159 template <
typename ConsumableResourcePropertiesT = ConsumableResourceProperties>
177 bool m_targetNodesHasBeenSet =
false;
178 bool m_containerHasBeenSet =
false;
179 bool m_instanceTypesHasBeenSet =
false;
180 bool m_ecsPropertiesHasBeenSet =
false;
181 bool m_eksPropertiesHasBeenSet =
false;
182 bool m_consumableResourcePropertiesHasBeenSet =
false;
bool TargetNodesHasBeenSet() const
bool ConsumableResourcePropertiesHasBeenSet() const
const EksProperties & GetEksProperties() const
bool EksPropertiesHasBeenSet() const
NodeRangeProperty & WithTargetNodes(TargetNodesT &&value)
const Aws::Vector< Aws::String > & GetInstanceTypes() const
void SetTargetNodes(TargetNodesT &&value)
void SetContainer(ContainerT &&value)
AWS_BATCH_API NodeRangeProperty()=default
NodeRangeProperty & WithEcsProperties(EcsPropertiesT &&value)
NodeRangeProperty & WithConsumableResourceProperties(ConsumableResourcePropertiesT &&value)
AWS_BATCH_API NodeRangeProperty & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetInstanceTypes(InstanceTypesT &&value)
void SetConsumableResourceProperties(ConsumableResourcePropertiesT &&value)
const ConsumableResourceProperties & GetConsumableResourceProperties() const
const ContainerProperties & GetContainer() const
NodeRangeProperty & WithInstanceTypes(InstanceTypesT &&value)
NodeRangeProperty & WithContainer(ContainerT &&value)
bool EcsPropertiesHasBeenSet() const
void SetEcsProperties(EcsPropertiesT &&value)
bool InstanceTypesHasBeenSet() const
NodeRangeProperty & AddInstanceTypes(InstanceTypesT &&value)
void SetEksProperties(EksPropertiesT &&value)
bool ContainerHasBeenSet() const
NodeRangeProperty & WithEksProperties(EksPropertiesT &&value)
AWS_BATCH_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_BATCH_API NodeRangeProperty(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetTargetNodes() const
const EcsProperties & GetEcsProperties() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue