7#include <aws/cloudformation/CloudFormation_EXPORTS.h>
8#include <aws/cloudformation/CloudFormationRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/cloudformation/model/DeploymentTargets.h>
12#include <aws/cloudformation/model/StackSetOperationPreferences.h>
13#include <aws/cloudformation/model/CallAs.h>
15#include <aws/core/utils/UUID.h>
19namespace CloudFormation
51 template<
typename StackSetNameT = Aws::String>
52 void SetStackSetName(StackSetNameT&& value) { m_stackSetNameHasBeenSet =
true; m_stackSetName = std::forward<StackSetNameT>(value); }
53 template<
typename StackSetNameT = Aws::String>
65 template<
typename AccountsT = Aws::Vector<Aws::String>>
66 void SetAccounts(AccountsT&& value) { m_accountsHasBeenSet =
true; m_accounts = std::forward<AccountsT>(value); }
67 template<
typename AccountsT = Aws::Vector<Aws::String>>
69 template<
typename AccountsT = Aws::String>
81 template<
typename DeploymentTargetsT = DeploymentTargets>
82 void SetDeploymentTargets(DeploymentTargetsT&& value) { m_deploymentTargetsHasBeenSet =
true; m_deploymentTargets = std::forward<DeploymentTargetsT>(value); }
83 template<
typename DeploymentTargetsT = DeploymentTargets>
94 template<
typename RegionsT = Aws::Vector<Aws::String>>
95 void SetRegions(RegionsT&& value) { m_regionsHasBeenSet =
true; m_regions = std::forward<RegionsT>(value); }
96 template<
typename RegionsT = Aws::Vector<Aws::String>>
98 template<
typename RegionsT = Aws::String>
108 template<
typename OperationPreferencesT = StackSetOperationPreferences>
109 void SetOperationPreferences(OperationPreferencesT&& value) { m_operationPreferencesHasBeenSet =
true; m_operationPreferences = std::forward<OperationPreferencesT>(value); }
110 template<
typename OperationPreferencesT = StackSetOperationPreferences>
124 inline void SetRetainStacks(
bool value) { m_retainStacksHasBeenSet =
true; m_retainStacks = value; }
141 template<
typename OperationIdT = Aws::String>
142 void SetOperationId(OperationIdT&& value) { m_operationIdHasBeenSet =
true; m_operationId = std::forward<OperationIdT>(value); }
143 template<
typename OperationIdT = Aws::String>
170 bool m_stackSetNameHasBeenSet =
false;
173 bool m_accountsHasBeenSet =
false;
176 bool m_deploymentTargetsHasBeenSet =
false;
179 bool m_regionsHasBeenSet =
false;
182 bool m_operationPreferencesHasBeenSet =
false;
184 bool m_retainStacks{
false};
185 bool m_retainStacksHasBeenSet =
false;
188 bool m_operationIdHasBeenSet =
true;
191 bool m_callAsHasBeenSet =
false;
static Aws::Utils::UUID PseudoRandomUUID()
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector