7#include <aws/guardduty/GuardDuty_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/guardduty/model/Total.h>
50 inline void SetAccountId(
const char* value) { m_accountIdHasBeenSet =
true; m_accountId.assign(value); }
60 inline void SetTotal(
const Total& value) { m_totalHasBeenSet =
true; m_total = value; }
61 inline void SetTotal(
Total&& value) { m_totalHasBeenSet =
true; m_total = std::move(value); }
68 bool m_accountIdHasBeenSet =
false;
71 bool m_totalHasBeenSet =
false;
AWS_GUARDDUTY_API UsageTopAccountResult & operator=(Aws::Utils::Json::JsonView jsonValue)
const Total & GetTotal() const
void SetAccountId(Aws::String &&value)
UsageTopAccountResult & WithAccountId(const char *value)
bool AccountIdHasBeenSet() const
AWS_GUARDDUTY_API UsageTopAccountResult(Aws::Utils::Json::JsonView jsonValue)
UsageTopAccountResult & WithAccountId(const Aws::String &value)
UsageTopAccountResult & WithTotal(Total &&value)
void SetTotal(const Total &value)
void SetAccountId(const Aws::String &value)
AWS_GUARDDUTY_API UsageTopAccountResult()
void SetAccountId(const char *value)
UsageTopAccountResult & WithTotal(const Total &value)
void SetTotal(Total &&value)
bool TotalHasBeenSet() const
UsageTopAccountResult & WithAccountId(Aws::String &&value)
const Aws::String & GetAccountId() const
AWS_GUARDDUTY_API Aws::Utils::Json::JsonValue Jsonize() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue