7#include <aws/ssm/SSM_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/ssm/model/InventoryGroup.h>
49 template<
typename ExpressionT = Aws::String>
50 void SetExpression(ExpressionT&& value) { m_expressionHasBeenSet =
true; m_expression = std::forward<ExpressionT>(value); }
51 template<
typename ExpressionT = Aws::String>
61 template<
typename AggregatorsT = Aws::Vector<InventoryAggregator>>
62 void SetAggregators(AggregatorsT&& value) { m_aggregatorsHasBeenSet =
true; m_aggregators = std::forward<AggregatorsT>(value); }
63 template<
typename AggregatorsT = Aws::Vector<InventoryAggregator>>
65 template<
typename AggregatorsT = InventoryAggregator>
77 template<
typename GroupsT = Aws::Vector<InventoryGroup>>
78 void SetGroups(GroupsT&& value) { m_groupsHasBeenSet =
true; m_groups = std::forward<GroupsT>(value); }
79 template<
typename GroupsT = Aws::Vector<InventoryGroup>>
81 template<
typename GroupsT = InventoryGroup>
87 bool m_expressionHasBeenSet =
false;
90 bool m_aggregatorsHasBeenSet =
false;
93 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