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
43 AWS_CLOUDFORMATION_API
void OutputToStream(
Aws::OStream& ostream,
const char* location,
unsigned index,
const char* locationValue)
const;
55 inline void SetStackName(
const char* value) { m_stackNameHasBeenSet =
true; m_stackName.assign(value); }
69 inline void SetStackId(
const char* value) { m_stackIdHasBeenSet =
true; m_stackId.assign(value); }
83 inline void SetLogicalResourceId(
const char* value) { m_logicalResourceIdHasBeenSet =
true; m_logicalResourceId.assign(value); }
98 inline void SetPhysicalResourceId(
const char* value) { m_physicalResourceIdHasBeenSet =
true; m_physicalResourceId.assign(value); }
115 inline void SetResourceType(
const char* value) { m_resourceTypeHasBeenSet =
true; m_resourceType.assign(value); }
153 inline void SetResourceStatusReason(
const char* value) { m_resourceStatusReasonHasBeenSet =
true; m_resourceStatusReason.assign(value); }
167 inline void SetDescription(
const char* value) { m_descriptionHasBeenSet =
true; m_description.assign(value); }
184 inline void SetMetadata(
const char* value) { m_metadataHasBeenSet =
true; m_metadata.assign(value); }
223 bool m_stackNameHasBeenSet =
false;
226 bool m_stackIdHasBeenSet =
false;
229 bool m_logicalResourceIdHasBeenSet =
false;
232 bool m_physicalResourceIdHasBeenSet =
false;
235 bool m_resourceTypeHasBeenSet =
false;
238 bool m_lastUpdatedTimestampHasBeenSet =
false;
241 bool m_resourceStatusHasBeenSet =
false;
244 bool m_resourceStatusReasonHasBeenSet =
false;
247 bool m_descriptionHasBeenSet =
false;
250 bool m_metadataHasBeenSet =
false;
253 bool m_driftInformationHasBeenSet =
false;
256 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