AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
ResetGraphResult.h
1
6#pragma once
7#include <aws/neptune-graph/NeptuneGraph_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/neptune-graph/model/GraphStatus.h>
10#include <aws/core/utils/DateTime.h>
11#include <aws/neptune-graph/model/VectorSearchConfiguration.h>
12#include <utility>
13
14namespace Aws
15{
16template<typename RESULT_TYPE>
17class AmazonWebServiceResult;
18
19namespace Utils
20{
21namespace Json
22{
23 class JsonValue;
24} // namespace Json
25} // namespace Utils
26namespace NeptuneGraph
27{
28namespace Model
29{
31 {
32 public:
33 AWS_NEPTUNEGRAPH_API ResetGraphResult();
36
37
39
42 inline const Aws::String& GetId() const{ return m_id; }
43 inline void SetId(const Aws::String& value) { m_id = value; }
44 inline void SetId(Aws::String&& value) { m_id = std::move(value); }
45 inline void SetId(const char* value) { m_id.assign(value); }
46 inline ResetGraphResult& WithId(const Aws::String& value) { SetId(value); return *this;}
47 inline ResetGraphResult& WithId(Aws::String&& value) { SetId(std::move(value)); return *this;}
48 inline ResetGraphResult& WithId(const char* value) { SetId(value); return *this;}
50
52
55 inline const Aws::String& GetName() const{ return m_name; }
56 inline void SetName(const Aws::String& value) { m_name = value; }
57 inline void SetName(Aws::String&& value) { m_name = std::move(value); }
58 inline void SetName(const char* value) { m_name.assign(value); }
59 inline ResetGraphResult& WithName(const Aws::String& value) { SetName(value); return *this;}
60 inline ResetGraphResult& WithName(Aws::String&& value) { SetName(std::move(value)); return *this;}
61 inline ResetGraphResult& WithName(const char* value) { SetName(value); return *this;}
63
65
68 inline const Aws::String& GetArn() const{ return m_arn; }
69 inline void SetArn(const Aws::String& value) { m_arn = value; }
70 inline void SetArn(Aws::String&& value) { m_arn = std::move(value); }
71 inline void SetArn(const char* value) { m_arn.assign(value); }
72 inline ResetGraphResult& WithArn(const Aws::String& value) { SetArn(value); return *this;}
73 inline ResetGraphResult& WithArn(Aws::String&& value) { SetArn(std::move(value)); return *this;}
74 inline ResetGraphResult& WithArn(const char* value) { SetArn(value); return *this;}
76
78
81 inline const GraphStatus& GetStatus() const{ return m_status; }
82 inline void SetStatus(const GraphStatus& value) { m_status = value; }
83 inline void SetStatus(GraphStatus&& value) { m_status = std::move(value); }
84 inline ResetGraphResult& WithStatus(const GraphStatus& value) { SetStatus(value); return *this;}
85 inline ResetGraphResult& WithStatus(GraphStatus&& value) { SetStatus(std::move(value)); return *this;}
87
89
92 inline const Aws::String& GetStatusReason() const{ return m_statusReason; }
93 inline void SetStatusReason(const Aws::String& value) { m_statusReason = value; }
94 inline void SetStatusReason(Aws::String&& value) { m_statusReason = std::move(value); }
95 inline void SetStatusReason(const char* value) { m_statusReason.assign(value); }
96 inline ResetGraphResult& WithStatusReason(const Aws::String& value) { SetStatusReason(value); return *this;}
97 inline ResetGraphResult& WithStatusReason(Aws::String&& value) { SetStatusReason(std::move(value)); return *this;}
98 inline ResetGraphResult& WithStatusReason(const char* value) { SetStatusReason(value); return *this;}
100
102
105 inline const Aws::Utils::DateTime& GetCreateTime() const{ return m_createTime; }
106 inline void SetCreateTime(const Aws::Utils::DateTime& value) { m_createTime = value; }
107 inline void SetCreateTime(Aws::Utils::DateTime&& value) { m_createTime = std::move(value); }
108 inline ResetGraphResult& WithCreateTime(const Aws::Utils::DateTime& value) { SetCreateTime(value); return *this;}
109 inline ResetGraphResult& WithCreateTime(Aws::Utils::DateTime&& value) { SetCreateTime(std::move(value)); return *this;}
111
113
117 inline int GetProvisionedMemory() const{ return m_provisionedMemory; }
118 inline void SetProvisionedMemory(int value) { m_provisionedMemory = value; }
119 inline ResetGraphResult& WithProvisionedMemory(int value) { SetProvisionedMemory(value); return *this;}
121
123
126 inline const Aws::String& GetEndpoint() const{ return m_endpoint; }
127 inline void SetEndpoint(const Aws::String& value) { m_endpoint = value; }
128 inline void SetEndpoint(Aws::String&& value) { m_endpoint = std::move(value); }
129 inline void SetEndpoint(const char* value) { m_endpoint.assign(value); }
130 inline ResetGraphResult& WithEndpoint(const Aws::String& value) { SetEndpoint(value); return *this;}
131 inline ResetGraphResult& WithEndpoint(Aws::String&& value) { SetEndpoint(std::move(value)); return *this;}
132 inline ResetGraphResult& WithEndpoint(const char* value) { SetEndpoint(value); return *this;}
134
136
139 inline bool GetPublicConnectivity() const{ return m_publicConnectivity; }
140 inline void SetPublicConnectivity(bool value) { m_publicConnectivity = value; }
141 inline ResetGraphResult& WithPublicConnectivity(bool value) { SetPublicConnectivity(value); return *this;}
143
145
146 inline const VectorSearchConfiguration& GetVectorSearchConfiguration() const{ return m_vectorSearchConfiguration; }
147 inline void SetVectorSearchConfiguration(const VectorSearchConfiguration& value) { m_vectorSearchConfiguration = value; }
148 inline void SetVectorSearchConfiguration(VectorSearchConfiguration&& value) { m_vectorSearchConfiguration = std::move(value); }
152
154
157 inline int GetReplicaCount() const{ return m_replicaCount; }
158 inline void SetReplicaCount(int value) { m_replicaCount = value; }
159 inline ResetGraphResult& WithReplicaCount(int value) { SetReplicaCount(value); return *this;}
161
163
166 inline const Aws::String& GetKmsKeyIdentifier() const{ return m_kmsKeyIdentifier; }
167 inline void SetKmsKeyIdentifier(const Aws::String& value) { m_kmsKeyIdentifier = value; }
168 inline void SetKmsKeyIdentifier(Aws::String&& value) { m_kmsKeyIdentifier = std::move(value); }
169 inline void SetKmsKeyIdentifier(const char* value) { m_kmsKeyIdentifier.assign(value); }
170 inline ResetGraphResult& WithKmsKeyIdentifier(const Aws::String& value) { SetKmsKeyIdentifier(value); return *this;}
171 inline ResetGraphResult& WithKmsKeyIdentifier(Aws::String&& value) { SetKmsKeyIdentifier(std::move(value)); return *this;}
172 inline ResetGraphResult& WithKmsKeyIdentifier(const char* value) { SetKmsKeyIdentifier(value); return *this;}
174
176
179 inline const Aws::String& GetSourceSnapshotId() const{ return m_sourceSnapshotId; }
180 inline void SetSourceSnapshotId(const Aws::String& value) { m_sourceSnapshotId = value; }
181 inline void SetSourceSnapshotId(Aws::String&& value) { m_sourceSnapshotId = std::move(value); }
182 inline void SetSourceSnapshotId(const char* value) { m_sourceSnapshotId.assign(value); }
183 inline ResetGraphResult& WithSourceSnapshotId(const Aws::String& value) { SetSourceSnapshotId(value); return *this;}
184 inline ResetGraphResult& WithSourceSnapshotId(Aws::String&& value) { SetSourceSnapshotId(std::move(value)); return *this;}
185 inline ResetGraphResult& WithSourceSnapshotId(const char* value) { SetSourceSnapshotId(value); return *this;}
187
189
192 inline bool GetDeletionProtection() const{ return m_deletionProtection; }
193 inline void SetDeletionProtection(bool value) { m_deletionProtection = value; }
194 inline ResetGraphResult& WithDeletionProtection(bool value) { SetDeletionProtection(value); return *this;}
196
198
201 inline const Aws::String& GetBuildNumber() const{ return m_buildNumber; }
202 inline void SetBuildNumber(const Aws::String& value) { m_buildNumber = value; }
203 inline void SetBuildNumber(Aws::String&& value) { m_buildNumber = std::move(value); }
204 inline void SetBuildNumber(const char* value) { m_buildNumber.assign(value); }
205 inline ResetGraphResult& WithBuildNumber(const Aws::String& value) { SetBuildNumber(value); return *this;}
206 inline ResetGraphResult& WithBuildNumber(Aws::String&& value) { SetBuildNumber(std::move(value)); return *this;}
207 inline ResetGraphResult& WithBuildNumber(const char* value) { SetBuildNumber(value); return *this;}
209
211
212 inline const Aws::String& GetRequestId() const{ return m_requestId; }
213 inline void SetRequestId(const Aws::String& value) { m_requestId = value; }
214 inline void SetRequestId(Aws::String&& value) { m_requestId = std::move(value); }
215 inline void SetRequestId(const char* value) { m_requestId.assign(value); }
216 inline ResetGraphResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;}
217 inline ResetGraphResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;}
218 inline ResetGraphResult& WithRequestId(const char* value) { SetRequestId(value); return *this;}
220 private:
221
222 Aws::String m_id;
223
224 Aws::String m_name;
225
226 Aws::String m_arn;
227
228 GraphStatus m_status;
229
230 Aws::String m_statusReason;
231
232 Aws::Utils::DateTime m_createTime;
233
234 int m_provisionedMemory;
235
236 Aws::String m_endpoint;
237
238 bool m_publicConnectivity;
239
240 VectorSearchConfiguration m_vectorSearchConfiguration;
241
242 int m_replicaCount;
243
244 Aws::String m_kmsKeyIdentifier;
245
246 Aws::String m_sourceSnapshotId;
247
248 bool m_deletionProtection;
249
250 Aws::String m_buildNumber;
251
252 Aws::String m_requestId;
253 };
254
255} // namespace Model
256} // namespace NeptuneGraph
257} // namespace Aws
void SetSourceSnapshotId(const Aws::String &value)
void SetCreateTime(const Aws::Utils::DateTime &value)
void SetCreateTime(Aws::Utils::DateTime &&value)
ResetGraphResult & WithId(Aws::String &&value)
ResetGraphResult & WithName(const char *value)
ResetGraphResult & WithArn(const char *value)
const Aws::String & GetKmsKeyIdentifier() const
ResetGraphResult & WithName(Aws::String &&value)
ResetGraphResult & WithKmsKeyIdentifier(const char *value)
void SetName(const Aws::String &value)
ResetGraphResult & WithCreateTime(Aws::Utils::DateTime &&value)
void SetArn(const Aws::String &value)
void SetRequestId(const Aws::String &value)
ResetGraphResult & WithStatusReason(const char *value)
ResetGraphResult & WithKmsKeyIdentifier(const Aws::String &value)
ResetGraphResult & WithName(const Aws::String &value)
void SetStatusReason(const Aws::String &value)
const Aws::Utils::DateTime & GetCreateTime() const
ResetGraphResult & WithCreateTime(const Aws::Utils::DateTime &value)
ResetGraphResult & WithRequestId(const char *value)
void SetEndpoint(const Aws::String &value)
ResetGraphResult & WithStatusReason(const Aws::String &value)
const VectorSearchConfiguration & GetVectorSearchConfiguration() const
ResetGraphResult & WithBuildNumber(const char *value)
ResetGraphResult & WithProvisionedMemory(int value)
ResetGraphResult & WithSourceSnapshotId(Aws::String &&value)
void SetId(const Aws::String &value)
ResetGraphResult & WithSourceSnapshotId(const char *value)
ResetGraphResult & WithStatus(const GraphStatus &value)
ResetGraphResult & WithArn(Aws::String &&value)
ResetGraphResult & WithVectorSearchConfiguration(const VectorSearchConfiguration &value)
ResetGraphResult & WithEndpoint(Aws::String &&value)
ResetGraphResult & WithRequestId(Aws::String &&value)
ResetGraphResult & WithStatusReason(Aws::String &&value)
ResetGraphResult & WithPublicConnectivity(bool value)
ResetGraphResult & WithBuildNumber(Aws::String &&value)
ResetGraphResult & WithBuildNumber(const Aws::String &value)
void SetVectorSearchConfiguration(const VectorSearchConfiguration &value)
void SetVectorSearchConfiguration(VectorSearchConfiguration &&value)
const Aws::String & GetStatusReason() const
ResetGraphResult & WithKmsKeyIdentifier(Aws::String &&value)
AWS_NEPTUNEGRAPH_API ResetGraphResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetStatus(const GraphStatus &value)
ResetGraphResult & WithArn(const Aws::String &value)
ResetGraphResult & WithRequestId(const Aws::String &value)
ResetGraphResult & WithEndpoint(const char *value)
ResetGraphResult & WithId(const char *value)
AWS_NEPTUNEGRAPH_API ResetGraphResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
ResetGraphResult & WithStatus(GraphStatus &&value)
ResetGraphResult & WithDeletionProtection(bool value)
ResetGraphResult & WithSourceSnapshotId(const Aws::String &value)
const Aws::String & GetSourceSnapshotId() const
void SetBuildNumber(const Aws::String &value)
ResetGraphResult & WithReplicaCount(int value)
ResetGraphResult & WithEndpoint(const Aws::String &value)
ResetGraphResult & WithVectorSearchConfiguration(VectorSearchConfiguration &&value)
ResetGraphResult & WithId(const Aws::String &value)
void SetKmsKeyIdentifier(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue