7#include <aws/datazone/DataZone_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
46 template<
typename RegionNameT = Aws::String>
47 void SetRegionName(RegionNameT&& value) { m_regionNameHasBeenSet =
true; m_regionName = std::forward<RegionNameT>(value); }
48 template<
typename RegionNameT = Aws::String>
58 template<
typename RegionNamePathT = Aws::String>
59 void SetRegionNamePath(RegionNamePathT&& value) { m_regionNamePathHasBeenSet =
true; m_regionNamePath = std::forward<RegionNamePathT>(value); }
60 template<
typename RegionNamePathT = Aws::String>
66 bool m_regionNameHasBeenSet =
false;
69 bool m_regionNamePathHasBeenSet =
false;
const Aws::String & GetRegionName() const
void SetRegionNamePath(RegionNamePathT &&value)
void SetRegionName(RegionNameT &&value)
bool RegionNamePathHasBeenSet() const
const Aws::String & GetRegionNamePath() const
AWS_DATAZONE_API Aws::Utils::Json::JsonValue Jsonize() const
Region & WithRegionName(RegionNameT &&value)
AWS_DATAZONE_API Region(Aws::Utils::Json::JsonView jsonValue)
AWS_DATAZONE_API Region()=default
bool RegionNameHasBeenSet() const
AWS_DATAZONE_API Region & operator=(Aws::Utils::Json::JsonView jsonValue)
Region & WithRegionNamePath(RegionNamePathT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue