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;
52 template<
typename StackNameT = Aws::String>
53 void SetStackName(StackNameT&& value) { m_stackNameHasBeenSet =
true; m_stackName = std::forward<StackNameT>(value); }
54 template<
typename StackNameT = Aws::String>
64 template<
typename StackIdT = Aws::String>
65 void SetStackId(StackIdT&& value) { m_stackIdHasBeenSet =
true; m_stackId = std::forward<StackIdT>(value); }
66 template<
typename StackIdT = Aws::String>
76 template<
typename LogicalResourceIdT = Aws::String>
77 void SetLogicalResourceId(LogicalResourceIdT&& value) { m_logicalResourceIdHasBeenSet =
true; m_logicalResourceId = std::forward<LogicalResourceIdT>(value); }
78 template<
typename LogicalResourceIdT = Aws::String>
89 template<
typename PhysicalResourceIdT = Aws::String>
90 void SetPhysicalResourceId(PhysicalResourceIdT&& value) { m_physicalResourceIdHasBeenSet =
true; m_physicalResourceId = std::forward<PhysicalResourceIdT>(value); }
91 template<
typename PhysicalResourceIdT = Aws::String>
104 template<
typename ResourceTypeT = Aws::String>
105 void SetResourceType(ResourceTypeT&& value) { m_resourceTypeHasBeenSet =
true; m_resourceType = std::forward<ResourceTypeT>(value); }
106 template<
typename ResourceTypeT = Aws::String>
116 template<
typename TimestampT = Aws::Utils::DateTime>
117 void SetTimestamp(TimestampT&& value) { m_timestampHasBeenSet =
true; m_timestamp = std::forward<TimestampT>(value); }
118 template<
typename TimestampT = Aws::Utils::DateTime>
138 template<
typename ResourceStatusReasonT = Aws::String>
139 void SetResourceStatusReason(ResourceStatusReasonT&& value) { m_resourceStatusReasonHasBeenSet =
true; m_resourceStatusReason = std::forward<ResourceStatusReasonT>(value); }
140 template<
typename ResourceStatusReasonT = Aws::String>
150 template<
typename DescriptionT = Aws::String>
151 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
152 template<
typename DescriptionT = Aws::String>
168 template<
typename DriftInformationT = StackResourceDriftInformation>
169 void SetDriftInformation(DriftInformationT&& value) { m_driftInformationHasBeenSet =
true; m_driftInformation = std::forward<DriftInformationT>(value); }
170 template<
typename DriftInformationT = StackResourceDriftInformation>
181 template<
typename ModuleInfoT = ModuleInfo>
182 void SetModuleInfo(ModuleInfoT&& value) { m_moduleInfoHasBeenSet =
true; m_moduleInfo = std::forward<ModuleInfoT>(value); }
183 template<
typename ModuleInfoT = ModuleInfo>
189 bool m_stackNameHasBeenSet =
false;
192 bool m_stackIdHasBeenSet =
false;
195 bool m_logicalResourceIdHasBeenSet =
false;
198 bool m_physicalResourceIdHasBeenSet =
false;
201 bool m_resourceTypeHasBeenSet =
false;
204 bool m_timestampHasBeenSet =
false;
207 bool m_resourceStatusHasBeenSet =
false;
210 bool m_resourceStatusReasonHasBeenSet =
false;
213 bool m_descriptionHasBeenSet =
false;
215 StackResourceDriftInformation m_driftInformation;
216 bool m_driftInformationHasBeenSet =
false;
218 ModuleInfo m_moduleInfo;
219 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