7#include <aws/guardduty/GuardDuty_EXPORTS.h>
8#include <aws/guardduty/model/UsageStatistics.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14template<
typename RESULT_TYPE>
15class AmazonWebServiceResult;
42 template<
typename UsageStatisticsT = UsageStatistics>
43 void SetUsageStatistics(UsageStatisticsT&& value) { m_usageStatisticsHasBeenSet =
true; m_usageStatistics = std::forward<UsageStatisticsT>(value); }
44 template<
typename UsageStatisticsT = UsageStatistics>
54 template<
typename NextTokenT = Aws::String>
55 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
56 template<
typename NextTokenT = Aws::String>
63 template<
typename RequestIdT = Aws::String>
64 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
65 template<
typename RequestIdT = Aws::String>
71 bool m_usageStatisticsHasBeenSet =
false;
74 bool m_nextTokenHasBeenSet =
false;
77 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