7#include <aws/guardduty/GuardDuty_EXPORTS.h>
8#include <aws/guardduty/model/CoverageStatistics.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14template<
typename RESULT_TYPE>
15class AmazonWebServiceResult;
42 template<
typename CoverageStatisticsT = CoverageStatistics>
43 void SetCoverageStatistics(CoverageStatisticsT&& value) { m_coverageStatisticsHasBeenSet =
true; m_coverageStatistics = std::forward<CoverageStatisticsT>(value); }
44 template<
typename CoverageStatisticsT = CoverageStatistics>
51 template<
typename RequestIdT = Aws::String>
52 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
53 template<
typename RequestIdT = Aws::String>
59 bool m_coverageStatisticsHasBeenSet =
false;
62 bool m_requestIdHasBeenSet =
false;
const Aws::String & GetRequestId() const
AWS_GUARDDUTY_API GetCoverageStatisticsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetCoverageStatistics(CoverageStatisticsT &&value)
GetCoverageStatisticsResult & WithCoverageStatistics(CoverageStatisticsT &&value)
AWS_GUARDDUTY_API GetCoverageStatisticsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const CoverageStatistics & GetCoverageStatistics() const
AWS_GUARDDUTY_API GetCoverageStatisticsResult()=default
GetCoverageStatisticsResult & WithRequestId(RequestIdT &&value)
void SetRequestId(RequestIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue