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/AWSMap.h>
22namespace CloudFormation
40 AWS_CLOUDFORMATION_API
void OutputToStream(
Aws::OStream& ostream,
const char* location,
unsigned index,
const char* locationValue)
const;
54 template<
typename ResourceTypeT = Aws::String>
55 void SetResourceType(ResourceTypeT&& value) { m_resourceTypeHasBeenSet =
true; m_resourceType = std::forward<ResourceTypeT>(value); }
56 template<
typename ResourceTypeT = Aws::String>
66 template<
typename LogicalResourceIdT = Aws::String>
67 void SetLogicalResourceId(LogicalResourceIdT&& value) { m_logicalResourceIdHasBeenSet =
true; m_logicalResourceId = std::forward<LogicalResourceIdT>(value); }
68 template<
typename LogicalResourceIdT = Aws::String>
81 template<
typename ResourceIdentifierT = Aws::Map<Aws::String, Aws::String>>
82 void SetResourceIdentifier(ResourceIdentifierT&& value) { m_resourceIdentifierHasBeenSet =
true; m_resourceIdentifier = std::forward<ResourceIdentifierT>(value); }
83 template<
typename ResourceIdentifierT = Aws::Map<Aws::String, Aws::String>>
85 template<
typename ResourceIdentifierKeyT = Aws::String,
typename ResourceIdentifierValueT = Aws::String>
87 m_resourceIdentifierHasBeenSet =
true; m_resourceIdentifier.emplace(std::forward<ResourceIdentifierKeyT>(key), std::forward<ResourceIdentifierValueT>(value));
return *
this;
93 bool m_resourceTypeHasBeenSet =
false;
96 bool m_logicalResourceIdHasBeenSet =
false;
99 bool m_resourceIdentifierHasBeenSet =
false;
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::basic_ostream< char, std::char_traits< char > > OStream