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/FindingStatistics.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
36 template <
typename FindingStatisticsT = FindingStatistics>
38 m_findingStatisticsHasBeenSet =
true;
39 m_findingStatistics = std::forward<FindingStatisticsT>(value);
41 template <
typename FindingStatisticsT = FindingStatistics>
54 template <
typename NextTokenT = Aws::String>
56 m_nextTokenHasBeenSet =
true;
57 m_nextToken = std::forward<NextTokenT>(value);
59 template <
typename NextTokenT = Aws::String>
69 template <
typename RequestIdT = Aws::String>
71 m_requestIdHasBeenSet =
true;
72 m_requestId = std::forward<RequestIdT>(value);
74 template <
typename RequestIdT = Aws::String>
89 bool m_findingStatisticsHasBeenSet =
false;
90 bool m_nextTokenHasBeenSet =
false;
91 bool m_requestIdHasBeenSet =
false;
void SetNextToken(NextTokenT &&value)
GetFindingsStatisticsResult & WithNextToken(NextTokenT &&value)
AWS_GUARDDUTY_API GetFindingsStatisticsResult()=default
GetFindingsStatisticsResult & WithRequestId(RequestIdT &&value)
void SetRequestId(RequestIdT &&value)
const Aws::String & GetRequestId() const
AWS_GUARDDUTY_API GetFindingsStatisticsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const FindingStatistics & GetFindingStatistics() const
GetFindingsStatisticsResult & WithFindingStatistics(FindingStatisticsT &&value)
const Aws::String & GetNextToken() const
AWS_GUARDDUTY_API GetFindingsStatisticsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
void SetFindingStatistics(FindingStatisticsT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue