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/StackResourceDriftInformation.h>
13#include <aws/cloudformation/model/ModuleInfo.h>
25namespace CloudFormation
42 AWS_CLOUDFORMATION_API
void OutputToStream(
Aws::OStream& ostream,
const char* location,
unsigned index,
const char* locationValue)
const;
54 inline void SetStackName(
const char* value) { m_stackNameHasBeenSet =
true; m_stackName.assign(value); }
68 inline void SetStackId(
const char* value) { m_stackIdHasBeenSet =
true; m_stackId.assign(value); }
82 inline void SetLogicalResourceId(
const char* value) { m_logicalResourceIdHasBeenSet =
true; m_logicalResourceId.assign(value); }
97 inline void SetPhysicalResourceId(
const char* value) { m_physicalResourceIdHasBeenSet =
true; m_physicalResourceId.assign(value); }
114 inline void SetResourceType(
const char* value) { m_resourceTypeHasBeenSet =
true; m_resourceType.assign(value); }
152 inline void SetResourceStatusReason(
const char* value) { m_resourceStatusReasonHasBeenSet =
true; m_resourceStatusReason.assign(value); }
166 inline void SetDescription(
const char* value) { m_descriptionHasBeenSet =
true; m_description.assign(value); }
205 bool m_stackNameHasBeenSet =
false;
208 bool m_stackIdHasBeenSet =
false;
211 bool m_logicalResourceIdHasBeenSet =
false;
214 bool m_physicalResourceIdHasBeenSet =
false;
217 bool m_resourceTypeHasBeenSet =
false;
220 bool m_timestampHasBeenSet =
false;
223 bool m_resourceStatusHasBeenSet =
false;
226 bool m_resourceStatusReasonHasBeenSet =
false;
229 bool m_descriptionHasBeenSet =
false;
232 bool m_driftInformationHasBeenSet =
false;
235 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