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;
74 inline void SetAccountsUrl(
const char* value) { m_accountsUrlHasBeenSet =
true; m_accountsUrl.assign(value); }
122 bool m_accountsHasBeenSet =
false;
125 bool m_accountsUrlHasBeenSet =
false;
128 bool m_organizationalUnitIdsHasBeenSet =
false;
131 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