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); }
62 inline void SetTotal(
const Total& value) { m_totalHasBeenSet =
true; m_total = value; }
63 inline void SetTotal(
Total&& value) { m_totalHasBeenSet =
true; m_total = std::move(value); }
70 bool m_accountIdHasBeenSet =
false;
73 bool m_totalHasBeenSet =
false;
AWS_GUARDDUTY_API UsageAccountResult(Aws::Utils::Json::JsonView jsonValue)
void SetAccountId(Aws::String &&value)
bool AccountIdHasBeenSet() const
AWS_GUARDDUTY_API UsageAccountResult()
UsageAccountResult & WithTotal(Total &&value)
AWS_GUARDDUTY_API UsageAccountResult & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetAccountId(const char *value)
UsageAccountResult & WithAccountId(Aws::String &&value)
void SetTotal(const Total &value)
UsageAccountResult & WithAccountId(const char *value)
void SetTotal(Total &&value)
UsageAccountResult & WithTotal(const Total &value)
const Total & GetTotal() const
bool TotalHasBeenSet() const
UsageAccountResult & WithAccountId(const Aws::String &value)
const Aws::String & GetAccountId() const
AWS_GUARDDUTY_API Aws::Utils::Json::JsonValue Jsonize() const
void SetAccountId(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue