7#include <aws/core/utils/memory/stl/AWSVector.h>
8#include <aws/ssm/SSM_EXPORTS.h>
9#include <aws/ssm/model/NodeAggregatorType.h>
10#include <aws/ssm/model/NodeAttributeName.h>
11#include <aws/ssm/model/NodeTypeName.h>
46 m_aggregatorTypeHasBeenSet =
true;
47 m_aggregatorType = value;
63 m_typeNameHasBeenSet =
true;
79 m_attributeNameHasBeenSet =
true;
80 m_attributeName = value;
94 template <
typename AggregatorsT = Aws::Vector<NodeAggregator>>
96 m_aggregatorsHasBeenSet =
true;
97 m_aggregators = std::forward<AggregatorsT>(value);
99 template <
typename AggregatorsT = Aws::Vector<NodeAggregator>>
104 template <
typename AggregatorsT = NodeAggregator>
106 m_aggregatorsHasBeenSet =
true;
107 m_aggregators.emplace_back(std::forward<AggregatorsT>(value));
119 bool m_aggregatorTypeHasBeenSet =
false;
120 bool m_typeNameHasBeenSet =
false;
121 bool m_attributeNameHasBeenSet =
false;
122 bool m_aggregatorsHasBeenSet =
false;
NodeAggregator & WithTypeName(NodeTypeName value)
const Aws::Vector< NodeAggregator > & GetAggregators() const
NodeAggregator & WithAggregatorType(NodeAggregatorType value)
NodeAggregator & WithAggregators(AggregatorsT &&value)
bool TypeNameHasBeenSet() const
void SetAggregators(AggregatorsT &&value)
void SetAttributeName(NodeAttributeName value)
bool AggregatorsHasBeenSet() const
NodeAttributeName GetAttributeName() const
NodeAggregatorType GetAggregatorType() const
NodeAggregator & WithAttributeName(NodeAttributeName value)
AWS_SSM_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_SSM_API NodeAggregator & operator=(Aws::Utils::Json::JsonView jsonValue)
NodeAggregator & AddAggregators(AggregatorsT &&value)
NodeTypeName GetTypeName() const
bool AggregatorTypeHasBeenSet() const
void SetTypeName(NodeTypeName value)
void SetAggregatorType(NodeAggregatorType value)
AWS_SSM_API NodeAggregator(Aws::Utils::Json::JsonView jsonValue)
bool AttributeNameHasBeenSet() const
AWS_SSM_API NodeAggregator()=default
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue