7#include <aws/guardduty/GuardDuty_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/guardduty/model/Total.h>
48 template<
typename AccountIdT = Aws::String>
49 void SetAccountId(AccountIdT&& value) { m_accountIdHasBeenSet =
true; m_accountId = std::forward<AccountIdT>(value); }
50 template<
typename AccountIdT = Aws::String>
60 template<
typename TotalT = Total>
61 void SetTotal(TotalT&& value) { m_totalHasBeenSet =
true; m_total = std::forward<TotalT>(value); }
62 template<
typename TotalT = Total>
68 bool m_accountIdHasBeenSet =
false;
71 bool m_totalHasBeenSet =
false;
AWS_GUARDDUTY_API UsageAccountResult(Aws::Utils::Json::JsonView jsonValue)
void SetAccountId(AccountIdT &&value)
UsageAccountResult & WithAccountId(AccountIdT &&value)
bool AccountIdHasBeenSet() const
void SetTotal(TotalT &&value)
AWS_GUARDDUTY_API UsageAccountResult()=default
AWS_GUARDDUTY_API UsageAccountResult & operator=(Aws::Utils::Json::JsonView jsonValue)
UsageAccountResult & WithTotal(TotalT &&value)
const Total & GetTotal() const
bool TotalHasBeenSet() const
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