7#include <aws/servicecatalog/ServiceCatalog_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
22namespace ServiceCatalog
171 bool m_stackSetAccountsHasBeenSet =
false;
174 bool m_stackSetRegionsHasBeenSet =
false;
176 int m_stackSetFailureToleranceCount;
177 bool m_stackSetFailureToleranceCountHasBeenSet =
false;
179 int m_stackSetFailureTolerancePercentage;
180 bool m_stackSetFailureTolerancePercentageHasBeenSet =
false;
182 int m_stackSetMaxConcurrencyCount;
183 bool m_stackSetMaxConcurrencyCountHasBeenSet =
false;
185 int m_stackSetMaxConcurrencyPercentage;
186 bool m_stackSetMaxConcurrencyPercentageHasBeenSet =
false;
ProvisioningPreferences & WithStackSetMaxConcurrencyCount(int value)
AWS_SERVICECATALOG_API ProvisioningPreferences()
ProvisioningPreferences & WithStackSetFailureToleranceCount(int value)
AWS_SERVICECATALOG_API ProvisioningPreferences & operator=(Aws::Utils::Json::JsonView jsonValue)
bool StackSetFailureTolerancePercentageHasBeenSet() const
bool StackSetMaxConcurrencyCountHasBeenSet() const
int GetStackSetFailureToleranceCount() const
int GetStackSetFailureTolerancePercentage() const
void SetStackSetMaxConcurrencyCount(int value)
void SetStackSetMaxConcurrencyPercentage(int value)
bool StackSetAccountsHasBeenSet() const
void SetStackSetFailureTolerancePercentage(int value)
ProvisioningPreferences & WithStackSetFailureTolerancePercentage(int value)
ProvisioningPreferences & AddStackSetAccounts(Aws::String &&value)
const Aws::Vector< Aws::String > & GetStackSetRegions() const
AWS_SERVICECATALOG_API ProvisioningPreferences(Aws::Utils::Json::JsonView jsonValue)
ProvisioningPreferences & AddStackSetRegions(Aws::String &&value)
bool StackSetRegionsHasBeenSet() const
ProvisioningPreferences & AddStackSetRegions(const Aws::String &value)
ProvisioningPreferences & WithStackSetRegions(Aws::Vector< Aws::String > &&value)
ProvisioningPreferences & WithStackSetRegions(const Aws::Vector< Aws::String > &value)
ProvisioningPreferences & WithStackSetMaxConcurrencyPercentage(int value)
ProvisioningPreferences & AddStackSetAccounts(const char *value)
int GetStackSetMaxConcurrencyPercentage() const
int GetStackSetMaxConcurrencyCount() const
ProvisioningPreferences & AddStackSetAccounts(const Aws::String &value)
void SetStackSetRegions(Aws::Vector< Aws::String > &&value)
bool StackSetMaxConcurrencyPercentageHasBeenSet() const
void SetStackSetAccounts(const Aws::Vector< Aws::String > &value)
bool StackSetFailureToleranceCountHasBeenSet() const
const Aws::Vector< Aws::String > & GetStackSetAccounts() const
ProvisioningPreferences & WithStackSetAccounts(Aws::Vector< Aws::String > &&value)
AWS_SERVICECATALOG_API Aws::Utils::Json::JsonValue Jsonize() const
ProvisioningPreferences & AddStackSetRegions(const char *value)
void SetStackSetFailureToleranceCount(int value)
void SetStackSetAccounts(Aws::Vector< Aws::String > &&value)
ProvisioningPreferences & WithStackSetAccounts(const Aws::Vector< Aws::String > &value)
void SetStackSetRegions(const Aws::Vector< Aws::String > &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue