7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/ssm/SSMRequest.h>
10#include <aws/ssm/SSM_EXPORTS.h>
11#include <aws/ssm/model/InventoryAggregator.h>
12#include <aws/ssm/model/InventoryFilter.h>
13#include <aws/ssm/model/ResultAttribute.h>
44 template <
typename FiltersT = Aws::Vector<InventoryFilter>>
46 m_filtersHasBeenSet =
true;
47 m_filters = std::forward<FiltersT>(value);
49 template <
typename FiltersT = Aws::Vector<InventoryFilter>>
54 template <
typename FiltersT = InventoryFilter>
56 m_filtersHasBeenSet =
true;
57 m_filters.emplace_back(std::forward<FiltersT>(value));
71 template <
typename AggregatorsT = Aws::Vector<InventoryAggregator>>
73 m_aggregatorsHasBeenSet =
true;
74 m_aggregators = std::forward<AggregatorsT>(value);
76 template <
typename AggregatorsT = Aws::Vector<InventoryAggregator>>
81 template <
typename AggregatorsT = InventoryAggregator>
83 m_aggregatorsHasBeenSet =
true;
84 m_aggregators.emplace_back(std::forward<AggregatorsT>(value));
95 template <
typename ResultAttributesT = Aws::Vector<ResultAttribute>>
97 m_resultAttributesHasBeenSet =
true;
98 m_resultAttributes = std::forward<ResultAttributesT>(value);
100 template <
typename ResultAttributesT = Aws::Vector<ResultAttribute>>
105 template <
typename ResultAttributesT = ResultAttribute>
107 m_resultAttributesHasBeenSet =
true;
108 m_resultAttributes.emplace_back(std::forward<ResultAttributesT>(value));
120 template <
typename NextTokenT = Aws::String>
122 m_nextTokenHasBeenSet =
true;
123 m_nextToken = std::forward<NextTokenT>(value);
125 template <
typename NextTokenT = Aws::String>
141 m_maxResultsHasBeenSet =
true;
142 m_maxResults = value;
159 bool m_filtersHasBeenSet =
false;
160 bool m_aggregatorsHasBeenSet =
false;
161 bool m_resultAttributesHasBeenSet =
false;
162 bool m_nextTokenHasBeenSet =
false;
163 bool m_maxResultsHasBeenSet =
false;
void SetAggregators(AggregatorsT &&value)
const Aws::String & GetNextToken() const
void SetMaxResults(int value)
bool ResultAttributesHasBeenSet() const
int GetMaxResults() const
GetInventoryRequest & AddAggregators(AggregatorsT &&value)
void SetFilters(FiltersT &&value)
AWS_SSM_API Aws::String SerializePayload() const override
AWS_SSM_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
void SetNextToken(NextTokenT &&value)
bool MaxResultsHasBeenSet() const
bool FiltersHasBeenSet() const
GetInventoryRequest & WithMaxResults(int value)
AWS_SSM_API GetInventoryRequest()=default
const Aws::Vector< ResultAttribute > & GetResultAttributes() const
GetInventoryRequest & AddFilters(FiltersT &&value)
GetInventoryRequest & AddResultAttributes(ResultAttributesT &&value)
const Aws::Vector< InventoryFilter > & GetFilters() const
bool AggregatorsHasBeenSet() const
const Aws::Vector< InventoryAggregator > & GetAggregators() const
GetInventoryRequest & WithFilters(FiltersT &&value)
GetInventoryRequest & WithResultAttributes(ResultAttributesT &&value)
bool NextTokenHasBeenSet() const
void SetResultAttributes(ResultAttributesT &&value)
virtual const char * GetServiceRequestName() const override
GetInventoryRequest & WithAggregators(AggregatorsT &&value)
GetInventoryRequest & WithNextToken(NextTokenT &&value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector