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));
54 template <
typename NameT = Aws::String>
56 m_nameHasBeenSet =
true;
57 m_name = std::forward<NameT>(value);
59 template <
typename NameT = Aws::String>
61 SetName(std::forward<NameT>(value));
71 template <
typename ArnT = Aws::String>
73 m_arnHasBeenSet =
true;
74 m_arn = std::forward<ArnT>(value);
76 template <
typename ArnT = Aws::String>
78 SetArn(std::forward<ArnT>(value));
89 m_statusHasBeenSet =
true;
103 template <
typename StatusReasonT = Aws::String>
105 m_statusReasonHasBeenSet =
true;
106 m_statusReason = std::forward<StatusReasonT>(value);
108 template <
typename StatusReasonT = Aws::String>
120 template <
typename CreateTimeT = Aws::Utils::DateTime>
122 m_createTimeHasBeenSet =
true;
123 m_createTime = std::forward<CreateTimeT>(value);
125 template <
typename CreateTimeT = Aws::Utils::DateTime>
139 m_provisionedMemoryHasBeenSet =
true;
140 m_provisionedMemory = value;
153 template <
typename Endpo
intT = Aws::String>
155 m_endpointHasBeenSet =
true;
156 m_endpoint = std::forward<EndpointT>(value);
158 template <
typename Endpo
intT = Aws::String>
171 m_publicConnectivityHasBeenSet =
true;
172 m_publicConnectivity = value;
183 template <
typename VectorSearchConfigurationT = VectorSearchConfiguration>
185 m_vectorSearchConfigurationHasBeenSet =
true;
186 m_vectorSearchConfiguration = std::forward<VectorSearchConfigurationT>(value);
188 template <
typename VectorSearchConfigurationT = VectorSearchConfiguration>
201 m_replicaCountHasBeenSet =
true;
202 m_replicaCount = value;
215 template <
typename KmsKeyIdentifierT = Aws::String>
217 m_kmsKeyIdentifierHasBeenSet =
true;
218 m_kmsKeyIdentifier = std::forward<KmsKeyIdentifierT>(value);
220 template <
typename KmsKeyIdentifierT = Aws::String>
233 template <
typename SourceSnapshotIdT = Aws::String>
235 m_sourceSnapshotIdHasBeenSet =
true;
236 m_sourceSnapshotId = std::forward<SourceSnapshotIdT>(value);
238 template <
typename SourceSnapshotIdT = Aws::String>
251 m_deletionProtectionHasBeenSet =
true;
252 m_deletionProtection = value;
265 template <
typename BuildNumberT = Aws::String>
267 m_buildNumberHasBeenSet =
true;
268 m_buildNumber = std::forward<BuildNumberT>(value);
270 template <
typename BuildNumberT = Aws::String>
280 template <
typename RequestIdT = Aws::String>
282 m_requestIdHasBeenSet =
true;
283 m_requestId = std::forward<RequestIdT>(value);
285 template <
typename RequestIdT = Aws::String>
304 int m_provisionedMemory{0};
308 bool m_publicConnectivity{
false};
310 VectorSearchConfiguration m_vectorSearchConfiguration;
312 int m_replicaCount{0};
318 bool m_deletionProtection{
false};
323 bool m_idHasBeenSet =
false;
324 bool m_nameHasBeenSet =
false;
325 bool m_arnHasBeenSet =
false;
326 bool m_statusHasBeenSet =
false;
327 bool m_statusReasonHasBeenSet =
false;
328 bool m_createTimeHasBeenSet =
false;
329 bool m_provisionedMemoryHasBeenSet =
false;
330 bool m_endpointHasBeenSet =
false;
331 bool m_publicConnectivityHasBeenSet =
false;
332 bool m_vectorSearchConfigurationHasBeenSet =
false;
333 bool m_replicaCountHasBeenSet =
false;
334 bool m_kmsKeyIdentifierHasBeenSet =
false;
335 bool m_sourceSnapshotIdHasBeenSet =
false;
336 bool m_deletionProtectionHasBeenSet =
false;
337 bool m_buildNumberHasBeenSet =
false;
338 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)
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