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
53 inline void SetStackSetName(
const char* value) { m_stackSetNameHasBeenSet =
true; m_stackSetName.assign(value); }
128 inline void SetRetainStacks(
bool value) { m_retainStacksHasBeenSet =
true; m_retainStacks = value; }
147 inline void SetOperationId(
const char* value) { m_operationIdHasBeenSet =
true; m_operationId.assign(value); }
170 inline void SetCallAs(
const CallAs& value) { m_callAsHasBeenSet =
true; m_callAs = value; }
171 inline void SetCallAs(
CallAs&& value) { m_callAsHasBeenSet =
true; m_callAs = std::move(value); }
178 bool m_stackSetNameHasBeenSet =
false;
181 bool m_accountsHasBeenSet =
false;
184 bool m_deploymentTargetsHasBeenSet =
false;
187 bool m_regionsHasBeenSet =
false;
190 bool m_operationPreferencesHasBeenSet =
false;
193 bool m_retainStacksHasBeenSet =
false;
196 bool m_operationIdHasBeenSet =
false;
199 bool m_callAsHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector