7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/guardduty/GuardDuty_EXPORTS.h>
10#include <aws/guardduty/model/CoverageStatistics.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
37 template <
typename CoverageStatisticsT = CoverageStatistics>
39 m_coverageStatisticsHasBeenSet =
true;
40 m_coverageStatistics = std::forward<CoverageStatisticsT>(value);
42 template <
typename CoverageStatisticsT = CoverageStatistics>
52 template <
typename RequestIdT = Aws::String>
54 m_requestIdHasBeenSet =
true;
55 m_requestId = std::forward<RequestIdT>(value);
57 template <
typename RequestIdT = Aws::String>
70 bool m_coverageStatisticsHasBeenSet =
false;
71 bool m_requestIdHasBeenSet =
false;
Aws::Http::HttpResponseCode GetHttpResponseCode() const
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