7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/neptune-graph/NeptuneGraph_EXPORTS.h>
10#include <aws/neptune-graph/model/GraphStatus.h>
11#include <aws/neptune-graph/model/VectorSearchConfiguration.h>
16template <
typename RESULT_TYPE>
17class AmazonWebServiceResult;
24namespace NeptuneGraph {
37 template <
typename IdT = Aws::String>
39 m_idHasBeenSet =
true;
40 m_id = std::forward<IdT>(value);
42 template <
typename IdT = Aws::String>
44 SetId(std::forward<IdT>(value));
57 template <
typename NameT = Aws::String>
59 m_nameHasBeenSet =
true;
60 m_name = std::forward<NameT>(value);
62 template <
typename NameT = Aws::String>
64 SetName(std::forward<NameT>(value));
74 template <
typename ArnT = Aws::String>
76 m_arnHasBeenSet =
true;
77 m_arn = std::forward<ArnT>(value);
79 template <
typename ArnT = Aws::String>
81 SetArn(std::forward<ArnT>(value));
92 m_statusHasBeenSet =
true;
106 template <
typename StatusReasonT = Aws::String>
108 m_statusReasonHasBeenSet =
true;
109 m_statusReason = std::forward<StatusReasonT>(value);
111 template <
typename StatusReasonT = Aws::String>
123 template <
typename CreateTimeT = Aws::Utils::DateTime>
125 m_createTimeHasBeenSet =
true;
126 m_createTime = std::forward<CreateTimeT>(value);
128 template <
typename CreateTimeT = Aws::Utils::DateTime>
142 m_provisionedMemoryHasBeenSet =
true;
143 m_provisionedMemory = value;
156 template <
typename Endpo
intT = Aws::String>
158 m_endpointHasBeenSet =
true;
159 m_endpoint = std::forward<EndpointT>(value);
161 template <
typename Endpo
intT = Aws::String>
177 m_publicConnectivityHasBeenSet =
true;
178 m_publicConnectivity = value;
192 template <
typename VectorSearchConfigurationT = VectorSearchConfiguration>
194 m_vectorSearchConfigurationHasBeenSet =
true;
195 m_vectorSearchConfiguration = std::forward<VectorSearchConfigurationT>(value);
197 template <
typename VectorSearchConfigurationT = VectorSearchConfiguration>
211 m_replicaCountHasBeenSet =
true;
212 m_replicaCount = value;
225 template <
typename KmsKeyIdentifierT = Aws::String>
227 m_kmsKeyIdentifierHasBeenSet =
true;
228 m_kmsKeyIdentifier = std::forward<KmsKeyIdentifierT>(value);
230 template <
typename KmsKeyIdentifierT = Aws::String>
242 template <
typename SourceSnapshotIdT = Aws::String>
244 m_sourceSnapshotIdHasBeenSet =
true;
245 m_sourceSnapshotId = std::forward<SourceSnapshotIdT>(value);
247 template <
typename SourceSnapshotIdT = Aws::String>
261 m_deletionProtectionHasBeenSet =
true;
262 m_deletionProtection = value;
275 template <
typename BuildNumberT = Aws::String>
277 m_buildNumberHasBeenSet =
true;
278 m_buildNumber = std::forward<BuildNumberT>(value);
280 template <
typename BuildNumberT = Aws::String>
290 template <
typename RequestIdT = Aws::String>
292 m_requestIdHasBeenSet =
true;
293 m_requestId = std::forward<RequestIdT>(value);
295 template <
typename RequestIdT = Aws::String>
314 int m_provisionedMemory{0};
318 bool m_publicConnectivity{
false};
320 VectorSearchConfiguration m_vectorSearchConfiguration;
322 int m_replicaCount{0};
328 bool m_deletionProtection{
false};
333 bool m_idHasBeenSet =
false;
334 bool m_nameHasBeenSet =
false;
335 bool m_arnHasBeenSet =
false;
336 bool m_statusHasBeenSet =
false;
337 bool m_statusReasonHasBeenSet =
false;
338 bool m_createTimeHasBeenSet =
false;
339 bool m_provisionedMemoryHasBeenSet =
false;
340 bool m_endpointHasBeenSet =
false;
341 bool m_publicConnectivityHasBeenSet =
false;
342 bool m_vectorSearchConfigurationHasBeenSet =
false;
343 bool m_replicaCountHasBeenSet =
false;
344 bool m_kmsKeyIdentifierHasBeenSet =
false;
345 bool m_sourceSnapshotIdHasBeenSet =
false;
346 bool m_deletionProtectionHasBeenSet =
false;
347 bool m_buildNumberHasBeenSet =
false;
348 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
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