AWS SDK for C++

AWS SDK for C++ Version 1.11.440

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();
34
35
37
40 inline const Aws::String& GetRegistryName() const{ return m_registryName; }
41 inline void SetRegistryName(const Aws::String& value) { m_registryName = value; }
42 inline void SetRegistryName(Aws::String&& value) { m_registryName = std::move(value); }
43 inline void SetRegistryName(const char* value) { m_registryName.assign(value); }
44 inline GetRegistryResult& WithRegistryName(const Aws::String& value) { SetRegistryName(value); return *this;}
45 inline GetRegistryResult& WithRegistryName(Aws::String&& value) { SetRegistryName(std::move(value)); return *this;}
46 inline GetRegistryResult& WithRegistryName(const char* value) { SetRegistryName(value); return *this;}
48
50
53 inline const Aws::String& GetRegistryArn() const{ return m_registryArn; }
54 inline void SetRegistryArn(const Aws::String& value) { m_registryArn = value; }
55 inline void SetRegistryArn(Aws::String&& value) { m_registryArn = std::move(value); }
56 inline void SetRegistryArn(const char* value) { m_registryArn.assign(value); }
57 inline GetRegistryResult& WithRegistryArn(const Aws::String& value) { SetRegistryArn(value); return *this;}
58 inline GetRegistryResult& WithRegistryArn(Aws::String&& value) { SetRegistryArn(std::move(value)); return *this;}
59 inline GetRegistryResult& WithRegistryArn(const char* value) { SetRegistryArn(value); return *this;}
61
63
66 inline const Aws::String& GetDescription() const{ return m_description; }
67 inline void SetDescription(const Aws::String& value) { m_description = value; }
68 inline void SetDescription(Aws::String&& value) { m_description = std::move(value); }
69 inline void SetDescription(const char* value) { m_description.assign(value); }
70 inline GetRegistryResult& WithDescription(const Aws::String& value) { SetDescription(value); return *this;}
71 inline GetRegistryResult& WithDescription(Aws::String&& value) { SetDescription(std::move(value)); return *this;}
72 inline GetRegistryResult& WithDescription(const char* value) { SetDescription(value); return *this;}
74
76
79 inline const RegistryStatus& GetStatus() const{ return m_status; }
80 inline void SetStatus(const RegistryStatus& value) { m_status = value; }
81 inline void SetStatus(RegistryStatus&& value) { m_status = std::move(value); }
82 inline GetRegistryResult& WithStatus(const RegistryStatus& value) { SetStatus(value); return *this;}
83 inline GetRegistryResult& WithStatus(RegistryStatus&& value) { SetStatus(std::move(value)); return *this;}
85
87
90 inline const Aws::String& GetCreatedTime() const{ return m_createdTime; }
91 inline void SetCreatedTime(const Aws::String& value) { m_createdTime = value; }
92 inline void SetCreatedTime(Aws::String&& value) { m_createdTime = std::move(value); }
93 inline void SetCreatedTime(const char* value) { m_createdTime.assign(value); }
94 inline GetRegistryResult& WithCreatedTime(const Aws::String& value) { SetCreatedTime(value); return *this;}
95 inline GetRegistryResult& WithCreatedTime(Aws::String&& value) { SetCreatedTime(std::move(value)); return *this;}
96 inline GetRegistryResult& WithCreatedTime(const char* value) { SetCreatedTime(value); return *this;}
98
100
103 inline const Aws::String& GetUpdatedTime() const{ return m_updatedTime; }
104 inline void SetUpdatedTime(const Aws::String& value) { m_updatedTime = value; }
105 inline void SetUpdatedTime(Aws::String&& value) { m_updatedTime = std::move(value); }
106 inline void SetUpdatedTime(const char* value) { m_updatedTime.assign(value); }
107 inline GetRegistryResult& WithUpdatedTime(const Aws::String& value) { SetUpdatedTime(value); return *this;}
108 inline GetRegistryResult& WithUpdatedTime(Aws::String&& value) { SetUpdatedTime(std::move(value)); return *this;}
109 inline GetRegistryResult& WithUpdatedTime(const char* value) { SetUpdatedTime(value); return *this;}
111
113
114 inline const Aws::String& GetRequestId() const{ return m_requestId; }
115 inline void SetRequestId(const Aws::String& value) { m_requestId = value; }
116 inline void SetRequestId(Aws::String&& value) { m_requestId = std::move(value); }
117 inline void SetRequestId(const char* value) { m_requestId.assign(value); }
118 inline GetRegistryResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;}
119 inline GetRegistryResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;}
120 inline GetRegistryResult& WithRequestId(const char* value) { SetRequestId(value); return *this;}
122 private:
123
124 Aws::String m_registryName;
125
126 Aws::String m_registryArn;
127
128 Aws::String m_description;
129
130 RegistryStatus m_status;
131
132 Aws::String m_createdTime;
133
134 Aws::String m_updatedTime;
135
136 Aws::String m_requestId;
137 };
138
139} // namespace Model
140} // namespace Glue
141} // namespace Aws
void SetRegistryName(Aws::String &&value)
void SetUpdatedTime(Aws::String &&value)
void SetUpdatedTime(const Aws::String &value)
const RegistryStatus & GetStatus() const
void SetDescription(Aws::String &&value)
void SetStatus(const RegistryStatus &value)
GetRegistryResult & WithDescription(Aws::String &&value)
GetRegistryResult & WithRegistryArn(const char *value)
GetRegistryResult & WithUpdatedTime(const Aws::String &value)
GetRegistryResult & WithRegistryName(const char *value)
void SetCreatedTime(const char *value)
GetRegistryResult & WithCreatedTime(const Aws::String &value)
const Aws::String & GetUpdatedTime() const
const Aws::String & GetRequestId() const
GetRegistryResult & WithRegistryArn(Aws::String &&value)
GetRegistryResult & WithRequestId(const Aws::String &value)
GetRegistryResult & WithRequestId(Aws::String &&value)
void SetRequestId(Aws::String &&value)
AWS_GLUE_API GetRegistryResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetRegistryResult & WithUpdatedTime(const char *value)
void SetRegistryName(const Aws::String &value)
void SetRegistryArn(Aws::String &&value)
const Aws::String & GetRegistryName() const
GetRegistryResult & WithRequestId(const char *value)
GetRegistryResult & WithDescription(const Aws::String &value)
void SetRegistryArn(const Aws::String &value)
GetRegistryResult & WithUpdatedTime(Aws::String &&value)
void SetDescription(const Aws::String &value)
void SetRegistryName(const char *value)
void SetRegistryArn(const char *value)
const Aws::String & GetCreatedTime() const
GetRegistryResult & WithStatus(const RegistryStatus &value)
const Aws::String & GetRegistryArn() const
GetRegistryResult & WithRegistryName(const Aws::String &value)
GetRegistryResult & WithRegistryName(Aws::String &&value)
GetRegistryResult & WithDescription(const char *value)
void SetStatus(RegistryStatus &&value)
GetRegistryResult & WithRegistryArn(const Aws::String &value)
GetRegistryResult & WithStatus(RegistryStatus &&value)
void SetCreatedTime(const Aws::String &value)
AWS_GLUE_API GetRegistryResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetDescription() const
void SetDescription(const char *value)
GetRegistryResult & WithCreatedTime(Aws::String &&value)
GetRegistryResult & WithCreatedTime(const char *value)
void SetCreatedTime(Aws::String &&value)
void SetRequestId(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue