7#include <aws/securityhub/SecurityHub_EXPORTS.h>
8#include <aws/securityhub/SecurityHubRequest.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/securityhub/model/SortOrder.h>
11#include <aws/securityhub/model/GroupByRule.h>
45 template<
typename GroupByRulesT = Aws::Vector<GroupByRule>>
46 void SetGroupByRules(GroupByRulesT&& value) { m_groupByRulesHasBeenSet =
true; m_groupByRules = std::forward<GroupByRulesT>(value); }
47 template<
typename GroupByRulesT = Aws::Vector<GroupByRule>>
49 template<
typename GroupByRulesT = GroupByRule>
70 inline void SetMaxStatisticResults(
int value) { m_maxStatisticResultsHasBeenSet =
true; m_maxStatisticResults = value; }
76 bool m_groupByRulesHasBeenSet =
false;
79 bool m_sortOrderHasBeenSet =
false;
81 int m_maxStatisticResults{0};
82 bool m_maxStatisticResultsHasBeenSet =
false;
virtual const char * GetServiceRequestName() const override
AWS_SECURITYHUB_API GetFindingStatisticsV2Request()=default
GetFindingStatisticsV2Request & AddGroupByRules(GroupByRulesT &&value)
SortOrder GetSortOrder() const
bool MaxStatisticResultsHasBeenSet() const
void SetSortOrder(SortOrder value)
void SetMaxStatisticResults(int value)
bool SortOrderHasBeenSet() 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