7#include <aws/glue/Glue_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
48 template<
typename RegistryNameT = Aws::String>
49 void SetRegistryName(RegistryNameT&& value) { m_registryNameHasBeenSet =
true; m_registryName = std::forward<RegistryNameT>(value); }
50 template<
typename RegistryNameT = Aws::String>
61 template<
typename RegistryArnT = Aws::String>
62 void SetRegistryArn(RegistryArnT&& value) { m_registryArnHasBeenSet =
true; m_registryArn = std::forward<RegistryArnT>(value); }
63 template<
typename RegistryArnT = Aws::String>
69 bool m_registryNameHasBeenSet =
false;
72 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