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/StackStatus.h>
12#include <aws/cloudformation/model/StackDriftInformationSummary.h>
24namespace CloudFormation
41 AWS_CLOUDFORMATION_API
void OutputToStream(
Aws::OStream& ostream,
const char* location,
unsigned index,
const char* locationValue)
const;
53 inline void SetStackId(
const char* value) { m_stackIdHasBeenSet =
true; m_stackId.assign(value); }
67 inline void SetStackName(
const char* value) { m_stackNameHasBeenSet =
true; m_stackName.assign(value); }
81 inline void SetTemplateDescription(
const char* value) { m_templateDescriptionHasBeenSet =
true; m_templateDescription.assign(value); }
144 inline void SetStackStatusReason(
const char* value) { m_stackStatusReasonHasBeenSet =
true; m_stackStatusReason.assign(value); }
163 inline void SetParentId(
const char* value) { m_parentIdHasBeenSet =
true; m_parentId.assign(value); }
182 inline void SetRootId(
const char* value) { m_rootIdHasBeenSet =
true; m_rootId.assign(value); }
208 bool m_stackIdHasBeenSet =
false;
211 bool m_stackNameHasBeenSet =
false;
214 bool m_templateDescriptionHasBeenSet =
false;
217 bool m_creationTimeHasBeenSet =
false;
220 bool m_lastUpdatedTimeHasBeenSet =
false;
223 bool m_deletionTimeHasBeenSet =
false;
226 bool m_stackStatusHasBeenSet =
false;
229 bool m_stackStatusReasonHasBeenSet =
false;
232 bool m_parentIdHasBeenSet =
false;
235 bool m_rootIdHasBeenSet =
false;
238 bool m_driftInformationHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::basic_ostream< char, std::char_traits< char > > OStream