7#include <aws/glue/Glue_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/glue/model/RegistryStatus.h>
50 inline void SetRegistryName(
const char* value) { m_registryNameHasBeenSet =
true; m_registryName.assign(value); }
64 inline void SetRegistryArn(
const char* value) { m_registryArnHasBeenSet =
true; m_registryArn.assign(value); }
78 inline void SetDescription(
const char* value) { m_descriptionHasBeenSet =
true; m_description.assign(value); }
104 inline void SetCreatedTime(
const char* value) { m_createdTimeHasBeenSet =
true; m_createdTime.assign(value); }
118 inline void SetUpdatedTime(
const char* value) { m_updatedTimeHasBeenSet =
true; m_updatedTime.assign(value); }
126 bool m_registryNameHasBeenSet =
false;
129 bool m_registryArnHasBeenSet =
false;
132 bool m_descriptionHasBeenSet =
false;
135 bool m_statusHasBeenSet =
false;
138 bool m_createdTimeHasBeenSet =
false;
141 bool m_updatedTimeHasBeenSet =
false;
void SetUpdatedTime(const Aws::String &value)
bool CreatedTimeHasBeenSet() const
AWS_GLUE_API RegistryListItem(Aws::Utils::Json::JsonView jsonValue)
void SetStatus(const RegistryStatus &value)
AWS_GLUE_API RegistryListItem & operator=(Aws::Utils::Json::JsonView jsonValue)
RegistryListItem & WithRegistryArn(const char *value)
void SetRegistryArn(const Aws::String &value)
void SetUpdatedTime(Aws::String &&value)
RegistryListItem & WithCreatedTime(const Aws::String &value)
void SetStatus(RegistryStatus &&value)
const Aws::String & GetDescription() const
void SetRegistryArn(const char *value)
RegistryListItem & WithCreatedTime(Aws::String &&value)
RegistryListItem & WithStatus(const RegistryStatus &value)
void SetDescription(const Aws::String &value)
void SetCreatedTime(Aws::String &&value)
RegistryListItem & WithUpdatedTime(Aws::String &&value)
void SetRegistryArn(Aws::String &&value)
const RegistryStatus & GetStatus() const
void SetCreatedTime(const char *value)
AWS_GLUE_API RegistryListItem()
RegistryListItem & WithCreatedTime(const char *value)
RegistryListItem & WithRegistryName(const char *value)
RegistryListItem & WithRegistryName(Aws::String &&value)
bool RegistryNameHasBeenSet() const
const Aws::String & GetRegistryArn() const
bool UpdatedTimeHasBeenSet() const
void SetDescription(Aws::String &&value)
RegistryListItem & WithUpdatedTime(const char *value)
void SetCreatedTime(const Aws::String &value)
RegistryListItem & WithUpdatedTime(const Aws::String &value)
void SetRegistryName(const Aws::String &value)
void SetRegistryName(const char *value)
RegistryListItem & WithRegistryArn(const Aws::String &value)
RegistryListItem & WithDescription(const Aws::String &value)
const Aws::String & GetUpdatedTime() const
RegistryListItem & WithDescription(const char *value)
void SetUpdatedTime(const char *value)
void SetRegistryName(Aws::String &&value)
RegistryListItem & WithStatus(RegistryStatus &&value)
RegistryListItem & WithRegistryArn(Aws::String &&value)
bool RegistryArnHasBeenSet() const
AWS_GLUE_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetCreatedTime() const
bool DescriptionHasBeenSet() const
RegistryListItem & WithDescription(Aws::String &&value)
const Aws::String & GetRegistryName() const
bool StatusHasBeenSet() const
RegistryListItem & WithRegistryName(const Aws::String &value)
void SetDescription(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue