7#include <aws/cloudformation/CloudFormation_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSStreamFwd.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
11#include <aws/cloudformation/model/AccountFilterType.h>
23namespace CloudFormation
46 AWS_CLOUDFORMATION_API
void OutputToStream(
Aws::OStream& ostream,
const char* location,
unsigned index,
const char* locationValue)
const;
58 template<
typename AccountsT = Aws::Vector<Aws::String>>
59 void SetAccounts(AccountsT&& value) { m_accountsHasBeenSet =
true; m_accounts = std::forward<AccountsT>(value); }
60 template<
typename AccountsT = Aws::Vector<Aws::String>>
62 template<
typename AccountsT = Aws::String>
63 DeploymentTargets&
AddAccounts(AccountsT&& value) { m_accountsHasBeenSet =
true; m_accounts.emplace_back(std::forward<AccountsT>(value));
return *
this; }
76 template<
typename AccountsUrlT = Aws::String>
77 void SetAccountsUrl(AccountsUrlT&& value) { m_accountsUrlHasBeenSet =
true; m_accountsUrl = std::forward<AccountsUrlT>(value); }
78 template<
typename AccountsUrlT = Aws::String>
88 template<
typename OrganizationalUnitIdsT = Aws::Vector<Aws::String>>
89 void SetOrganizationalUnitIds(OrganizationalUnitIdsT&& value) { m_organizationalUnitIdsHasBeenSet =
true; m_organizationalUnitIds = std::forward<OrganizationalUnitIdsT>(value); }
90 template<
typename OrganizationalUnitIdsT = Aws::Vector<Aws::String>>
92 template<
typename OrganizationalUnitIdsT = Aws::String>
93 DeploymentTargets&
AddOrganizationalUnitIds(OrganizationalUnitIdsT&& value) { m_organizationalUnitIdsHasBeenSet =
true; m_organizationalUnitIds.emplace_back(std::forward<OrganizationalUnitIdsT>(value));
return *
this; }
120 bool m_accountsHasBeenSet =
false;
123 bool m_accountsUrlHasBeenSet =
false;
126 bool m_organizationalUnitIdsHasBeenSet =
false;
129 bool m_accountFilterTypeHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
std::basic_ostream< char, std::char_traits< char > > OStream