7#include <aws/controlcatalog/ControlCatalog_EXPORTS.h>
8#include <aws/controlcatalog/model/ControlScope.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
23namespace ControlCatalog
80 template<
typename DeployableRegionsT = Aws::Vector<Aws::String>>
81 void SetDeployableRegions(DeployableRegionsT&& value) { m_deployableRegionsHasBeenSet =
true; m_deployableRegions = std::forward<DeployableRegionsT>(value); }
82 template<
typename DeployableRegionsT = Aws::Vector<Aws::String>>
84 template<
typename DeployableRegionsT = Aws::String>
90 bool m_scopeHasBeenSet =
false;
93 bool m_deployableRegionsHasBeenSet =
false;
RegionConfiguration & AddDeployableRegions(DeployableRegionsT &&value)
const Aws::Vector< Aws::String > & GetDeployableRegions() const
AWS_CONTROLCATALOG_API RegionConfiguration(Aws::Utils::Json::JsonView jsonValue)
RegionConfiguration & WithDeployableRegions(DeployableRegionsT &&value)
void SetScope(ControlScope value)
bool DeployableRegionsHasBeenSet() const
AWS_CONTROLCATALOG_API RegionConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
bool ScopeHasBeenSet() const
void SetDeployableRegions(DeployableRegionsT &&value)
AWS_CONTROLCATALOG_API Aws::Utils::Json::JsonValue Jsonize() const
RegionConfiguration & WithScope(ControlScope value)
ControlScope GetScope() const
AWS_CONTROLCATALOG_API RegionConfiguration()=default
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue