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
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>
75 template<
typename StackSetRegionsT = Aws::Vector<Aws::String>>
76 void SetStackSetRegions(StackSetRegionsT&& value) { m_stackSetRegionsHasBeenSet =
true; m_stackSetRegions = std::forward<StackSetRegionsT>(value); }
77 template<
typename StackSetRegionsT = Aws::Vector<Aws::String>>
79 template<
typename StackSetRegionsT = Aws::String>
85 bool m_stackSetAccountsHasBeenSet =
false;
88 bool m_stackSetRegionsHasBeenSet =
false;
void SetStackSetAccounts(StackSetAccountsT &&value)
bool StackSetRegionsHasBeenSet() const
const Aws::Vector< Aws::String > & GetStackSetAccounts() const
ProvisioningArtifactPreferences & AddStackSetAccounts(StackSetAccountsT &&value)
bool StackSetAccountsHasBeenSet() const
AWS_SERVICECATALOG_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_SERVICECATALOG_API ProvisioningArtifactPreferences(Aws::Utils::Json::JsonView jsonValue)
ProvisioningArtifactPreferences & AddStackSetRegions(StackSetRegionsT &&value)
AWS_SERVICECATALOG_API ProvisioningArtifactPreferences & operator=(Aws::Utils::Json::JsonView jsonValue)
ProvisioningArtifactPreferences & WithStackSetRegions(StackSetRegionsT &&value)
const Aws::Vector< Aws::String > & GetStackSetRegions() const
ProvisioningArtifactPreferences & WithStackSetAccounts(StackSetAccountsT &&value)
AWS_SERVICECATALOG_API ProvisioningArtifactPreferences()=default
void SetStackSetRegions(StackSetRegionsT &&value)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue