AWS SDK for C++

AWS SDK for C++ Version 1.11.606

Loading...
Searching...
No Matches
RegistryListItem.h
1
6#pragma once
7#include <aws/glue/Glue_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/glue/model/RegistryStatus.h>
10#include <utility>
11
12namespace Aws
13{
14namespace Utils
15{
16namespace Json
17{
18 class JsonValue;
19 class JsonView;
20} // namespace Json
21} // namespace Utils
22namespace Glue
23{
24namespace Model
25{
26
34 {
35 public:
36 AWS_GLUE_API RegistryListItem() = default;
40
41
43
46 inline const Aws::String& GetRegistryName() const { return m_registryName; }
47 inline bool RegistryNameHasBeenSet() const { return m_registryNameHasBeenSet; }
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>
51 RegistryListItem& WithRegistryName(RegistryNameT&& value) { SetRegistryName(std::forward<RegistryNameT>(value)); return *this;}
53
55
58 inline const Aws::String& GetRegistryArn() const { return m_registryArn; }
59 inline bool RegistryArnHasBeenSet() const { return m_registryArnHasBeenSet; }
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>
63 RegistryListItem& WithRegistryArn(RegistryArnT&& value) { SetRegistryArn(std::forward<RegistryArnT>(value)); return *this;}
65
67
70 inline const Aws::String& GetDescription() const { return m_description; }
71 inline bool DescriptionHasBeenSet() const { return m_descriptionHasBeenSet; }
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>
75 RegistryListItem& WithDescription(DescriptionT&& value) { SetDescription(std::forward<DescriptionT>(value)); return *this;}
77
79
82 inline RegistryStatus GetStatus() const { return m_status; }
83 inline bool StatusHasBeenSet() const { return m_statusHasBeenSet; }
84 inline void SetStatus(RegistryStatus value) { m_statusHasBeenSet = true; m_status = value; }
85 inline RegistryListItem& WithStatus(RegistryStatus value) { SetStatus(value); return *this;}
87
89
92 inline const Aws::String& GetCreatedTime() const { return m_createdTime; }
93 inline bool CreatedTimeHasBeenSet() const { return m_createdTimeHasBeenSet; }
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>
97 RegistryListItem& WithCreatedTime(CreatedTimeT&& value) { SetCreatedTime(std::forward<CreatedTimeT>(value)); return *this;}
99
101
104 inline const Aws::String& GetUpdatedTime() const { return m_updatedTime; }
105 inline bool UpdatedTimeHasBeenSet() const { return m_updatedTimeHasBeenSet; }
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>
109 RegistryListItem& WithUpdatedTime(UpdatedTimeT&& value) { SetUpdatedTime(std::forward<UpdatedTimeT>(value)); return *this;}
111 private:
112
113 Aws::String m_registryName;
114 bool m_registryNameHasBeenSet = false;
115
116 Aws::String m_registryArn;
117 bool m_registryArnHasBeenSet = false;
118
119 Aws::String m_description;
120 bool m_descriptionHasBeenSet = false;
121
123 bool m_statusHasBeenSet = false;
124
125 Aws::String m_createdTime;
126 bool m_createdTimeHasBeenSet = false;
127
128 Aws::String m_updatedTime;
129 bool m_updatedTimeHasBeenSet = false;
130 };
131
132} // namespace Model
133} // namespace Glue
134} // namespace Aws
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)
const Aws::String & GetDescription() const
RegistryListItem & WithRegistryArn(RegistryArnT &&value)
void SetDescription(DescriptionT &&value)
const Aws::String & GetRegistryArn() 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
void SetCreatedTime(CreatedTimeT &&value)
AWS_GLUE_API Aws::Utils::Json::JsonValue Jsonize() const
RegistryListItem & WithCreatedTime(CreatedTimeT &&value)
const Aws::String & GetCreatedTime() const
const Aws::String & GetRegistryName() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue