/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include A structure containing the details for a registry.See Also:
* AWS
* API Reference
The name of the registry.
*/ inline const Aws::String& GetRegistryName() const{ return m_registryName; } /** *The name of the registry.
*/ inline bool RegistryNameHasBeenSet() const { return m_registryNameHasBeenSet; } /** *The name of the registry.
*/ inline void SetRegistryName(const Aws::String& value) { m_registryNameHasBeenSet = true; m_registryName = value; } /** *The name of the registry.
*/ inline void SetRegistryName(Aws::String&& value) { m_registryNameHasBeenSet = true; m_registryName = std::move(value); } /** *The name of the registry.
*/ inline void SetRegistryName(const char* value) { m_registryNameHasBeenSet = true; m_registryName.assign(value); } /** *The name of the registry.
*/ inline RegistryListItem& WithRegistryName(const Aws::String& value) { SetRegistryName(value); return *this;} /** *The name of the registry.
*/ inline RegistryListItem& WithRegistryName(Aws::String&& value) { SetRegistryName(std::move(value)); return *this;} /** *The name of the registry.
*/ inline RegistryListItem& WithRegistryName(const char* value) { SetRegistryName(value); return *this;} /** *The Amazon Resource Name (ARN) of the registry.
*/ inline const Aws::String& GetRegistryArn() const{ return m_registryArn; } /** *The Amazon Resource Name (ARN) of the registry.
*/ inline bool RegistryArnHasBeenSet() const { return m_registryArnHasBeenSet; } /** *The Amazon Resource Name (ARN) of the registry.
*/ inline void SetRegistryArn(const Aws::String& value) { m_registryArnHasBeenSet = true; m_registryArn = value; } /** *The Amazon Resource Name (ARN) of the registry.
*/ inline void SetRegistryArn(Aws::String&& value) { m_registryArnHasBeenSet = true; m_registryArn = std::move(value); } /** *The Amazon Resource Name (ARN) of the registry.
*/ inline void SetRegistryArn(const char* value) { m_registryArnHasBeenSet = true; m_registryArn.assign(value); } /** *The Amazon Resource Name (ARN) of the registry.
*/ inline RegistryListItem& WithRegistryArn(const Aws::String& value) { SetRegistryArn(value); return *this;} /** *The Amazon Resource Name (ARN) of the registry.
*/ inline RegistryListItem& WithRegistryArn(Aws::String&& value) { SetRegistryArn(std::move(value)); return *this;} /** *The Amazon Resource Name (ARN) of the registry.
*/ inline RegistryListItem& WithRegistryArn(const char* value) { SetRegistryArn(value); return *this;} /** *A description of the registry.
*/ inline const Aws::String& GetDescription() const{ return m_description; } /** *A description of the registry.
*/ inline bool DescriptionHasBeenSet() const { return m_descriptionHasBeenSet; } /** *A description of the registry.
*/ inline void SetDescription(const Aws::String& value) { m_descriptionHasBeenSet = true; m_description = value; } /** *A description of the registry.
*/ inline void SetDescription(Aws::String&& value) { m_descriptionHasBeenSet = true; m_description = std::move(value); } /** *A description of the registry.
*/ inline void SetDescription(const char* value) { m_descriptionHasBeenSet = true; m_description.assign(value); } /** *A description of the registry.
*/ inline RegistryListItem& WithDescription(const Aws::String& value) { SetDescription(value); return *this;} /** *A description of the registry.
*/ inline RegistryListItem& WithDescription(Aws::String&& value) { SetDescription(std::move(value)); return *this;} /** *A description of the registry.
*/ inline RegistryListItem& WithDescription(const char* value) { SetDescription(value); return *this;} /** *The status of the registry.
*/ inline const RegistryStatus& GetStatus() const{ return m_status; } /** *The status of the registry.
*/ inline bool StatusHasBeenSet() const { return m_statusHasBeenSet; } /** *The status of the registry.
*/ inline void SetStatus(const RegistryStatus& value) { m_statusHasBeenSet = true; m_status = value; } /** *The status of the registry.
*/ inline void SetStatus(RegistryStatus&& value) { m_statusHasBeenSet = true; m_status = std::move(value); } /** *The status of the registry.
*/ inline RegistryListItem& WithStatus(const RegistryStatus& value) { SetStatus(value); return *this;} /** *The status of the registry.
*/ inline RegistryListItem& WithStatus(RegistryStatus&& value) { SetStatus(std::move(value)); return *this;} /** *The data the registry was created.
*/ inline const Aws::String& GetCreatedTime() const{ return m_createdTime; } /** *The data the registry was created.
*/ inline bool CreatedTimeHasBeenSet() const { return m_createdTimeHasBeenSet; } /** *The data the registry was created.
*/ inline void SetCreatedTime(const Aws::String& value) { m_createdTimeHasBeenSet = true; m_createdTime = value; } /** *The data the registry was created.
*/ inline void SetCreatedTime(Aws::String&& value) { m_createdTimeHasBeenSet = true; m_createdTime = std::move(value); } /** *The data the registry was created.
*/ inline void SetCreatedTime(const char* value) { m_createdTimeHasBeenSet = true; m_createdTime.assign(value); } /** *The data the registry was created.
*/ inline RegistryListItem& WithCreatedTime(const Aws::String& value) { SetCreatedTime(value); return *this;} /** *The data the registry was created.
*/ inline RegistryListItem& WithCreatedTime(Aws::String&& value) { SetCreatedTime(std::move(value)); return *this;} /** *The data the registry was created.
*/ inline RegistryListItem& WithCreatedTime(const char* value) { SetCreatedTime(value); return *this;} /** *The date the registry was updated.
*/ inline const Aws::String& GetUpdatedTime() const{ return m_updatedTime; } /** *The date the registry was updated.
*/ inline bool UpdatedTimeHasBeenSet() const { return m_updatedTimeHasBeenSet; } /** *The date the registry was updated.
*/ inline void SetUpdatedTime(const Aws::String& value) { m_updatedTimeHasBeenSet = true; m_updatedTime = value; } /** *The date the registry was updated.
*/ inline void SetUpdatedTime(Aws::String&& value) { m_updatedTimeHasBeenSet = true; m_updatedTime = std::move(value); } /** *The date the registry was updated.
*/ inline void SetUpdatedTime(const char* value) { m_updatedTimeHasBeenSet = true; m_updatedTime.assign(value); } /** *The date the registry was updated.
*/ inline RegistryListItem& WithUpdatedTime(const Aws::String& value) { SetUpdatedTime(value); return *this;} /** *The date the registry was updated.
*/ inline RegistryListItem& WithUpdatedTime(Aws::String&& value) { SetUpdatedTime(std::move(value)); return *this;} /** *The date the registry was updated.
*/ inline RegistryListItem& WithUpdatedTime(const char* value) { SetUpdatedTime(value); return *this;} private: Aws::String m_registryName; bool m_registryNameHasBeenSet = false; Aws::String m_registryArn; bool m_registryArnHasBeenSet = false; Aws::String m_description; bool m_descriptionHasBeenSet = false; RegistryStatus m_status; bool m_statusHasBeenSet = false; Aws::String m_createdTime; bool m_createdTimeHasBeenSet = false; Aws::String m_updatedTime; bool m_updatedTimeHasBeenSet = false; }; } // namespace Model } // namespace Glue } // namespace Aws