AWS SDK for C++

AWS SDK for C++ Version 1.11.606

Loading...
Searching...
No Matches
GetRegistryResult.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{
14template<typename RESULT_TYPE>
15class AmazonWebServiceResult;
16
17namespace Utils
18{
19namespace Json
20{
21 class JsonValue;
22} // namespace Json
23} // namespace Utils
24namespace Glue
25{
26namespace Model
27{
29 {
30 public:
31 AWS_GLUE_API GetRegistryResult() = default;
34
35
37
40 inline const Aws::String& GetRegistryName() const { return m_registryName; }
41 template<typename RegistryNameT = Aws::String>
42 void SetRegistryName(RegistryNameT&& value) { m_registryNameHasBeenSet = true; m_registryName = std::forward<RegistryNameT>(value); }
43 template<typename RegistryNameT = Aws::String>
44 GetRegistryResult& WithRegistryName(RegistryNameT&& value) { SetRegistryName(std::forward<RegistryNameT>(value)); return *this;}
46
48
51 inline const Aws::String& GetRegistryArn() const { return m_registryArn; }
52 template<typename RegistryArnT = Aws::String>
53 void SetRegistryArn(RegistryArnT&& value) { m_registryArnHasBeenSet = true; m_registryArn = std::forward<RegistryArnT>(value); }
54 template<typename RegistryArnT = Aws::String>
55 GetRegistryResult& WithRegistryArn(RegistryArnT&& value) { SetRegistryArn(std::forward<RegistryArnT>(value)); return *this;}
57
59
62 inline const Aws::String& GetDescription() const { return m_description; }
63 template<typename DescriptionT = Aws::String>
64 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet = true; m_description = std::forward<DescriptionT>(value); }
65 template<typename DescriptionT = Aws::String>
66 GetRegistryResult& WithDescription(DescriptionT&& value) { SetDescription(std::forward<DescriptionT>(value)); return *this;}
68
70
73 inline RegistryStatus GetStatus() const { return m_status; }
74 inline void SetStatus(RegistryStatus value) { m_statusHasBeenSet = true; m_status = value; }
75 inline GetRegistryResult& WithStatus(RegistryStatus value) { SetStatus(value); return *this;}
77
79
82 inline const Aws::String& GetCreatedTime() const { return m_createdTime; }
83 template<typename CreatedTimeT = Aws::String>
84 void SetCreatedTime(CreatedTimeT&& value) { m_createdTimeHasBeenSet = true; m_createdTime = std::forward<CreatedTimeT>(value); }
85 template<typename CreatedTimeT = Aws::String>
86 GetRegistryResult& WithCreatedTime(CreatedTimeT&& value) { SetCreatedTime(std::forward<CreatedTimeT>(value)); return *this;}
88
90
93 inline const Aws::String& GetUpdatedTime() const { return m_updatedTime; }
94 template<typename UpdatedTimeT = Aws::String>
95 void SetUpdatedTime(UpdatedTimeT&& value) { m_updatedTimeHasBeenSet = true; m_updatedTime = std::forward<UpdatedTimeT>(value); }
96 template<typename UpdatedTimeT = Aws::String>
97 GetRegistryResult& WithUpdatedTime(UpdatedTimeT&& value) { SetUpdatedTime(std::forward<UpdatedTimeT>(value)); return *this;}
99
101
102 inline const Aws::String& GetRequestId() const { return m_requestId; }
103 template<typename RequestIdT = Aws::String>
104 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet = true; m_requestId = std::forward<RequestIdT>(value); }
105 template<typename RequestIdT = Aws::String>
106 GetRegistryResult& WithRequestId(RequestIdT&& value) { SetRequestId(std::forward<RequestIdT>(value)); return *this;}
108 private:
109
110 Aws::String m_registryName;
111 bool m_registryNameHasBeenSet = false;
112
113 Aws::String m_registryArn;
114 bool m_registryArnHasBeenSet = false;
115
116 Aws::String m_description;
117 bool m_descriptionHasBeenSet = false;
118
120 bool m_statusHasBeenSet = false;
121
122 Aws::String m_createdTime;
123 bool m_createdTimeHasBeenSet = false;
124
125 Aws::String m_updatedTime;
126 bool m_updatedTimeHasBeenSet = false;
127
128 Aws::String m_requestId;
129 bool m_requestIdHasBeenSet = false;
130 };
131
132} // namespace Model
133} // namespace Glue
134} // namespace Aws
void SetDescription(DescriptionT &&value)
const Aws::String & GetUpdatedTime() const
void SetCreatedTime(CreatedTimeT &&value)
void SetStatus(RegistryStatus value)
const Aws::String & GetRequestId() const
AWS_GLUE_API GetRegistryResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetRegistryResult & WithStatus(RegistryStatus value)
void SetRegistryArn(RegistryArnT &&value)
const Aws::String & GetRegistryName() const
AWS_GLUE_API GetRegistryResult()=default
GetRegistryResult & WithUpdatedTime(UpdatedTimeT &&value)
GetRegistryResult & WithDescription(DescriptionT &&value)
void SetRegistryName(RegistryNameT &&value)
void SetUpdatedTime(UpdatedTimeT &&value)
const Aws::String & GetCreatedTime() const
GetRegistryResult & WithRegistryArn(RegistryArnT &&value)
const Aws::String & GetRegistryArn() const
GetRegistryResult & WithRequestId(RequestIdT &&value)
AWS_GLUE_API GetRegistryResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetDescription() const
GetRegistryResult & WithRegistryName(RegistryNameT &&value)
GetRegistryResult & WithCreatedTime(CreatedTimeT &&value)
void SetRequestId(RequestIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue