7#include <aws/guardduty/GuardDuty_EXPORTS.h>
8#include <aws/guardduty/model/UsageFeature.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/guardduty/model/UsageTopAccountResult.h>
61 template<
typename AccountsT = Aws::Vector<UsageTopAccountResult>>
62 void SetAccounts(AccountsT&& value) { m_accountsHasBeenSet =
true; m_accounts = std::forward<AccountsT>(value); }
63 template<
typename AccountsT = Aws::Vector<UsageTopAccountResult>>
65 template<
typename AccountsT = UsageTopAccountResult>
71 bool m_featureHasBeenSet =
false;
74 bool m_accountsHasBeenSet =
false;
AWS_GUARDDUTY_API UsageTopAccountsResult & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetAccounts(AccountsT &&value)
const Aws::Vector< UsageTopAccountResult > & GetAccounts() const
UsageTopAccountsResult & AddAccounts(AccountsT &&value)
AWS_GUARDDUTY_API UsageTopAccountsResult(Aws::Utils::Json::JsonView jsonValue)
AWS_GUARDDUTY_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_GUARDDUTY_API UsageTopAccountsResult()=default
UsageFeature GetFeature() const
bool FeatureHasBeenSet() const
UsageTopAccountsResult & WithAccounts(AccountsT &&value)
UsageTopAccountsResult & WithFeature(UsageFeature value)
void SetFeature(UsageFeature value)
bool AccountsHasBeenSet() const
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue