7#include <aws/core/utils/memory/stl/AWSVector.h>
8#include <aws/securityhub/SecurityHubRequest.h>
9#include <aws/securityhub/SecurityHub_EXPORTS.h>
10#include <aws/securityhub/model/FindingScopes.h>
11#include <aws/securityhub/model/GroupByRule.h>
12#include <aws/securityhub/model/SortOrder.h>
42 template <
typename GroupByRulesT = Aws::Vector<GroupByRule>>
44 m_groupByRulesHasBeenSet =
true;
45 m_groupByRules = std::forward<GroupByRulesT>(value);
47 template <
typename GroupByRulesT = Aws::Vector<GroupByRule>>
52 template <
typename GroupByRulesT = GroupByRule>
54 m_groupByRulesHasBeenSet =
true;
55 m_groupByRules.emplace_back(std::forward<GroupByRulesT>(value));
74 template <
typename ScopesT = FindingScopes>
76 m_scopesHasBeenSet =
true;
77 m_scopes = std::forward<ScopesT>(value);
79 template <
typename ScopesT = FindingScopes>
94 m_sortOrderHasBeenSet =
true;
110 m_maxStatisticResultsHasBeenSet =
true;
111 m_maxStatisticResults = value;
125 int m_maxStatisticResults{0};
126 bool m_groupByRulesHasBeenSet =
false;
127 bool m_scopesHasBeenSet =
false;
128 bool m_sortOrderHasBeenSet =
false;
129 bool m_maxStatisticResultsHasBeenSet =
false;
virtual const char * GetServiceRequestName() const override
AWS_SECURITYHUB_API GetFindingStatisticsV2Request()=default
const FindingScopes & GetScopes() const
GetFindingStatisticsV2Request & AddGroupByRules(GroupByRulesT &&value)
SortOrder GetSortOrder() const
bool MaxStatisticResultsHasBeenSet() const
GetFindingStatisticsV2Request & WithScopes(ScopesT &&value)
void SetSortOrder(SortOrder value)
void SetMaxStatisticResults(int value)
bool SortOrderHasBeenSet() const
void SetScopes(ScopesT &&value)
bool ScopesHasBeenSet() const
GetFindingStatisticsV2Request & WithMaxStatisticResults(int value)
int GetMaxStatisticResults() const
void SetGroupByRules(GroupByRulesT &&value)
bool GroupByRulesHasBeenSet() const
GetFindingStatisticsV2Request & WithSortOrder(SortOrder value)
AWS_SECURITYHUB_API Aws::String SerializePayload() const override
GetFindingStatisticsV2Request & WithGroupByRules(GroupByRulesT &&value)
const Aws::Vector< GroupByRule > & GetGroupByRules() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector