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/cloudformation/model/StackSetStatus.h>
11#include <aws/core/utils/memory/stl/AWSVector.h>
12#include <aws/cloudformation/model/StackSetDriftDetectionDetails.h>
13#include <aws/cloudformation/model/AutoDeployment.h>
14#include <aws/cloudformation/model/PermissionModels.h>
15#include <aws/cloudformation/model/ManagedExecution.h>
16#include <aws/cloudformation/model/Parameter.h>
17#include <aws/cloudformation/model/Capability.h>
18#include <aws/cloudformation/model/Tag.h>
30namespace CloudFormation
51 AWS_CLOUDFORMATION_API
void OutputToStream(
Aws::OStream& ostream,
const char* location,
unsigned index,
const char* locationValue)
const;
61 template<
typename StackSetNameT = Aws::String>
62 void SetStackSetName(StackSetNameT&& value) { m_stackSetNameHasBeenSet =
true; m_stackSetName = std::forward<StackSetNameT>(value); }
63 template<
typename StackSetNameT = Aws::String>
73 template<
typename StackSetIdT = Aws::String>
74 void SetStackSetId(StackSetIdT&& value) { m_stackSetIdHasBeenSet =
true; m_stackSetId = std::forward<StackSetIdT>(value); }
75 template<
typename StackSetIdT = Aws::String>
86 template<
typename DescriptionT = Aws::String>
87 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
88 template<
typename DescriptionT = Aws::String>
109 template<
typename TemplateBodyT = Aws::String>
110 void SetTemplateBody(TemplateBodyT&& value) { m_templateBodyHasBeenSet =
true; m_templateBody = std::forward<TemplateBodyT>(value); }
111 template<
typename TemplateBodyT = Aws::String>
121 template<
typename ParametersT = Aws::Vector<Parameter>>
122 void SetParameters(ParametersT&& value) { m_parametersHasBeenSet =
true; m_parameters = std::forward<ParametersT>(value); }
123 template<
typename ParametersT = Aws::Vector<Parameter>>
125 template<
typename ParametersT = Parameter>
126 StackSet&
AddParameters(ParametersT&& value) { m_parametersHasBeenSet =
true; m_parameters.emplace_back(std::forward<ParametersT>(value));
return *
this; }
140 template<
typename CapabilitiesT = Aws::Vector<Capability>>
141 void SetCapabilities(CapabilitiesT&& value) { m_capabilitiesHasBeenSet =
true; m_capabilities = std::forward<CapabilitiesT>(value); }
142 template<
typename CapabilitiesT = Aws::Vector<Capability>>
154 template<
typename TagsT = Aws::Vector<Tag>>
155 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
156 template<
typename TagsT = Aws::Vector<Tag>>
158 template<
typename TagsT = Tag>
159 StackSet&
AddTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags.emplace_back(std::forward<TagsT>(value));
return *
this; }
168 template<
typename StackSetARNT = Aws::String>
169 void SetStackSetARN(StackSetARNT&& value) { m_stackSetARNHasBeenSet =
true; m_stackSetARN = std::forward<StackSetARNT>(value); }
170 template<
typename StackSetARNT = Aws::String>
186 template<
typename AdministrationRoleARNT = Aws::String>
187 void SetAdministrationRoleARN(AdministrationRoleARNT&& value) { m_administrationRoleARNHasBeenSet =
true; m_administrationRoleARN = std::forward<AdministrationRoleARNT>(value); }
188 template<
typename AdministrationRoleARNT = Aws::String>
200 template<
typename ExecutionRoleNameT = Aws::String>
201 void SetExecutionRoleName(ExecutionRoleNameT&& value) { m_executionRoleNameHasBeenSet =
true; m_executionRoleName = std::forward<ExecutionRoleNameT>(value); }
202 template<
typename ExecutionRoleNameT = Aws::String>
215 template<
typename StackSetDriftDetectionDetailsT = StackSetDriftDetectionDetails>
216 void SetStackSetDriftDetectionDetails(StackSetDriftDetectionDetailsT&& value) { m_stackSetDriftDetectionDetailsHasBeenSet =
true; m_stackSetDriftDetectionDetails = std::forward<StackSetDriftDetectionDetailsT>(value); }
217 template<
typename StackSetDriftDetectionDetailsT = StackSetDriftDetectionDetails>
229 template<
typename AutoDeploymentT = AutoDeployment>
230 void SetAutoDeployment(AutoDeploymentT&& value) { m_autoDeploymentHasBeenSet =
true; m_autoDeployment = std::forward<AutoDeploymentT>(value); }
231 template<
typename AutoDeploymentT = AutoDeployment>
263 template<
typename OrganizationalUnitIdsT = Aws::Vector<Aws::String>>
264 void SetOrganizationalUnitIds(OrganizationalUnitIdsT&& value) { m_organizationalUnitIdsHasBeenSet =
true; m_organizationalUnitIds = std::forward<OrganizationalUnitIdsT>(value); }
265 template<
typename OrganizationalUnitIdsT = Aws::Vector<Aws::String>>
267 template<
typename OrganizationalUnitIdsT = Aws::String>
268 StackSet&
AddOrganizationalUnitIds(OrganizationalUnitIdsT&& value) { m_organizationalUnitIdsHasBeenSet =
true; m_organizationalUnitIds.emplace_back(std::forward<OrganizationalUnitIdsT>(value));
return *
this; }
278 template<
typename ManagedExecutionT = ManagedExecution>
279 void SetManagedExecution(ManagedExecutionT&& value) { m_managedExecutionHasBeenSet =
true; m_managedExecution = std::forward<ManagedExecutionT>(value); }
280 template<
typename ManagedExecutionT = ManagedExecution>
292 template<
typename RegionsT = Aws::Vector<Aws::String>>
293 void SetRegions(RegionsT&& value) { m_regionsHasBeenSet =
true; m_regions = std::forward<RegionsT>(value); }
294 template<
typename RegionsT = Aws::Vector<Aws::String>>
296 template<
typename RegionsT = Aws::String>
297 StackSet&
AddRegions(RegionsT&& value) { m_regionsHasBeenSet =
true; m_regions.emplace_back(std::forward<RegionsT>(value));
return *
this; }
302 bool m_stackSetNameHasBeenSet =
false;
305 bool m_stackSetIdHasBeenSet =
false;
308 bool m_descriptionHasBeenSet =
false;
311 bool m_statusHasBeenSet =
false;
314 bool m_templateBodyHasBeenSet =
false;
317 bool m_parametersHasBeenSet =
false;
320 bool m_capabilitiesHasBeenSet =
false;
323 bool m_tagsHasBeenSet =
false;
326 bool m_stackSetARNHasBeenSet =
false;
329 bool m_administrationRoleARNHasBeenSet =
false;
332 bool m_executionRoleNameHasBeenSet =
false;
334 StackSetDriftDetectionDetails m_stackSetDriftDetectionDetails;
335 bool m_stackSetDriftDetectionDetailsHasBeenSet =
false;
337 AutoDeployment m_autoDeployment;
338 bool m_autoDeploymentHasBeenSet =
false;
341 bool m_permissionModelHasBeenSet =
false;
344 bool m_organizationalUnitIdsHasBeenSet =
false;
346 ManagedExecution m_managedExecution;
347 bool m_managedExecutionHasBeenSet =
false;
350 bool m_regionsHasBeenSet =
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