7#include <aws/ssm/SSM_EXPORTS.h>
8#include <aws/ssm/SSMRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/ssm/model/OpsFilter.h>
12#include <aws/ssm/model/OpsAggregator.h>
13#include <aws/ssm/model/OpsResultAttribute.h>
47 template<
typename SyncNameT = Aws::String>
48 void SetSyncName(SyncNameT&& value) { m_syncNameHasBeenSet =
true; m_syncName = std::forward<SyncNameT>(value); }
49 template<
typename SyncNameT = Aws::String>
59 template<
typename FiltersT = Aws::Vector<OpsFilter>>
60 void SetFilters(FiltersT&& value) { m_filtersHasBeenSet =
true; m_filters = std::forward<FiltersT>(value); }
61 template<
typename FiltersT = Aws::Vector<OpsFilter>>
63 template<
typename FiltersT = OpsFilter>
74 template<
typename AggregatorsT = Aws::Vector<OpsAggregator>>
75 void SetAggregators(AggregatorsT&& value) { m_aggregatorsHasBeenSet =
true; m_aggregators = std::forward<AggregatorsT>(value); }
76 template<
typename AggregatorsT = Aws::Vector<OpsAggregator>>
78 template<
typename AggregatorsT = OpsAggregator>
88 template<
typename ResultAttributesT = Aws::Vector<OpsResultAttribute>>
89 void SetResultAttributes(ResultAttributesT&& value) { m_resultAttributesHasBeenSet =
true; m_resultAttributes = std::forward<ResultAttributesT>(value); }
90 template<
typename ResultAttributesT = Aws::Vector<OpsResultAttribute>>
92 template<
typename ResultAttributesT = OpsResultAttribute>
103 template<
typename NextTokenT = Aws::String>
104 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
105 template<
typename NextTokenT = Aws::String>
117 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
123 bool m_syncNameHasBeenSet =
false;
126 bool m_filtersHasBeenSet =
false;
129 bool m_aggregatorsHasBeenSet =
false;
132 bool m_resultAttributesHasBeenSet =
false;
135 bool m_nextTokenHasBeenSet =
false;
138 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