7#include <aws/cloudformation/CloudFormation_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSStreamFwd.h>
9#include <aws/cloudformation/model/PolicyAction.h>
10#include <aws/cloudformation/model/ChangeAction.h>
11#include <aws/core/utils/memory/stl/AWSString.h>
12#include <aws/cloudformation/model/Replacement.h>
13#include <aws/core/utils/memory/stl/AWSVector.h>
14#include <aws/cloudformation/model/ModuleInfo.h>
15#include <aws/cloudformation/model/ResourceAttribute.h>
16#include <aws/cloudformation/model/ResourceChangeDetail.h>
28namespace CloudFormation
47 AWS_CLOUDFORMATION_API
void OutputToStream(
Aws::OStream& ostream,
const char* location,
unsigned index,
const char* locationValue)
const;
95 inline void SetLogicalResourceId(
const char* value) { m_logicalResourceIdHasBeenSet =
true; m_logicalResourceId.assign(value); }
110 inline void SetPhysicalResourceId(
const char* value) { m_physicalResourceIdHasBeenSet =
true; m_physicalResourceId.assign(value); }
125 inline void SetResourceType(
const char* value) { m_resourceTypeHasBeenSet =
true; m_resourceType.assign(value); }
196 inline void SetChangeSetId(
const char* value) { m_changeSetIdHasBeenSet =
true; m_changeSetId.assign(value); }
224 inline void SetBeforeContext(
const char* value) { m_beforeContextHasBeenSet =
true; m_beforeContext.assign(value); }
239 inline void SetAfterContext(
const char* value) { m_afterContextHasBeenSet =
true; m_afterContext.assign(value); }
247 bool m_policyActionHasBeenSet =
false;
250 bool m_actionHasBeenSet =
false;
253 bool m_logicalResourceIdHasBeenSet =
false;
256 bool m_physicalResourceIdHasBeenSet =
false;
259 bool m_resourceTypeHasBeenSet =
false;
262 bool m_replacementHasBeenSet =
false;
265 bool m_scopeHasBeenSet =
false;
268 bool m_detailsHasBeenSet =
false;
271 bool m_changeSetIdHasBeenSet =
false;
274 bool m_moduleInfoHasBeenSet =
false;
277 bool m_beforeContextHasBeenSet =
false;
280 bool m_afterContextHasBeenSet =
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