7#include <aws/cloudformation/CloudFormation_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSStreamFwd.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
22namespace CloudFormation
42 AWS_CLOUDFORMATION_API
void OutputToStream(
Aws::OStream& ostream,
const char* location,
unsigned index,
const char* locationValue)
const;
53 template<
typename ResourceTypeT = Aws::String>
54 void SetResourceType(ResourceTypeT&& value) { m_resourceTypeHasBeenSet =
true; m_resourceType = std::forward<ResourceTypeT>(value); }
55 template<
typename ResourceTypeT = Aws::String>
66 template<
typename LogicalResourceIdsT = Aws::Vector<Aws::String>>
67 void SetLogicalResourceIds(LogicalResourceIdsT&& value) { m_logicalResourceIdsHasBeenSet =
true; m_logicalResourceIds = std::forward<LogicalResourceIdsT>(value); }
68 template<
typename LogicalResourceIdsT = Aws::Vector<Aws::String>>
70 template<
typename LogicalResourceIdsT = Aws::String>
82 template<
typename ResourceIdentifiersT = Aws::Vector<Aws::String>>
83 void SetResourceIdentifiers(ResourceIdentifiersT&& value) { m_resourceIdentifiersHasBeenSet =
true; m_resourceIdentifiers = std::forward<ResourceIdentifiersT>(value); }
84 template<
typename ResourceIdentifiersT = Aws::Vector<Aws::String>>
86 template<
typename ResourceIdentifiersT = Aws::String>
92 bool m_resourceTypeHasBeenSet =
false;
95 bool m_logicalResourceIdsHasBeenSet =
false;
98 bool m_resourceIdentifiersHasBeenSet =
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