7#include <aws/fms/FMS_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
55 inline RegionScope&
AddRegions(
const char* value) { m_regionsHasBeenSet =
true; m_regions.push_back(value);
return *
this; }
65 inline void SetAllRegionsEnabled(
bool value) { m_allRegionsEnabledHasBeenSet =
true; m_allRegionsEnabled = value; }
71 bool m_regionsHasBeenSet =
false;
73 bool m_allRegionsEnabled;
74 bool m_allRegionsEnabledHasBeenSet =
false;
void SetRegions(const Aws::Vector< Aws::String > &value)
RegionScope & WithRegions(const Aws::Vector< Aws::String > &value)
bool RegionsHasBeenSet() const
RegionScope & AddRegions(const char *value)
bool AllRegionsEnabledHasBeenSet() const
void SetRegions(Aws::Vector< Aws::String > &&value)
AWS_FMS_API RegionScope & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::Vector< Aws::String > & GetRegions() const
AWS_FMS_API RegionScope()
RegionScope & AddRegions(Aws::String &&value)
RegionScope & AddRegions(const Aws::String &value)
bool GetAllRegionsEnabled() const
RegionScope & WithRegions(Aws::Vector< Aws::String > &&value)
void SetAllRegionsEnabled(bool value)
AWS_FMS_API RegionScope(Aws::Utils::Json::JsonView jsonValue)
RegionScope & WithAllRegionsEnabled(bool value)
AWS_FMS_API Aws::Utils::Json::JsonValue Jsonize() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue