7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/ssm/SSM_EXPORTS.h>
10#include <aws/ssm/model/InventoryGroup.h>
43 template <
typename ExpressionT = Aws::String>
45 m_expressionHasBeenSet =
true;
46 m_expression = std::forward<ExpressionT>(value);
48 template <
typename ExpressionT = Aws::String>
61 template <
typename AggregatorsT = Aws::Vector<InventoryAggregator>>
63 m_aggregatorsHasBeenSet =
true;
64 m_aggregators = std::forward<AggregatorsT>(value);
66 template <
typename AggregatorsT = Aws::Vector<InventoryAggregator>>
71 template <
typename AggregatorsT = InventoryAggregator>
73 m_aggregatorsHasBeenSet =
true;
74 m_aggregators.emplace_back(std::forward<AggregatorsT>(value));
87 template <
typename GroupsT = Aws::Vector<InventoryGroup>>
89 m_groupsHasBeenSet =
true;
90 m_groups = std::forward<GroupsT>(value);
92 template <
typename GroupsT = Aws::Vector<InventoryGroup>>
97 template <
typename GroupsT = InventoryGroup>
99 m_groupsHasBeenSet =
true;
100 m_groups.emplace_back(std::forward<GroupsT>(value));
110 bool m_expressionHasBeenSet =
false;
111 bool m_aggregatorsHasBeenSet =
false;
112 bool m_groupsHasBeenSet =
false;
const Aws::Vector< InventoryAggregator > & GetAggregators() const
void SetAggregators(AggregatorsT &&value)
AWS_SSM_API InventoryAggregator(Aws::Utils::Json::JsonView jsonValue)
AWS_SSM_API InventoryAggregator()=default
const Aws::String & GetExpression() const
InventoryAggregator & WithAggregators(AggregatorsT &&value)
bool GroupsHasBeenSet() const
const Aws::Vector< InventoryGroup > & GetGroups() const
InventoryAggregator & AddAggregators(AggregatorsT &&value)
InventoryAggregator & WithGroups(GroupsT &&value)
InventoryAggregator & AddGroups(GroupsT &&value)
bool ExpressionHasBeenSet() const
bool AggregatorsHasBeenSet() const
AWS_SSM_API InventoryAggregator & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetExpression(ExpressionT &&value)
AWS_SSM_API Aws::Utils::Json::JsonValue Jsonize() const
void SetGroups(GroupsT &&value)
InventoryAggregator & WithExpression(ExpressionT &&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