7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/glue/Glue_EXPORTS.h>
9#include <aws/glue/model/RegistryStatus.h>
42 template <
typename RegistryNameT = Aws::String>
44 m_registryNameHasBeenSet =
true;
45 m_registryName = std::forward<RegistryNameT>(value);
47 template <
typename RegistryNameT = Aws::String>
60 template <
typename RegistryArnT = Aws::String>
62 m_registryArnHasBeenSet =
true;
63 m_registryArn = std::forward<RegistryArnT>(value);
65 template <
typename RegistryArnT = Aws::String>
78 template <
typename DescriptionT = Aws::String>
80 m_descriptionHasBeenSet =
true;
81 m_description = std::forward<DescriptionT>(value);
83 template <
typename DescriptionT = Aws::String>
97 m_statusHasBeenSet =
true;
112 template <
typename CreatedTimeT = Aws::String>
114 m_createdTimeHasBeenSet =
true;
115 m_createdTime = std::forward<CreatedTimeT>(value);
117 template <
typename CreatedTimeT = Aws::String>
130 template <
typename UpdatedTimeT = Aws::String>
132 m_updatedTimeHasBeenSet =
true;
133 m_updatedTime = std::forward<UpdatedTimeT>(value);
135 template <
typename UpdatedTimeT = Aws::String>
153 bool m_registryNameHasBeenSet =
false;
154 bool m_registryArnHasBeenSet =
false;
155 bool m_descriptionHasBeenSet =
false;
156 bool m_statusHasBeenSet =
false;
157 bool m_createdTimeHasBeenSet =
false;
158 bool m_updatedTimeHasBeenSet =
false;
bool CreatedTimeHasBeenSet() const
AWS_GLUE_API RegistryListItem(Aws::Utils::Json::JsonView jsonValue)
AWS_GLUE_API RegistryListItem & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetRegistryArn(RegistryArnT &&value)
RegistryListItem & WithUpdatedTime(UpdatedTimeT &&value)
RegistryStatus GetStatus() const
const Aws::String & GetDescription() const
RegistryListItem & WithRegistryArn(RegistryArnT &&value)
void SetDescription(DescriptionT &&value)
bool RegistryNameHasBeenSet() const
const Aws::String & GetRegistryArn() const
bool UpdatedTimeHasBeenSet() const
void SetUpdatedTime(UpdatedTimeT &&value)
void SetRegistryName(RegistryNameT &&value)
AWS_GLUE_API RegistryListItem()=default
RegistryListItem & WithStatus(RegistryStatus value)
RegistryListItem & WithDescription(DescriptionT &&value)
RegistryListItem & WithRegistryName(RegistryNameT &&value)
void SetStatus(RegistryStatus value)
const Aws::String & GetUpdatedTime() const
bool RegistryArnHasBeenSet() const
void SetCreatedTime(CreatedTimeT &&value)
AWS_GLUE_API Aws::Utils::Json::JsonValue Jsonize() const
RegistryListItem & WithCreatedTime(CreatedTimeT &&value)
const Aws::String & GetCreatedTime() const
bool DescriptionHasBeenSet() const
const Aws::String & GetRegistryName() const
bool StatusHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue