7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/guardduty/GuardDuty_EXPORTS.h>
9#include <aws/guardduty/model/UsageStatistics.h>
14template <
typename RESULT_TYPE>
15class AmazonWebServiceResult;
36 template <
typename UsageStatisticsT = UsageStatistics>
38 m_usageStatisticsHasBeenSet =
true;
39 m_usageStatistics = std::forward<UsageStatisticsT>(value);
41 template <
typename UsageStatisticsT = UsageStatistics>
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>
86 bool m_usageStatisticsHasBeenSet =
false;
87 bool m_nextTokenHasBeenSet =
false;
88 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)
GetUsageStatisticsResult & WithNextToken(NextTokenT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue