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/ModuleInfo.h>
14#include <aws/cloudformation/model/PhysicalResourceIdContextKeyValuePair.h>
15#include <aws/cloudformation/model/PropertyDifference.h>
27namespace CloudFormation
56 AWS_CLOUDFORMATION_API
void OutputToStream(
Aws::OStream& ostream,
const char* location,
unsigned index,
const char* locationValue)
const;
68 inline void SetStackId(
const char* value) { m_stackIdHasBeenSet =
true; m_stackId.assign(value); }
82 inline void SetLogicalResourceId(
const char* value) { m_logicalResourceIdHasBeenSet =
true; m_logicalResourceId.assign(value); }
97 inline void SetPhysicalResourceId(
const char* value) { m_physicalResourceIdHasBeenSet =
true; m_physicalResourceId.assign(value); }
129 inline void SetResourceType(
const char* value) { m_resourceTypeHasBeenSet =
true; m_resourceType.assign(value); }
146 inline void SetExpectedProperties(
const char* value) { m_expectedPropertiesHasBeenSet =
true; m_expectedProperties.assign(value); }
162 inline void SetActualProperties(
const char* value) { m_actualPropertiesHasBeenSet =
true; m_actualProperties.assign(value); }
232 bool m_stackIdHasBeenSet =
false;
235 bool m_logicalResourceIdHasBeenSet =
false;
238 bool m_physicalResourceIdHasBeenSet =
false;
241 bool m_physicalResourceIdContextHasBeenSet =
false;
244 bool m_resourceTypeHasBeenSet =
false;
247 bool m_expectedPropertiesHasBeenSet =
false;
250 bool m_actualPropertiesHasBeenSet =
false;
253 bool m_propertyDifferencesHasBeenSet =
false;
256 bool m_stackResourceDriftStatusHasBeenSet =
false;
259 bool m_timestampHasBeenSet =
false;
262 bool m_moduleInfoHasBeenSet =
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