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/StackResourceDriftInformationSummary.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 LogicalResourceIdT = Aws::String>
54 void SetLogicalResourceId(LogicalResourceIdT&& value) { m_logicalResourceIdHasBeenSet =
true; m_logicalResourceId = std::forward<LogicalResourceIdT>(value); }
55 template<
typename LogicalResourceIdT = Aws::String>
66 template<
typename PhysicalResourceIdT = Aws::String>
67 void SetPhysicalResourceId(PhysicalResourceIdT&& value) { m_physicalResourceIdHasBeenSet =
true; m_physicalResourceId = std::forward<PhysicalResourceIdT>(value); }
68 template<
typename PhysicalResourceIdT = Aws::String>
81 template<
typename ResourceTypeT = Aws::String>
82 void SetResourceType(ResourceTypeT&& value) { m_resourceTypeHasBeenSet =
true; m_resourceType = std::forward<ResourceTypeT>(value); }
83 template<
typename ResourceTypeT = Aws::String>
93 template<
typename LastUpdatedTimestampT = Aws::Utils::DateTime>
94 void SetLastUpdatedTimestamp(LastUpdatedTimestampT&& value) { m_lastUpdatedTimestampHasBeenSet =
true; m_lastUpdatedTimestamp = std::forward<LastUpdatedTimestampT>(value); }
95 template<
typename LastUpdatedTimestampT = Aws::Utils::DateTime>
115 template<
typename ResourceStatusReasonT = Aws::String>
116 void SetResourceStatusReason(ResourceStatusReasonT&& value) { m_resourceStatusReasonHasBeenSet =
true; m_resourceStatusReason = std::forward<ResourceStatusReasonT>(value); }
117 template<
typename ResourceStatusReasonT = Aws::String>
133 template<
typename DriftInformationT = StackResourceDriftInformationSummary>
134 void SetDriftInformation(DriftInformationT&& value) { m_driftInformationHasBeenSet =
true; m_driftInformation = std::forward<DriftInformationT>(value); }
135 template<
typename DriftInformationT = StackResourceDriftInformationSummary>
146 template<
typename ModuleInfoT = ModuleInfo>
147 void SetModuleInfo(ModuleInfoT&& value) { m_moduleInfoHasBeenSet =
true; m_moduleInfo = std::forward<ModuleInfoT>(value); }
148 template<
typename ModuleInfoT = ModuleInfo>
154 bool m_logicalResourceIdHasBeenSet =
false;
157 bool m_physicalResourceIdHasBeenSet =
false;
160 bool m_resourceTypeHasBeenSet =
false;
163 bool m_lastUpdatedTimestampHasBeenSet =
false;
166 bool m_resourceStatusHasBeenSet =
false;
169 bool m_resourceStatusReasonHasBeenSet =
false;
171 StackResourceDriftInformationSummary m_driftInformation;
172 bool m_driftInformationHasBeenSet =
false;
174 ModuleInfo m_moduleInfo;
175 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