7#include <aws/glue/Glue_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
50 inline void SetRegistryName(
const char* value) { m_registryNameHasBeenSet =
true; m_registryName.assign(value); }
65 inline void SetRegistryArn(
const char* value) { m_registryArnHasBeenSet =
true; m_registryArn.assign(value); }
73 bool m_registryNameHasBeenSet =
false;
76 bool m_registryArnHasBeenSet =
false;
RegistryId & WithRegistryArn(const Aws::String &value)
bool RegistryArnHasBeenSet() const
AWS_GLUE_API RegistryId(Aws::Utils::Json::JsonView jsonValue)
RegistryId & WithRegistryArn(Aws::String &&value)
AWS_GLUE_API RegistryId & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetRegistryArn(const Aws::String &value)
void SetRegistryName(const char *value)
AWS_GLUE_API Aws::Utils::Json::JsonValue Jsonize() const
RegistryId & WithRegistryArn(const char *value)
void SetRegistryArn(const char *value)
bool RegistryNameHasBeenSet() const
RegistryId & WithRegistryName(Aws::String &&value)
const Aws::String & GetRegistryArn() const
void SetRegistryArn(Aws::String &&value)
RegistryId & WithRegistryName(const char *value)
void SetRegistryName(Aws::String &&value)
void SetRegistryName(const Aws::String &value)
const Aws::String & GetRegistryName() const
RegistryId & WithRegistryName(const Aws::String &value)
AWS_GLUE_API RegistryId()
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue