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>
49 template<
typename RegionsT = Aws::Vector<Aws::String>>
50 void SetRegions(RegionsT&& value) { m_regionsHasBeenSet =
true; m_regions = std::forward<RegionsT>(value); }
51 template<
typename RegionsT = Aws::Vector<Aws::String>>
53 template<
typename RegionsT = Aws::String>
54 RegionScope&
AddRegions(RegionsT&& value) { m_regionsHasBeenSet =
true; m_regions.emplace_back(std::forward<RegionsT>(value));
return *
this; }
64 inline void SetAllRegionsEnabled(
bool value) { m_allRegionsEnabledHasBeenSet =
true; m_allRegionsEnabled = value; }
70 bool m_regionsHasBeenSet =
false;
72 bool m_allRegionsEnabled{
false};
73 bool m_allRegionsEnabledHasBeenSet =
false;
void SetRegions(RegionsT &&value)
bool RegionsHasBeenSet() const
bool AllRegionsEnabledHasBeenSet() const
RegionScope & AddRegions(RegionsT &&value)
AWS_FMS_API RegionScope & operator=(Aws::Utils::Json::JsonView jsonValue)
RegionScope & WithRegions(RegionsT &&value)
const Aws::Vector< Aws::String > & GetRegions() const
AWS_FMS_API RegionScope()=default
bool GetAllRegionsEnabled() const
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::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue