7#include <aws/compute-optimizer-automation/ComputeOptimizerAutomation_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
20namespace ComputeOptimizerAutomation {
43 template <
typename AccountIdsT = Aws::Vector<Aws::String>>
45 m_accountIdsHasBeenSet =
true;
46 m_accountIds = std::forward<AccountIdsT>(value);
48 template <
typename AccountIdsT = Aws::Vector<Aws::String>>
53 template <
typename AccountIdsT = Aws::String>
55 m_accountIdsHasBeenSet =
true;
56 m_accountIds.emplace_back(std::forward<AccountIdsT>(value));
62 bool m_accountIdsHasBeenSet =
false;
AWS_COMPUTEOPTIMIZERAUTOMATION_API OrganizationScope()=default
OrganizationScope & WithAccountIds(AccountIdsT &&value)
AWS_COMPUTEOPTIMIZERAUTOMATION_API OrganizationScope(Aws::Utils::Json::JsonView jsonValue)
bool AccountIdsHasBeenSet() const
AWS_COMPUTEOPTIMIZERAUTOMATION_API OrganizationScope & operator=(Aws::Utils::Json::JsonView jsonValue)
OrganizationScope & AddAccountIds(AccountIdsT &&value)
void SetAccountIds(AccountIdsT &&value)
AWS_COMPUTEOPTIMIZERAUTOMATION_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::Vector< Aws::String > & GetAccountIds() const
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue