7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/fms/FMS_EXPORTS.h>
51 template <
typename AccountsT = Aws::Vector<Aws::String>>
53 m_accountsHasBeenSet =
true;
54 m_accounts = std::forward<AccountsT>(value);
56 template <
typename AccountsT = Aws::Vector<Aws::String>>
61 template <
typename AccountsT = Aws::String>
63 m_accountsHasBeenSet =
true;
64 m_accounts.emplace_back(std::forward<AccountsT>(value));
80 m_allAccountsEnabledHasBeenSet =
true;
81 m_allAccountsEnabled = value;
103 m_excludeSpecifiedAccountsHasBeenSet =
true;
104 m_excludeSpecifiedAccounts = value;
114 bool m_allAccountsEnabled{
false};
116 bool m_excludeSpecifiedAccounts{
false};
117 bool m_accountsHasBeenSet =
false;
118 bool m_allAccountsEnabledHasBeenSet =
false;
119 bool m_excludeSpecifiedAccountsHasBeenSet =
false;
AccountScope & WithAllAccountsEnabled(bool value)
bool ExcludeSpecifiedAccountsHasBeenSet() const
AccountScope & WithExcludeSpecifiedAccounts(bool value)
AWS_FMS_API AccountScope & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::Vector< Aws::String > & GetAccounts() const
bool GetExcludeSpecifiedAccounts() const
void SetAccounts(AccountsT &&value)
void SetAllAccountsEnabled(bool value)
AWS_FMS_API AccountScope()=default
AWS_FMS_API AccountScope(Aws::Utils::Json::JsonView jsonValue)
AWS_FMS_API Aws::Utils::Json::JsonValue Jsonize() const
AccountScope & AddAccounts(AccountsT &&value)
bool AccountsHasBeenSet() const
bool GetAllAccountsEnabled() const
AccountScope & WithAccounts(AccountsT &&value)
void SetExcludeSpecifiedAccounts(bool value)
bool AllAccountsEnabledHasBeenSet() const
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue