7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/datazone/DataZone_EXPORTS.h>
40 template <
typename RegionNameT = Aws::String>
42 m_regionNameHasBeenSet =
true;
43 m_regionName = std::forward<RegionNameT>(value);
45 template <
typename RegionNameT = Aws::String>
58 template <
typename RegionNamePathT = Aws::String>
60 m_regionNamePathHasBeenSet =
true;
61 m_regionNamePath = std::forward<RegionNamePathT>(value);
63 template <
typename RegionNamePathT = Aws::String>
73 bool m_regionNameHasBeenSet =
false;
74 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