7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/glue/Glue_EXPORTS.h>
42 template <
typename RegistryNameT = Aws::String>
44 m_registryNameHasBeenSet =
true;
45 m_registryName = std::forward<RegistryNameT>(value);
47 template <
typename RegistryNameT = Aws::String>
61 template <
typename RegistryArnT = Aws::String>
63 m_registryArnHasBeenSet =
true;
64 m_registryArn = std::forward<RegistryArnT>(value);
66 template <
typename RegistryArnT = Aws::String>
74 bool m_registryNameHasBeenSet =
false;
77 bool m_registryArnHasBeenSet =
false;
bool RegistryArnHasBeenSet() const
AWS_GLUE_API RegistryId(Aws::Utils::Json::JsonView jsonValue)
void SetRegistryArn(RegistryArnT &&value)
AWS_GLUE_API RegistryId & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_GLUE_API Aws::Utils::Json::JsonValue Jsonize() const
bool RegistryNameHasBeenSet() const
const Aws::String & GetRegistryArn() const
AWS_GLUE_API RegistryId()=default
RegistryId & WithRegistryArn(RegistryArnT &&value)
RegistryId & WithRegistryName(RegistryNameT &&value)
const Aws::String & GetRegistryName() const
void SetRegistryName(RegistryNameT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue