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/OpsAggregator.h>
12#include <aws/ssm/model/OpsFilter.h>
13#include <aws/ssm/model/OpsResultAttribute.h>
43 template <
typename SyncNameT = Aws::String>
45 m_syncNameHasBeenSet =
true;
46 m_syncName = std::forward<SyncNameT>(value);
48 template <
typename SyncNameT = Aws::String>
61 template <
typename FiltersT = Aws::Vector<OpsFilter>>
63 m_filtersHasBeenSet =
true;
64 m_filters = std::forward<FiltersT>(value);
66 template <
typename FiltersT = Aws::Vector<OpsFilter>>
71 template <
typename FiltersT = OpsFilter>
73 m_filtersHasBeenSet =
true;
74 m_filters.emplace_back(std::forward<FiltersT>(value));
86 template <
typename AggregatorsT = Aws::Vector<OpsAggregator>>
88 m_aggregatorsHasBeenSet =
true;
89 m_aggregators = std::forward<AggregatorsT>(value);
91 template <
typename AggregatorsT = Aws::Vector<OpsAggregator>>
96 template <
typename AggregatorsT = OpsAggregator>
98 m_aggregatorsHasBeenSet =
true;
99 m_aggregators.emplace_back(std::forward<AggregatorsT>(value));
110 template <
typename ResultAttributesT = Aws::Vector<OpsResultAttribute>>
112 m_resultAttributesHasBeenSet =
true;
113 m_resultAttributes = std::forward<ResultAttributesT>(value);
115 template <
typename ResultAttributesT = Aws::Vector<OpsResultAttribute>>
120 template <
typename ResultAttributesT = OpsResultAttribute>
122 m_resultAttributesHasBeenSet =
true;
123 m_resultAttributes.emplace_back(std::forward<ResultAttributesT>(value));
135 template <
typename NextTokenT = Aws::String>
137 m_nextTokenHasBeenSet =
true;
138 m_nextToken = std::forward<NextTokenT>(value);
140 template <
typename NextTokenT = Aws::String>
156 m_maxResultsHasBeenSet =
true;
157 m_maxResults = value;
176 bool m_syncNameHasBeenSet =
false;
177 bool m_filtersHasBeenSet =
false;
178 bool m_aggregatorsHasBeenSet =
false;
179 bool m_resultAttributesHasBeenSet =
false;
180 bool m_nextTokenHasBeenSet =
false;
181 bool m_maxResultsHasBeenSet =
false;
bool SyncNameHasBeenSet() const
void SetResultAttributes(ResultAttributesT &&value)
GetOpsSummaryRequest & AddAggregators(AggregatorsT &&value)
GetOpsSummaryRequest & WithFilters(FiltersT &&value)
void SetAggregators(AggregatorsT &&value)
GetOpsSummaryRequest & WithSyncName(SyncNameT &&value)
virtual const char * GetServiceRequestName() const override
bool NextTokenHasBeenSet() const
void SetFilters(FiltersT &&value)
const Aws::String & GetNextToken() const
bool FiltersHasBeenSet() const
GetOpsSummaryRequest & WithResultAttributes(ResultAttributesT &&value)
GetOpsSummaryRequest & AddFilters(FiltersT &&value)
GetOpsSummaryRequest & WithAggregators(AggregatorsT &&value)
GetOpsSummaryRequest & WithMaxResults(int value)
const Aws::Vector< OpsAggregator > & GetAggregators() const
AWS_SSM_API Aws::String SerializePayload() const override
void SetNextToken(NextTokenT &&value)
GetOpsSummaryRequest & WithNextToken(NextTokenT &&value)
AWS_SSM_API GetOpsSummaryRequest()=default
void SetMaxResults(int value)
GetOpsSummaryRequest & AddResultAttributes(ResultAttributesT &&value)
void SetSyncName(SyncNameT &&value)
bool MaxResultsHasBeenSet() const
bool AggregatorsHasBeenSet() const
const Aws::Vector< OpsResultAttribute > & GetResultAttributes() const
const Aws::String & GetSyncName() const
AWS_SSM_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
bool ResultAttributesHasBeenSet() const
const Aws::Vector< OpsFilter > & GetFilters() const
int GetMaxResults() const
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