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
63 template<
typename StackSetAccountsT = Aws::Vector<Aws::String>>
64 void SetStackSetAccounts(StackSetAccountsT&& value) { m_stackSetAccountsHasBeenSet =
true; m_stackSetAccounts = std::forward<StackSetAccountsT>(value); }
65 template<
typename StackSetAccountsT = Aws::Vector<Aws::String>>
67 template<
typename StackSetAccountsT = Aws::String>
84 template<
typename StackSetRegionsT = Aws::Vector<Aws::String>>
85 void SetStackSetRegions(StackSetRegionsT&& value) { m_stackSetRegionsHasBeenSet =
true; m_stackSetRegions = std::forward<StackSetRegionsT>(value); }
86 template<
typename StackSetRegionsT = Aws::Vector<Aws::String>>
88 template<
typename StackSetRegionsT = Aws::String>
169 bool m_stackSetAccountsHasBeenSet =
false;
172 bool m_stackSetRegionsHasBeenSet =
false;
174 int m_stackSetFailureToleranceCount{0};
175 bool m_stackSetFailureToleranceCountHasBeenSet =
false;
177 int m_stackSetFailureTolerancePercentage{0};
178 bool m_stackSetFailureTolerancePercentageHasBeenSet =
false;
180 int m_stackSetMaxConcurrencyCount{0};
181 bool m_stackSetMaxConcurrencyCountHasBeenSet =
false;
183 int m_stackSetMaxConcurrencyPercentage{0};
184 bool m_stackSetMaxConcurrencyPercentageHasBeenSet =
false;
ProvisioningPreferences & AddStackSetAccounts(StackSetAccountsT &&value)
ProvisioningPreferences & WithStackSetMaxConcurrencyCount(int value)
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)
const Aws::Vector< Aws::String > & GetStackSetRegions() const
AWS_SERVICECATALOG_API ProvisioningPreferences(Aws::Utils::Json::JsonView jsonValue)
bool StackSetRegionsHasBeenSet() const
ProvisioningPreferences & WithStackSetAccounts(StackSetAccountsT &&value)
AWS_SERVICECATALOG_API ProvisioningPreferences()=default
ProvisioningPreferences & WithStackSetMaxConcurrencyPercentage(int value)
int GetStackSetMaxConcurrencyPercentage() const
int GetStackSetMaxConcurrencyCount() const
void SetStackSetAccounts(StackSetAccountsT &&value)
bool StackSetMaxConcurrencyPercentageHasBeenSet() const
bool StackSetFailureToleranceCountHasBeenSet() const
const Aws::Vector< Aws::String > & GetStackSetAccounts() const
ProvisioningPreferences & AddStackSetRegions(StackSetRegionsT &&value)
void SetStackSetRegions(StackSetRegionsT &&value)
AWS_SERVICECATALOG_API Aws::Utils::Json::JsonValue Jsonize() const
ProvisioningPreferences & WithStackSetRegions(StackSetRegionsT &&value)
void SetStackSetFailureToleranceCount(int value)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue