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
91 bool m_scopeHasBeenSet =
false;
94 bool m_deployableRegionsHasBeenSet =
false;
const Aws::Vector< Aws::String > & GetDeployableRegions() const
AWS_CONTROLCATALOG_API RegionConfiguration(Aws::Utils::Json::JsonView jsonValue)
bool DeployableRegionsHasBeenSet() const
AWS_CONTROLCATALOG_API RegionConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
RegionConfiguration & AddDeployableRegions(Aws::String &&value)
RegionConfiguration & WithDeployableRegions(const Aws::Vector< Aws::String > &value)
RegionConfiguration & AddDeployableRegions(const Aws::String &value)
RegionConfiguration & AddDeployableRegions(const char *value)
bool ScopeHasBeenSet() const
AWS_CONTROLCATALOG_API RegionConfiguration()
AWS_CONTROLCATALOG_API Aws::Utils::Json::JsonValue Jsonize() const
void SetDeployableRegions(const Aws::Vector< Aws::String > &value)
RegionConfiguration & WithDeployableRegions(Aws::Vector< Aws::String > &&value)
RegionConfiguration & WithScope(ControlScope &&value)
void SetScope(const ControlScope &value)
const ControlScope & GetScope() const
void SetDeployableRegions(Aws::Vector< Aws::String > &&value)
void SetScope(ControlScope &&value)
RegionConfiguration & WithScope(const ControlScope &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