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/memory/stl/AWSVector.h>
11#include <aws/cloudformation/model/StackResourceDriftStatus.h>
12#include <aws/core/utils/DateTime.h>
13#include <aws/cloudformation/model/PhysicalResourceIdContextKeyValuePair.h>
14#include <aws/cloudformation/model/PropertyDifference.h>
26namespace CloudFormation
44 AWS_CLOUDFORMATION_API
void OutputToStream(
Aws::OStream& ostream,
const char* location,
unsigned index,
const char* locationValue)
const;
54 template<
typename StackIdT = Aws::String>
55 void SetStackId(StackIdT&& value) { m_stackIdHasBeenSet =
true; m_stackId = std::forward<StackIdT>(value); }
56 template<
typename StackIdT = Aws::String>
66 template<
typename LogicalResourceIdT = Aws::String>
67 void SetLogicalResourceId(LogicalResourceIdT&& value) { m_logicalResourceIdHasBeenSet =
true; m_logicalResourceId = std::forward<LogicalResourceIdT>(value); }
68 template<
typename LogicalResourceIdT = Aws::String>
79 template<
typename PhysicalResourceIdT = Aws::String>
80 void SetPhysicalResourceId(PhysicalResourceIdT&& value) { m_physicalResourceIdHasBeenSet =
true; m_physicalResourceId = std::forward<PhysicalResourceIdT>(value); }
81 template<
typename PhysicalResourceIdT = Aws::String>
95 template<
typename PhysicalResourceIdContextT = Aws::Vector<PhysicalResourceIdContextKeyValuePair>>
96 void SetPhysicalResourceIdContext(PhysicalResourceIdContextT&& value) { m_physicalResourceIdContextHasBeenSet =
true; m_physicalResourceIdContext = std::forward<PhysicalResourceIdContextT>(value); }
97 template<
typename PhysicalResourceIdContextT = Aws::Vector<PhysicalResourceIdContextKeyValuePair>>
99 template<
typename PhysicalResourceIdContextT = PhysicalResourceIdContextKeyValuePair>
112 template<
typename ResourceTypeT = Aws::String>
113 void SetResourceType(ResourceTypeT&& value) { m_resourceTypeHasBeenSet =
true; m_resourceType = std::forward<ResourceTypeT>(value); }
114 template<
typename ResourceTypeT = Aws::String>
126 template<
typename PropertyDifferencesT = Aws::Vector<PropertyDifference>>
127 void SetPropertyDifferences(PropertyDifferencesT&& value) { m_propertyDifferencesHasBeenSet =
true; m_propertyDifferences = std::forward<PropertyDifferencesT>(value); }
128 template<
typename PropertyDifferencesT = Aws::Vector<PropertyDifference>>
130 template<
typename PropertyDifferencesT = PropertyDifference>
157 template<
typename TimestampT = Aws::Utils::DateTime>
158 void SetTimestamp(TimestampT&& value) { m_timestampHasBeenSet =
true; m_timestamp = std::forward<TimestampT>(value); }
159 template<
typename TimestampT = Aws::Utils::DateTime>
165 bool m_stackIdHasBeenSet =
false;
168 bool m_logicalResourceIdHasBeenSet =
false;
171 bool m_physicalResourceIdHasBeenSet =
false;
174 bool m_physicalResourceIdContextHasBeenSet =
false;
177 bool m_resourceTypeHasBeenSet =
false;
180 bool m_propertyDifferencesHasBeenSet =
false;
183 bool m_stackResourceDriftStatusHasBeenSet =
false;
186 bool m_timestampHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
std::basic_ostream< char, std::char_traits< char > > OStream