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;
53 template<
typename StackNameT = Aws::String>
54 void SetStackName(StackNameT&& value) { m_stackNameHasBeenSet =
true; m_stackName = std::forward<StackNameT>(value); }
55 template<
typename StackNameT = Aws::String>
65 template<
typename StackIdT = Aws::String>
66 void SetStackId(StackIdT&& value) { m_stackIdHasBeenSet =
true; m_stackId = std::forward<StackIdT>(value); }
67 template<
typename StackIdT = Aws::String>
77 template<
typename LogicalResourceIdT = Aws::String>
78 void SetLogicalResourceId(LogicalResourceIdT&& value) { m_logicalResourceIdHasBeenSet =
true; m_logicalResourceId = std::forward<LogicalResourceIdT>(value); }
79 template<
typename LogicalResourceIdT = Aws::String>
90 template<
typename PhysicalResourceIdT = Aws::String>
91 void SetPhysicalResourceId(PhysicalResourceIdT&& value) { m_physicalResourceIdHasBeenSet =
true; m_physicalResourceId = std::forward<PhysicalResourceIdT>(value); }
92 template<
typename PhysicalResourceIdT = Aws::String>
105 template<
typename ResourceTypeT = Aws::String>
106 void SetResourceType(ResourceTypeT&& value) { m_resourceTypeHasBeenSet =
true; m_resourceType = std::forward<ResourceTypeT>(value); }
107 template<
typename ResourceTypeT = Aws::String>
117 template<
typename LastUpdatedTimestampT = Aws::Utils::DateTime>
118 void SetLastUpdatedTimestamp(LastUpdatedTimestampT&& value) { m_lastUpdatedTimestampHasBeenSet =
true; m_lastUpdatedTimestamp = std::forward<LastUpdatedTimestampT>(value); }
119 template<
typename LastUpdatedTimestampT = Aws::Utils::DateTime>
139 template<
typename ResourceStatusReasonT = Aws::String>
140 void SetResourceStatusReason(ResourceStatusReasonT&& value) { m_resourceStatusReasonHasBeenSet =
true; m_resourceStatusReason = std::forward<ResourceStatusReasonT>(value); }
141 template<
typename ResourceStatusReasonT = Aws::String>
151 template<
typename DescriptionT = Aws::String>
152 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
153 template<
typename DescriptionT = Aws::String>
166 template<
typename MetadataT = Aws::String>
167 void SetMetadata(MetadataT&& value) { m_metadataHasBeenSet =
true; m_metadata = std::forward<MetadataT>(value); }
168 template<
typename MetadataT = Aws::String>
184 template<
typename DriftInformationT = StackResourceDriftInformation>
185 void SetDriftInformation(DriftInformationT&& value) { m_driftInformationHasBeenSet =
true; m_driftInformation = std::forward<DriftInformationT>(value); }
186 template<
typename DriftInformationT = StackResourceDriftInformation>
197 template<
typename ModuleInfoT = ModuleInfo>
198 void SetModuleInfo(ModuleInfoT&& value) { m_moduleInfoHasBeenSet =
true; m_moduleInfo = std::forward<ModuleInfoT>(value); }
199 template<
typename ModuleInfoT = ModuleInfo>
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_lastUpdatedTimestampHasBeenSet =
false;
223 bool m_resourceStatusHasBeenSet =
false;
226 bool m_resourceStatusReasonHasBeenSet =
false;
229 bool m_descriptionHasBeenSet =
false;
232 bool m_metadataHasBeenSet =
false;
234 StackResourceDriftInformation m_driftInformation;
235 bool m_driftInformationHasBeenSet =
false;
237 ModuleInfo m_moduleInfo;
238 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