7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/DateTime.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/neptune-graph/NeptuneGraph_EXPORTS.h>
11#include <aws/neptune-graph/model/GraphStatus.h>
12#include <aws/neptune-graph/model/VectorSearchConfiguration.h>
17template <
typename RESULT_TYPE>
18class AmazonWebServiceResult;
25namespace NeptuneGraph {
38 template <
typename IdT = Aws::String>
40 m_idHasBeenSet =
true;
41 m_id = std::forward<IdT>(value);
43 template <
typename IdT = Aws::String>
45 SetId(std::forward<IdT>(value));
55 template <
typename NameT = Aws::String>
57 m_nameHasBeenSet =
true;
58 m_name = std::forward<NameT>(value);
60 template <
typename NameT = Aws::String>
62 SetName(std::forward<NameT>(value));
72 template <
typename ArnT = Aws::String>
74 m_arnHasBeenSet =
true;
75 m_arn = std::forward<ArnT>(value);
77 template <
typename ArnT = Aws::String>
79 SetArn(std::forward<ArnT>(value));
90 m_statusHasBeenSet =
true;
104 template <
typename StatusReasonT = Aws::String>
106 m_statusReasonHasBeenSet =
true;
107 m_statusReason = std::forward<StatusReasonT>(value);
109 template <
typename StatusReasonT = Aws::String>
121 template <
typename CreateTimeT = Aws::Utils::DateTime>
123 m_createTimeHasBeenSet =
true;
124 m_createTime = std::forward<CreateTimeT>(value);
126 template <
typename CreateTimeT = Aws::Utils::DateTime>
140 m_provisionedMemoryHasBeenSet =
true;
141 m_provisionedMemory = value;
154 template <
typename Endpo
intT = Aws::String>
156 m_endpointHasBeenSet =
true;
157 m_endpoint = std::forward<EndpointT>(value);
159 template <
typename Endpo
intT = Aws::String>
172 m_publicConnectivityHasBeenSet =
true;
173 m_publicConnectivity = value;
184 template <
typename VectorSearchConfigurationT = VectorSearchConfiguration>
186 m_vectorSearchConfigurationHasBeenSet =
true;
187 m_vectorSearchConfiguration = std::forward<VectorSearchConfigurationT>(value);
189 template <
typename VectorSearchConfigurationT = VectorSearchConfiguration>
202 m_replicaCountHasBeenSet =
true;
203 m_replicaCount = value;
216 template <
typename KmsKeyIdentifierT = Aws::String>
218 m_kmsKeyIdentifierHasBeenSet =
true;
219 m_kmsKeyIdentifier = std::forward<KmsKeyIdentifierT>(value);
221 template <
typename KmsKeyIdentifierT = Aws::String>
234 template <
typename SourceSnapshotIdT = Aws::String>
236 m_sourceSnapshotIdHasBeenSet =
true;
237 m_sourceSnapshotId = std::forward<SourceSnapshotIdT>(value);
239 template <
typename SourceSnapshotIdT = Aws::String>
252 m_deletionProtectionHasBeenSet =
true;
253 m_deletionProtection = value;
266 template <
typename BuildNumberT = Aws::String>
268 m_buildNumberHasBeenSet =
true;
269 m_buildNumber = std::forward<BuildNumberT>(value);
271 template <
typename BuildNumberT = Aws::String>
281 template <
typename RequestIdT = Aws::String>
283 m_requestIdHasBeenSet =
true;
284 m_requestId = std::forward<RequestIdT>(value);
286 template <
typename RequestIdT = Aws::String>
307 int m_provisionedMemory{0};
311 bool m_publicConnectivity{
false};
313 VectorSearchConfiguration m_vectorSearchConfiguration;
315 int m_replicaCount{0};
321 bool m_deletionProtection{
false};
327 bool m_idHasBeenSet =
false;
328 bool m_nameHasBeenSet =
false;
329 bool m_arnHasBeenSet =
false;
330 bool m_statusHasBeenSet =
false;
331 bool m_statusReasonHasBeenSet =
false;
332 bool m_createTimeHasBeenSet =
false;
333 bool m_provisionedMemoryHasBeenSet =
false;
334 bool m_endpointHasBeenSet =
false;
335 bool m_publicConnectivityHasBeenSet =
false;
336 bool m_vectorSearchConfigurationHasBeenSet =
false;
337 bool m_replicaCountHasBeenSet =
false;
338 bool m_kmsKeyIdentifierHasBeenSet =
false;
339 bool m_sourceSnapshotIdHasBeenSet =
false;
340 bool m_deletionProtectionHasBeenSet =
false;
341 bool m_buildNumberHasBeenSet =
false;
342 bool m_requestIdHasBeenSet =
false;
void SetVectorSearchConfiguration(VectorSearchConfigurationT &&value)
GetGraphResult & WithId(IdT &&value)
void SetCreateTime(CreateTimeT &&value)
GetGraphResult & WithVectorSearchConfiguration(VectorSearchConfigurationT &&value)
GetGraphResult & WithCreateTime(CreateTimeT &&value)
void SetStatusReason(StatusReasonT &&value)
void SetProvisionedMemory(int value)
GetGraphResult & WithArn(ArnT &&value)
GetGraphResult & WithProvisionedMemory(int value)
const Aws::Utils::DateTime & GetCreateTime() const
GetGraphResult & WithStatusReason(StatusReasonT &&value)
GetGraphResult & WithSourceSnapshotId(SourceSnapshotIdT &&value)
AWS_NEPTUNEGRAPH_API GetGraphResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
int GetProvisionedMemory() const
GetGraphResult & WithBuildNumber(BuildNumberT &&value)
GraphStatus GetStatus() const
const Aws::String & GetName() const
AWS_NEPTUNEGRAPH_API GetGraphResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetReplicaCount(int value)
const Aws::String & GetId() const
void SetStatus(GraphStatus value)
const Aws::String & GetBuildNumber() const
void SetEndpoint(EndpointT &&value)
void SetName(NameT &&value)
GetGraphResult & WithPublicConnectivity(bool value)
AWS_NEPTUNEGRAPH_API GetGraphResult()=default
void SetDeletionProtection(bool value)
void SetPublicConnectivity(bool value)
const Aws::String & GetEndpoint() const
const VectorSearchConfiguration & GetVectorSearchConfiguration() const
const Aws::String & GetRequestId() const
int GetReplicaCount() const
GetGraphResult & WithKmsKeyIdentifier(KmsKeyIdentifierT &&value)
GetGraphResult & WithReplicaCount(int value)
GetGraphResult & WithStatus(GraphStatus value)
void SetArn(ArnT &&value)
const Aws::String & GetArn() const
GetGraphResult & WithName(NameT &&value)
GetGraphResult & WithEndpoint(EndpointT &&value)
bool GetDeletionProtection() const
GetGraphResult & WithRequestId(RequestIdT &&value)
void SetBuildNumber(BuildNumberT &&value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
void SetKmsKeyIdentifier(KmsKeyIdentifierT &&value)
const Aws::String & GetSourceSnapshotId() const
void SetSourceSnapshotId(SourceSnapshotIdT &&value)
const Aws::String & GetStatusReason() const
const Aws::String & GetKmsKeyIdentifier() const
void SetRequestId(RequestIdT &&value)
GetGraphResult & WithDeletionProtection(bool value)
bool GetPublicConnectivity() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue