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;
89 template<
typename LogicalResourceIdT = Aws::String>
90 void SetLogicalResourceId(LogicalResourceIdT&& value) { m_logicalResourceIdHasBeenSet =
true; m_logicalResourceId = std::forward<LogicalResourceIdT>(value); }
91 template<
typename LogicalResourceIdT = Aws::String>
102 template<
typename PhysicalResourceIdT = Aws::String>
103 void SetPhysicalResourceId(PhysicalResourceIdT&& value) { m_physicalResourceIdHasBeenSet =
true; m_physicalResourceId = std::forward<PhysicalResourceIdT>(value); }
104 template<
typename PhysicalResourceIdT = Aws::String>
115 template<
typename ResourceTypeT = Aws::String>
116 void SetResourceType(ResourceTypeT&& value) { m_resourceTypeHasBeenSet =
true; m_resourceType = std::forward<ResourceTypeT>(value); }
117 template<
typename ResourceTypeT = Aws::String>
152 template<
typename ScopeT = Aws::Vector<ResourceAttribute>>
153 void SetScope(ScopeT&& value) { m_scopeHasBeenSet =
true; m_scope = std::forward<ScopeT>(value); }
154 template<
typename ScopeT = Aws::Vector<ResourceAttribute>>
167 template<
typename DetailsT = Aws::Vector<ResourceChangeDetail>>
168 void SetDetails(DetailsT&& value) { m_detailsHasBeenSet =
true; m_details = std::forward<DetailsT>(value); }
169 template<
typename DetailsT = Aws::Vector<ResourceChangeDetail>>
171 template<
typename DetailsT = ResourceChangeDetail>
172 ResourceChange&
AddDetails(DetailsT&& value) { m_detailsHasBeenSet =
true; m_details.emplace_back(std::forward<DetailsT>(value));
return *
this; }
181 template<
typename ChangeSetIdT = Aws::String>
182 void SetChangeSetId(ChangeSetIdT&& value) { m_changeSetIdHasBeenSet =
true; m_changeSetId = std::forward<ChangeSetIdT>(value); }
183 template<
typename ChangeSetIdT = Aws::String>
194 template<
typename ModuleInfoT = ModuleInfo>
195 void SetModuleInfo(ModuleInfoT&& value) { m_moduleInfoHasBeenSet =
true; m_moduleInfo = std::forward<ModuleInfoT>(value); }
196 template<
typename ModuleInfoT = ModuleInfo>
207 template<
typename BeforeContextT = Aws::String>
208 void SetBeforeContext(BeforeContextT&& value) { m_beforeContextHasBeenSet =
true; m_beforeContext = std::forward<BeforeContextT>(value); }
209 template<
typename BeforeContextT = Aws::String>
220 template<
typename AfterContextT = Aws::String>
221 void SetAfterContext(AfterContextT&& value) { m_afterContextHasBeenSet =
true; m_afterContext = std::forward<AfterContextT>(value); }
222 template<
typename AfterContextT = Aws::String>
228 bool m_policyActionHasBeenSet =
false;
231 bool m_actionHasBeenSet =
false;
234 bool m_logicalResourceIdHasBeenSet =
false;
237 bool m_physicalResourceIdHasBeenSet =
false;
240 bool m_resourceTypeHasBeenSet =
false;
243 bool m_replacementHasBeenSet =
false;
246 bool m_scopeHasBeenSet =
false;
249 bool m_detailsHasBeenSet =
false;
252 bool m_changeSetIdHasBeenSet =
false;
254 ModuleInfo m_moduleInfo;
255 bool m_moduleInfoHasBeenSet =
false;
258 bool m_beforeContextHasBeenSet =
false;
261 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