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>
11#include <aws/cloudformation/model/GeneratedTemplateResourceStatus.h>
12#include <aws/core/utils/memory/stl/AWSVector.h>
13#include <aws/cloudformation/model/WarningDetail.h>
25namespace CloudFormation
43 AWS_CLOUDFORMATION_API
void OutputToStream(
Aws::OStream& ostream,
const char* location,
unsigned index,
const char* locationValue)
const;
59 inline void SetResourceType(
const char* value) { m_resourceTypeHasBeenSet =
true; m_resourceType.assign(value); }
73 inline void SetLogicalResourceId(
const char* value) { m_logicalResourceIdHasBeenSet =
true; m_logicalResourceId.assign(value); }
132 inline void SetResourceStatusReason(
const char* value) { m_resourceStatusReasonHasBeenSet =
true; m_resourceStatusReason.assign(value); }
154 bool m_resourceTypeHasBeenSet =
false;
157 bool m_logicalResourceIdHasBeenSet =
false;
160 bool m_resourceIdentifierHasBeenSet =
false;
163 bool m_resourceStatusHasBeenSet =
false;
166 bool m_resourceStatusReasonHasBeenSet =
false;
169 bool m_warningsHasBeenSet =
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::vector< T, Aws::Allocator< T > > Vector
std::basic_ostream< char, std::char_traits< char > > OStream