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>
14#include <aws/cloudformation/model/Parameter.h>
16#include <aws/core/utils/UUID.h>
20namespace CloudFormation
52 template<
typename StackSetNameT = Aws::String>
53 void SetStackSetName(StackSetNameT&& value) { m_stackSetNameHasBeenSet =
true; m_stackSetName = std::forward<StackSetNameT>(value); }
54 template<
typename StackSetNameT = Aws::String>
67 template<
typename AccountsT = Aws::Vector<Aws::String>>
68 void SetAccounts(AccountsT&& value) { m_accountsHasBeenSet =
true; m_accounts = std::forward<AccountsT>(value); }
69 template<
typename AccountsT = Aws::Vector<Aws::String>>
71 template<
typename AccountsT = Aws::String>
84 template<
typename DeploymentTargetsT = DeploymentTargets>
85 void SetDeploymentTargets(DeploymentTargetsT&& value) { m_deploymentTargetsHasBeenSet =
true; m_deploymentTargets = std::forward<DeploymentTargetsT>(value); }
86 template<
typename DeploymentTargetsT = DeploymentTargets>
97 template<
typename RegionsT = Aws::Vector<Aws::String>>
98 void SetRegions(RegionsT&& value) { m_regionsHasBeenSet =
true; m_regions = std::forward<RegionsT>(value); }
99 template<
typename RegionsT = Aws::Vector<Aws::String>>
101 template<
typename RegionsT = Aws::String>
129 template<
typename ParameterOverr
idesT = Aws::Vector<Parameter>>
130 void SetParameterOverrides(ParameterOverridesT&& value) { m_parameterOverridesHasBeenSet =
true; m_parameterOverrides = std::forward<ParameterOverridesT>(value); }
131 template<
typename ParameterOverr
idesT = Aws::Vector<Parameter>>
133 template<
typename ParameterOverr
idesT = Parameter>
143 template<
typename OperationPreferencesT = StackSetOperationPreferences>
144 void SetOperationPreferences(OperationPreferencesT&& value) { m_operationPreferencesHasBeenSet =
true; m_operationPreferences = std::forward<OperationPreferencesT>(value); }
145 template<
typename OperationPreferencesT = StackSetOperationPreferences>
162 template<
typename OperationIdT = Aws::String>
163 void SetOperationId(OperationIdT&& value) { m_operationIdHasBeenSet =
true; m_operationId = std::forward<OperationIdT>(value); }
164 template<
typename OperationIdT = Aws::String>
191 bool m_stackSetNameHasBeenSet =
false;
194 bool m_accountsHasBeenSet =
false;
197 bool m_deploymentTargetsHasBeenSet =
false;
200 bool m_regionsHasBeenSet =
false;
203 bool m_parameterOverridesHasBeenSet =
false;
206 bool m_operationPreferencesHasBeenSet =
false;
209 bool m_operationIdHasBeenSet =
true;
212 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