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));
58 template <
typename NameT = Aws::String>
60 m_nameHasBeenSet =
true;
61 m_name = std::forward<NameT>(value);
63 template <
typename NameT = Aws::String>
65 SetName(std::forward<NameT>(value));
75 template <
typename ArnT = Aws::String>
77 m_arnHasBeenSet =
true;
78 m_arn = std::forward<ArnT>(value);
80 template <
typename ArnT = Aws::String>
82 SetArn(std::forward<ArnT>(value));
93 m_statusHasBeenSet =
true;
107 template <
typename StatusReasonT = Aws::String>
109 m_statusReasonHasBeenSet =
true;
110 m_statusReason = std::forward<StatusReasonT>(value);
112 template <
typename StatusReasonT = Aws::String>
124 template <
typename CreateTimeT = Aws::Utils::DateTime>
126 m_createTimeHasBeenSet =
true;
127 m_createTime = std::forward<CreateTimeT>(value);
129 template <
typename CreateTimeT = Aws::Utils::DateTime>
143 m_provisionedMemoryHasBeenSet =
true;
144 m_provisionedMemory = value;
157 template <
typename Endpo
intT = Aws::String>
159 m_endpointHasBeenSet =
true;
160 m_endpoint = std::forward<EndpointT>(value);
162 template <
typename Endpo
intT = Aws::String>
178 m_publicConnectivityHasBeenSet =
true;
179 m_publicConnectivity = value;
193 template <
typename VectorSearchConfigurationT = VectorSearchConfiguration>
195 m_vectorSearchConfigurationHasBeenSet =
true;
196 m_vectorSearchConfiguration = std::forward<VectorSearchConfigurationT>(value);
198 template <
typename VectorSearchConfigurationT = VectorSearchConfiguration>
212 m_replicaCountHasBeenSet =
true;
213 m_replicaCount = value;
226 template <
typename KmsKeyIdentifierT = Aws::String>
228 m_kmsKeyIdentifierHasBeenSet =
true;
229 m_kmsKeyIdentifier = std::forward<KmsKeyIdentifierT>(value);
231 template <
typename KmsKeyIdentifierT = Aws::String>
243 template <
typename SourceSnapshotIdT = Aws::String>
245 m_sourceSnapshotIdHasBeenSet =
true;
246 m_sourceSnapshotId = std::forward<SourceSnapshotIdT>(value);
248 template <
typename SourceSnapshotIdT = Aws::String>
262 m_deletionProtectionHasBeenSet =
true;
263 m_deletionProtection = value;
276 template <
typename BuildNumberT = Aws::String>
278 m_buildNumberHasBeenSet =
true;
279 m_buildNumber = std::forward<BuildNumberT>(value);
281 template <
typename BuildNumberT = Aws::String>
291 template <
typename RequestIdT = Aws::String>
293 m_requestIdHasBeenSet =
true;
294 m_requestId = std::forward<RequestIdT>(value);
296 template <
typename RequestIdT = Aws::String>
317 int m_provisionedMemory{0};
321 bool m_publicConnectivity{
false};
323 VectorSearchConfiguration m_vectorSearchConfiguration;
325 int m_replicaCount{0};
331 bool m_deletionProtection{
false};
337 bool m_idHasBeenSet =
false;
338 bool m_nameHasBeenSet =
false;
339 bool m_arnHasBeenSet =
false;
340 bool m_statusHasBeenSet =
false;
341 bool m_statusReasonHasBeenSet =
false;
342 bool m_createTimeHasBeenSet =
false;
343 bool m_provisionedMemoryHasBeenSet =
false;
344 bool m_endpointHasBeenSet =
false;
345 bool m_publicConnectivityHasBeenSet =
false;
346 bool m_vectorSearchConfigurationHasBeenSet =
false;
347 bool m_replicaCountHasBeenSet =
false;
348 bool m_kmsKeyIdentifierHasBeenSet =
false;
349 bool m_sourceSnapshotIdHasBeenSet =
false;
350 bool m_deletionProtectionHasBeenSet =
false;
351 bool m_buildNumberHasBeenSet =
false;
352 bool m_requestIdHasBeenSet =
false;
CreateGraphResult & WithReplicaCount(int value)
const Aws::String & GetArn() const
const Aws::String & GetSourceSnapshotId() const
const VectorSearchConfiguration & GetVectorSearchConfiguration() const
void SetDeletionProtection(bool value)
void SetStatus(GraphStatus value)
void SetVectorSearchConfiguration(VectorSearchConfigurationT &&value)
AWS_NEPTUNEGRAPH_API CreateGraphResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetKmsKeyIdentifier(KmsKeyIdentifierT &&value)
const Aws::String & GetKmsKeyIdentifier() const
void SetStatusReason(StatusReasonT &&value)
void SetBuildNumber(BuildNumberT &&value)
AWS_NEPTUNEGRAPH_API CreateGraphResult()=default
const Aws::String & GetBuildNumber() const
void SetName(NameT &&value)
CreateGraphResult & WithName(NameT &&value)
const Aws::String & GetEndpoint() const
GraphStatus GetStatus() const
const Aws::Utils::DateTime & GetCreateTime() const
const Aws::String & GetRequestId() const
CreateGraphResult & WithKmsKeyIdentifier(KmsKeyIdentifierT &&value)
AWS_NEPTUNEGRAPH_API CreateGraphResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
bool GetDeletionProtection() const
CreateGraphResult & WithDeletionProtection(bool value)
const Aws::String & GetId() const
bool GetPublicConnectivity() const
Aws::Http::HttpResponseCode GetHttpResponseCode() const
CreateGraphResult & WithSourceSnapshotId(SourceSnapshotIdT &&value)
void SetCreateTime(CreateTimeT &&value)
void SetSourceSnapshotId(SourceSnapshotIdT &&value)
CreateGraphResult & WithBuildNumber(BuildNumberT &&value)
int GetProvisionedMemory() const
void SetPublicConnectivity(bool value)
CreateGraphResult & WithCreateTime(CreateTimeT &&value)
CreateGraphResult & WithStatus(GraphStatus value)
void SetReplicaCount(int value)
CreateGraphResult & WithEndpoint(EndpointT &&value)
void SetArn(ArnT &&value)
CreateGraphResult & WithPublicConnectivity(bool value)
CreateGraphResult & WithId(IdT &&value)
CreateGraphResult & WithStatusReason(StatusReasonT &&value)
const Aws::String & GetStatusReason() const
void SetProvisionedMemory(int value)
CreateGraphResult & WithVectorSearchConfiguration(VectorSearchConfigurationT &&value)
CreateGraphResult & WithRequestId(RequestIdT &&value)
const Aws::String & GetName() const
void SetRequestId(RequestIdT &&value)
CreateGraphResult & WithArn(ArnT &&value)
int GetReplicaCount() const
CreateGraphResult & WithProvisionedMemory(int value)
void SetEndpoint(EndpointT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue