7#include <aws/glue/Glue_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/glue/model/RegistryStatus.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>
60 template<
typename RegistryArnT = Aws::String>
61 void SetRegistryArn(RegistryArnT&& value) { m_registryArnHasBeenSet =
true; m_registryArn = std::forward<RegistryArnT>(value); }
62 template<
typename RegistryArnT = Aws::String>
72 template<
typename DescriptionT = Aws::String>
73 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
74 template<
typename DescriptionT = Aws::String>
94 template<
typename CreatedTimeT = Aws::String>
95 void SetCreatedTime(CreatedTimeT&& value) { m_createdTimeHasBeenSet =
true; m_createdTime = std::forward<CreatedTimeT>(value); }
96 template<
typename CreatedTimeT = Aws::String>
106 template<
typename UpdatedTimeT = Aws::String>
107 void SetUpdatedTime(UpdatedTimeT&& value) { m_updatedTimeHasBeenSet =
true; m_updatedTime = std::forward<UpdatedTimeT>(value); }
108 template<
typename UpdatedTimeT = Aws::String>
114 bool m_registryNameHasBeenSet =
false;
117 bool m_registryArnHasBeenSet =
false;
120 bool m_descriptionHasBeenSet =
false;
123 bool m_statusHasBeenSet =
false;
126 bool m_createdTimeHasBeenSet =
false;
129 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