7#include <aws/guardduty/GuardDuty_EXPORTS.h>
8#include <aws/guardduty/GuardDutyRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/guardduty/model/CoverageFilterCriteria.h>
11#include <aws/core/utils/memory/stl/AWSVector.h>
12#include <aws/guardduty/model/CoverageStatisticsType.h>
48 template<
typename DetectorIdT = Aws::String>
49 void SetDetectorId(DetectorIdT&& value) { m_detectorIdHasBeenSet =
true; m_detectorId = std::forward<DetectorIdT>(value); }
50 template<
typename DetectorIdT = Aws::String>
60 template<
typename FilterCriteriaT = CoverageFilterCriteria>
61 void SetFilterCriteria(FilterCriteriaT&& value) { m_filterCriteriaHasBeenSet =
true; m_filterCriteria = std::forward<FilterCriteriaT>(value); }
62 template<
typename FilterCriteriaT = CoverageFilterCriteria>
72 template<
typename StatisticsTypeT = Aws::Vector<CoverageStatisticsType>>
73 void SetStatisticsType(StatisticsTypeT&& value) { m_statisticsTypeHasBeenSet =
true; m_statisticsType = std::forward<StatisticsTypeT>(value); }
74 template<
typename StatisticsTypeT = Aws::Vector<CoverageStatisticsType>>
81 bool m_detectorIdHasBeenSet =
false;
84 bool m_filterCriteriaHasBeenSet =
false;
87 bool m_statisticsTypeHasBeenSet =
false;
const Aws::Vector< CoverageStatisticsType > & GetStatisticsType() const
GetCoverageStatisticsRequest & WithStatisticsType(StatisticsTypeT &&value)
GetCoverageStatisticsRequest & WithDetectorId(DetectorIdT &&value)
bool FilterCriteriaHasBeenSet() const
GetCoverageStatisticsRequest & WithFilterCriteria(FilterCriteriaT &&value)
AWS_GUARDDUTY_API GetCoverageStatisticsRequest()=default
void SetFilterCriteria(FilterCriteriaT &&value)
bool StatisticsTypeHasBeenSet() const
AWS_GUARDDUTY_API Aws::String SerializePayload() const override
GetCoverageStatisticsRequest & AddStatisticsType(CoverageStatisticsType value)
void SetStatisticsType(StatisticsTypeT &&value)
const CoverageFilterCriteria & GetFilterCriteria() const
bool DetectorIdHasBeenSet() const
const Aws::String & GetDetectorId() const
virtual const char * GetServiceRequestName() const override
void SetDetectorId(DetectorIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector