7#include <aws/batch/Batch_EXPORTS.h>
8#include <aws/batch/model/NodeRangeProperty.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
44 m_numNodesHasBeenSet =
true;
61 m_mainNodeHasBeenSet =
true;
77 template <
typename NodeRangePropertiesT = Aws::Vector<NodeRangeProperty>>
79 m_nodeRangePropertiesHasBeenSet =
true;
80 m_nodeRangeProperties = std::forward<NodeRangePropertiesT>(value);
82 template <
typename NodeRangePropertiesT = Aws::Vector<NodeRangeProperty>>
87 template <
typename NodeRangePropertiesT = NodeRangeProperty>
89 m_nodeRangePropertiesHasBeenSet =
true;
90 m_nodeRangeProperties.emplace_back(std::forward<NodeRangePropertiesT>(value));
100 bool m_numNodesHasBeenSet =
false;
101 bool m_mainNodeHasBeenSet =
false;
102 bool m_nodeRangePropertiesHasBeenSet =
false;
NodeProperties & AddNodeRangeProperties(NodeRangePropertiesT &&value)
bool MainNodeHasBeenSet() const
NodeProperties & WithMainNode(int value)
AWS_BATCH_API NodeProperties(Aws::Utils::Json::JsonView jsonValue)
const Aws::Vector< NodeRangeProperty > & GetNodeRangeProperties() const
NodeProperties & WithNodeRangeProperties(NodeRangePropertiesT &&value)
void SetNodeRangeProperties(NodeRangePropertiesT &&value)
bool NumNodesHasBeenSet() const
NodeProperties & WithNumNodes(int value)
AWS_BATCH_API NodeProperties & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetMainNode(int value)
AWS_BATCH_API NodeProperties()=default
void SetNumNodes(int value)
AWS_BATCH_API Aws::Utils::Json::JsonValue Jsonize() const
bool NodeRangePropertiesHasBeenSet() const
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue