7#include <aws/servicecatalog/ServiceCatalog_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/servicecatalog/model/StackSetOperationType.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
23namespace ServiceCatalog
187 bool m_stackSetAccountsHasBeenSet =
false;
190 bool m_stackSetRegionsHasBeenSet =
false;
192 int m_stackSetFailureToleranceCount;
193 bool m_stackSetFailureToleranceCountHasBeenSet =
false;
195 int m_stackSetFailureTolerancePercentage;
196 bool m_stackSetFailureTolerancePercentageHasBeenSet =
false;
198 int m_stackSetMaxConcurrencyCount;
199 bool m_stackSetMaxConcurrencyCountHasBeenSet =
false;
201 int m_stackSetMaxConcurrencyPercentage;
202 bool m_stackSetMaxConcurrencyPercentageHasBeenSet =
false;
205 bool m_stackSetOperationTypeHasBeenSet =
false;
UpdateProvisioningPreferences & AddStackSetRegions(Aws::String &&value)
void SetStackSetMaxConcurrencyCount(int value)
void SetStackSetFailureToleranceCount(int value)
UpdateProvisioningPreferences & WithStackSetRegions(const Aws::Vector< Aws::String > &value)
int GetStackSetFailureToleranceCount() const
AWS_SERVICECATALOG_API Aws::Utils::Json::JsonValue Jsonize() const
void SetStackSetRegions(const Aws::Vector< Aws::String > &value)
bool StackSetMaxConcurrencyCountHasBeenSet() const
void SetStackSetMaxConcurrencyPercentage(int value)
void SetStackSetAccounts(Aws::Vector< Aws::String > &&value)
UpdateProvisioningPreferences & AddStackSetRegions(const Aws::String &value)
AWS_SERVICECATALOG_API UpdateProvisioningPreferences()
AWS_SERVICECATALOG_API UpdateProvisioningPreferences(Aws::Utils::Json::JsonView jsonValue)
UpdateProvisioningPreferences & WithStackSetAccounts(const Aws::Vector< Aws::String > &value)
UpdateProvisioningPreferences & WithStackSetMaxConcurrencyPercentage(int value)
UpdateProvisioningPreferences & WithStackSetOperationType(StackSetOperationType &&value)
UpdateProvisioningPreferences & AddStackSetAccounts(const Aws::String &value)
int GetStackSetMaxConcurrencyPercentage() const
bool StackSetOperationTypeHasBeenSet() const
const StackSetOperationType & GetStackSetOperationType() const
UpdateProvisioningPreferences & WithStackSetFailureToleranceCount(int value)
UpdateProvisioningPreferences & WithStackSetAccounts(Aws::Vector< Aws::String > &&value)
void SetStackSetFailureTolerancePercentage(int value)
UpdateProvisioningPreferences & WithStackSetRegions(Aws::Vector< Aws::String > &&value)
void SetStackSetRegions(Aws::Vector< Aws::String > &&value)
AWS_SERVICECATALOG_API UpdateProvisioningPreferences & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::Vector< Aws::String > & GetStackSetRegions() const
bool StackSetFailureTolerancePercentageHasBeenSet() const
const Aws::Vector< Aws::String > & GetStackSetAccounts() const
UpdateProvisioningPreferences & WithStackSetMaxConcurrencyCount(int value)
void SetStackSetOperationType(const StackSetOperationType &value)
bool StackSetMaxConcurrencyPercentageHasBeenSet() const
void SetStackSetOperationType(StackSetOperationType &&value)
bool StackSetFailureToleranceCountHasBeenSet() const
bool StackSetAccountsHasBeenSet() const
UpdateProvisioningPreferences & AddStackSetRegions(const char *value)
bool StackSetRegionsHasBeenSet() const
UpdateProvisioningPreferences & WithStackSetOperationType(const StackSetOperationType &value)
int GetStackSetMaxConcurrencyCount() const
UpdateProvisioningPreferences & AddStackSetAccounts(const char *value)
UpdateProvisioningPreferences & AddStackSetAccounts(Aws::String &&value)
void SetStackSetAccounts(const Aws::Vector< Aws::String > &value)
UpdateProvisioningPreferences & WithStackSetFailureTolerancePercentage(int value)
int GetStackSetFailureTolerancePercentage() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue