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>
58 template<
typename TotalT = Total>
59 void SetTotal(TotalT&& value) { m_totalHasBeenSet =
true; m_total = std::forward<TotalT>(value); }
60 template<
typename TotalT = Total>
66 bool m_accountIdHasBeenSet =
false;
69 bool m_totalHasBeenSet =
false;
AWS_GUARDDUTY_API UsageTopAccountResult & operator=(Aws::Utils::Json::JsonView jsonValue)
const Total & GetTotal() const
UsageTopAccountResult & WithTotal(TotalT &&value)
void SetTotal(TotalT &&value)
bool AccountIdHasBeenSet() const
AWS_GUARDDUTY_API UsageTopAccountResult(Aws::Utils::Json::JsonView jsonValue)
void SetAccountId(AccountIdT &&value)
AWS_GUARDDUTY_API UsageTopAccountResult()=default
bool TotalHasBeenSet() const
UsageTopAccountResult & WithAccountId(AccountIdT &&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