7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/fms/FMS_EXPORTS.h>
43 template <
typename RegionsT = Aws::Vector<Aws::String>>
45 m_regionsHasBeenSet =
true;
46 m_regions = std::forward<RegionsT>(value);
48 template <
typename RegionsT = Aws::Vector<Aws::String>>
53 template <
typename RegionsT = Aws::String>
55 m_regionsHasBeenSet =
true;
56 m_regions.emplace_back(std::forward<RegionsT>(value));
69 m_allRegionsEnabledHasBeenSet =
true;
70 m_allRegionsEnabled = value;
80 bool m_allRegionsEnabled{
false};
81 bool m_regionsHasBeenSet =
false;
82 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