7#include <aws/batch/Batch_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/batch/model/ContainerProperties.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/batch/model/EcsProperties.h>
12#include <aws/batch/model/EksProperties.h>
60 inline void SetTargetNodes(
const char* value) { m_targetNodesHasBeenSet =
true; m_targetNodes.assign(value); }
124 bool m_targetNodesHasBeenSet =
false;
127 bool m_containerHasBeenSet =
false;
130 bool m_instanceTypesHasBeenSet =
false;
133 bool m_ecsPropertiesHasBeenSet =
false;
136 bool m_eksPropertiesHasBeenSet =
false;
NodeRangeProperty & AddInstanceTypes(Aws::String &&value)
void SetEksProperties(EksProperties &&value)
bool TargetNodesHasBeenSet() const
NodeRangeProperty & WithContainer(const ContainerProperties &value)
NodeRangeProperty & WithTargetNodes(const char *value)
const EksProperties & GetEksProperties() const
bool EksPropertiesHasBeenSet() const
void SetEcsProperties(const EcsProperties &value)
NodeRangeProperty & WithEksProperties(const EksProperties &value)
const Aws::Vector< Aws::String > & GetInstanceTypes() const
void SetTargetNodes(const Aws::String &value)
void SetEksProperties(const EksProperties &value)
void SetInstanceTypes(Aws::Vector< Aws::String > &&value)
NodeRangeProperty & WithEcsProperties(const EcsProperties &value)
NodeRangeProperty & WithContainer(ContainerProperties &&value)
AWS_BATCH_API NodeRangeProperty & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetTargetNodes(Aws::String &&value)
void SetEcsProperties(EcsProperties &&value)
void SetContainer(ContainerProperties &&value)
NodeRangeProperty & AddInstanceTypes(const Aws::String &value)
void SetContainer(const ContainerProperties &value)
NodeRangeProperty & WithTargetNodes(const Aws::String &value)
void SetInstanceTypes(const Aws::Vector< Aws::String > &value)
NodeRangeProperty & WithEcsProperties(EcsProperties &&value)
AWS_BATCH_API NodeRangeProperty()
const ContainerProperties & GetContainer() const
NodeRangeProperty & WithInstanceTypes(const Aws::Vector< Aws::String > &value)
bool EcsPropertiesHasBeenSet() const
NodeRangeProperty & AddInstanceTypes(const char *value)
NodeRangeProperty & WithEksProperties(EksProperties &&value)
bool InstanceTypesHasBeenSet() const
bool ContainerHasBeenSet() const
void SetTargetNodes(const char *value)
AWS_BATCH_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_BATCH_API NodeRangeProperty(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetTargetNodes() const
NodeRangeProperty & WithInstanceTypes(Aws::Vector< Aws::String > &&value)
const EcsProperties & GetEcsProperties() const
NodeRangeProperty & WithTargetNodes(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue