7#include <aws/ssm/SSM_EXPORTS.h>
8#include <aws/ssm/model/NodeAggregatorType.h>
9#include <aws/ssm/model/NodeTypeName.h>
10#include <aws/ssm/model/NodeAttributeName.h>
11#include <aws/core/utils/memory/stl/AWSVector.h>
82 template<
typename AggregatorsT = Aws::Vector<NodeAggregator>>
83 void SetAggregators(AggregatorsT&& value) { m_aggregatorsHasBeenSet =
true; m_aggregators = std::forward<AggregatorsT>(value); }
84 template<
typename AggregatorsT = Aws::Vector<NodeAggregator>>
86 template<
typename AggregatorsT = NodeAggregator>
87 NodeAggregator&
AddAggregators(AggregatorsT&& value) { m_aggregatorsHasBeenSet =
true; m_aggregators.emplace_back(std::forward<AggregatorsT>(value));
return *
this; }
92 bool m_aggregatorTypeHasBeenSet =
false;
95 bool m_typeNameHasBeenSet =
false;
98 bool m_attributeNameHasBeenSet =
false;
101 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