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
57 template<
typename StackSetAccountsT = Aws::Vector<Aws::String>>
58 void SetStackSetAccounts(StackSetAccountsT&& value) { m_stackSetAccountsHasBeenSet =
true; m_stackSetAccounts = std::forward<StackSetAccountsT>(value); }
59 template<
typename StackSetAccountsT = Aws::Vector<Aws::String>>
61 template<
typename StackSetAccountsT = Aws::String>
78 template<
typename StackSetRegionsT = Aws::Vector<Aws::String>>
79 void SetStackSetRegions(StackSetRegionsT&& value) { m_stackSetRegionsHasBeenSet =
true; m_stackSetRegions = std::forward<StackSetRegionsT>(value); }
80 template<
typename StackSetRegionsT = Aws::Vector<Aws::String>>
82 template<
typename StackSetRegionsT = Aws::String>
183 bool m_stackSetAccountsHasBeenSet =
false;
186 bool m_stackSetRegionsHasBeenSet =
false;
188 int m_stackSetFailureToleranceCount{0};
189 bool m_stackSetFailureToleranceCountHasBeenSet =
false;
191 int m_stackSetFailureTolerancePercentage{0};
192 bool m_stackSetFailureTolerancePercentageHasBeenSet =
false;
194 int m_stackSetMaxConcurrencyCount{0};
195 bool m_stackSetMaxConcurrencyCountHasBeenSet =
false;
197 int m_stackSetMaxConcurrencyPercentage{0};
198 bool m_stackSetMaxConcurrencyPercentageHasBeenSet =
false;
201 bool m_stackSetOperationTypeHasBeenSet =
false;
AWS_SERVICECATALOG_API UpdateProvisioningPreferences()=default
void SetStackSetMaxConcurrencyCount(int value)
void SetStackSetFailureToleranceCount(int value)
int GetStackSetFailureToleranceCount() const
AWS_SERVICECATALOG_API Aws::Utils::Json::JsonValue Jsonize() const
UpdateProvisioningPreferences & WithStackSetOperationType(StackSetOperationType value)
bool StackSetMaxConcurrencyCountHasBeenSet() const
void SetStackSetMaxConcurrencyPercentage(int value)
AWS_SERVICECATALOG_API UpdateProvisioningPreferences(Aws::Utils::Json::JsonView jsonValue)
UpdateProvisioningPreferences & WithStackSetMaxConcurrencyPercentage(int value)
UpdateProvisioningPreferences & WithStackSetRegions(StackSetRegionsT &&value)
int GetStackSetMaxConcurrencyPercentage() const
bool StackSetOperationTypeHasBeenSet() const
UpdateProvisioningPreferences & WithStackSetFailureToleranceCount(int value)
void SetStackSetFailureTolerancePercentage(int value)
AWS_SERVICECATALOG_API UpdateProvisioningPreferences & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::Vector< Aws::String > & GetStackSetRegions() const
UpdateProvisioningPreferences & AddStackSetRegions(StackSetRegionsT &&value)
bool StackSetFailureTolerancePercentageHasBeenSet() const
const Aws::Vector< Aws::String > & GetStackSetAccounts() const
UpdateProvisioningPreferences & WithStackSetMaxConcurrencyCount(int value)
bool StackSetMaxConcurrencyPercentageHasBeenSet() const
bool StackSetFailureToleranceCountHasBeenSet() const
void SetStackSetRegions(StackSetRegionsT &&value)
bool StackSetAccountsHasBeenSet() const
UpdateProvisioningPreferences & AddStackSetAccounts(StackSetAccountsT &&value)
bool StackSetRegionsHasBeenSet() const
int GetStackSetMaxConcurrencyCount() const
void SetStackSetOperationType(StackSetOperationType value)
StackSetOperationType GetStackSetOperationType() const
UpdateProvisioningPreferences & WithStackSetFailureTolerancePercentage(int value)
UpdateProvisioningPreferences & WithStackSetAccounts(StackSetAccountsT &&value)
void SetStackSetAccounts(StackSetAccountsT &&value)
int GetStackSetFailureTolerancePercentage() const
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue