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/UsageStatistics.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
37 template <
typename UsageStatisticsT = UsageStatistics>
39 m_usageStatisticsHasBeenSet =
true;
40 m_usageStatistics = std::forward<UsageStatisticsT>(value);
42 template <
typename UsageStatisticsT = UsageStatistics>
55 template <
typename NextTokenT = Aws::String>
57 m_nextTokenHasBeenSet =
true;
58 m_nextToken = std::forward<NextTokenT>(value);
60 template <
typename NextTokenT = Aws::String>
70 template <
typename RequestIdT = Aws::String>
72 m_requestIdHasBeenSet =
true;
73 m_requestId = std::forward<RequestIdT>(value);
75 template <
typename RequestIdT = Aws::String>
90 bool m_usageStatisticsHasBeenSet =
false;
91 bool m_nextTokenHasBeenSet =
false;
92 bool m_requestIdHasBeenSet =
false;
const UsageStatistics & GetUsageStatistics() const
AWS_GUARDDUTY_API GetUsageStatisticsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetUsageStatisticsResult & WithRequestId(RequestIdT &&value)
const Aws::String & GetRequestId() const
const Aws::String & GetNextToken() const
void SetNextToken(NextTokenT &&value)
GetUsageStatisticsResult & WithUsageStatistics(UsageStatisticsT &&value)
void SetRequestId(RequestIdT &&value)
void SetUsageStatistics(UsageStatisticsT &&value)
AWS_GUARDDUTY_API GetUsageStatisticsResult()=default
AWS_GUARDDUTY_API GetUsageStatisticsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
GetUsageStatisticsResult & WithNextToken(NextTokenT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue