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/DateTime.h>
11#include <aws/cloudformation/model/ResourceStatus.h>
12#include <aws/cloudformation/model/StackResourceDriftInformationSummary.h>
13#include <aws/cloudformation/model/ModuleInfo.h>
25namespace CloudFormation
43 AWS_CLOUDFORMATION_API
void OutputToStream(
Aws::OStream& ostream,
const char* location,
unsigned index,
const char* locationValue)
const;
55 inline void SetLogicalResourceId(
const char* value) { m_logicalResourceIdHasBeenSet =
true; m_logicalResourceId.assign(value); }
70 inline void SetPhysicalResourceId(
const char* value) { m_physicalResourceIdHasBeenSet =
true; m_physicalResourceId.assign(value); }
87 inline void SetResourceType(
const char* value) { m_resourceTypeHasBeenSet =
true; m_resourceType.assign(value); }
125 inline void SetResourceStatusReason(
const char* value) { m_resourceStatusReasonHasBeenSet =
true; m_resourceStatusReason.assign(value); }
164 bool m_logicalResourceIdHasBeenSet =
false;
167 bool m_physicalResourceIdHasBeenSet =
false;
170 bool m_resourceTypeHasBeenSet =
false;
173 bool m_lastUpdatedTimestampHasBeenSet =
false;
176 bool m_resourceStatusHasBeenSet =
false;
179 bool m_resourceStatusReasonHasBeenSet =
false;
182 bool m_driftInformationHasBeenSet =
false;
185 bool m_moduleInfoHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::basic_ostream< char, std::char_traits< char > > OStream