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;
63 inline void SetStackSetName(
const char* value) { m_stackSetNameHasBeenSet =
true; m_stackSetName.assign(value); }
77 inline void SetStackSetId(
const char* value) { m_stackSetIdHasBeenSet =
true; m_stackSetId.assign(value); }
92 inline void SetDescription(
const char* value) { m_descriptionHasBeenSet =
true; m_description.assign(value); }
119 inline void SetTemplateBody(
const char* value) { m_templateBodyHasBeenSet =
true; m_templateBody.assign(value); }
169 inline StackSet&
AddTags(
const Tag& value) { m_tagsHasBeenSet =
true; m_tags.push_back(value);
return *
this; }
170 inline StackSet&
AddTags(
Tag&& value) { m_tagsHasBeenSet =
true; m_tags.push_back(std::move(value));
return *
this; }
181 inline void SetStackSetARN(
const char* value) { m_stackSetARNHasBeenSet =
true; m_stackSetARN.assign(value); }
201 inline void SetAdministrationRoleARN(
const char* value) { m_administrationRoleARNHasBeenSet =
true; m_administrationRoleARN.assign(value); }
217 inline void SetExecutionRoleName(
const char* value) { m_executionRoleNameHasBeenSet =
true; m_executionRoleName.assign(value); }
318 inline StackSet&
AddRegions(
const char* value) { m_regionsHasBeenSet =
true; m_regions.push_back(value);
return *
this; }
323 bool m_stackSetNameHasBeenSet =
false;
326 bool m_stackSetIdHasBeenSet =
false;
329 bool m_descriptionHasBeenSet =
false;
332 bool m_statusHasBeenSet =
false;
335 bool m_templateBodyHasBeenSet =
false;
338 bool m_parametersHasBeenSet =
false;
341 bool m_capabilitiesHasBeenSet =
false;
344 bool m_tagsHasBeenSet =
false;
347 bool m_stackSetARNHasBeenSet =
false;
350 bool m_administrationRoleARNHasBeenSet =
false;
353 bool m_executionRoleNameHasBeenSet =
false;
356 bool m_stackSetDriftDetectionDetailsHasBeenSet =
false;
359 bool m_autoDeploymentHasBeenSet =
false;
362 bool m_permissionModelHasBeenSet =
false;
365 bool m_organizationalUnitIdsHasBeenSet =
false;
368 bool m_managedExecutionHasBeenSet =
false;
371 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