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>
16template<
typename RESULT_TYPE>
17class AmazonWebServiceResult;
43 template<
typename IdT = Aws::String>
44 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
45 template<
typename IdT = Aws::String>
54 template<
typename NameT = Aws::String>
55 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
56 template<
typename NameT = Aws::String>
65 template<
typename ArnT = Aws::String>
66 void SetArn(ArnT&& value) { m_arnHasBeenSet =
true; m_arn = std::forward<ArnT>(value); }
67 template<
typename ArnT = Aws::String>
85 template<
typename StatusReasonT = Aws::String>
86 void SetStatusReason(StatusReasonT&& value) { m_statusReasonHasBeenSet =
true; m_statusReason = std::forward<StatusReasonT>(value); }
87 template<
typename StatusReasonT = Aws::String>
96 template<
typename CreateTimeT = Aws::Utils::DateTime>
97 void SetCreateTime(CreateTimeT&& value) { m_createTimeHasBeenSet =
true; m_createTime = std::forward<CreateTimeT>(value); }
98 template<
typename CreateTimeT = Aws::Utils::DateTime>
108 inline void SetProvisionedMemory(
int value) { m_provisionedMemoryHasBeenSet =
true; m_provisionedMemory = value; }
117 template<
typename Endpo
intT = Aws::String>
118 void SetEndpoint(EndpointT&& value) { m_endpointHasBeenSet =
true; m_endpoint = std::forward<EndpointT>(value); }
119 template<
typename Endpo
intT = Aws::String>
128 inline void SetPublicConnectivity(
bool value) { m_publicConnectivityHasBeenSet =
true; m_publicConnectivity = value; }
135 template<
typename VectorSearchConfigurationT = VectorSearchConfiguration>
136 void SetVectorSearchConfiguration(VectorSearchConfigurationT&& value) { m_vectorSearchConfigurationHasBeenSet =
true; m_vectorSearchConfiguration = std::forward<VectorSearchConfigurationT>(value); }
137 template<
typename VectorSearchConfigurationT = VectorSearchConfiguration>
146 inline void SetReplicaCount(
int value) { m_replicaCountHasBeenSet =
true; m_replicaCount = value; }
155 template<
typename KmsKeyIdentifierT = Aws::String>
156 void SetKmsKeyIdentifier(KmsKeyIdentifierT&& value) { m_kmsKeyIdentifierHasBeenSet =
true; m_kmsKeyIdentifier = std::forward<KmsKeyIdentifierT>(value); }
157 template<
typename KmsKeyIdentifierT = Aws::String>
167 template<
typename SourceSnapshotIdT = Aws::String>
168 void SetSourceSnapshotId(SourceSnapshotIdT&& value) { m_sourceSnapshotIdHasBeenSet =
true; m_sourceSnapshotId = std::forward<SourceSnapshotIdT>(value); }
169 template<
typename SourceSnapshotIdT = Aws::String>
178 inline void SetDeletionProtection(
bool value) { m_deletionProtectionHasBeenSet =
true; m_deletionProtection = value; }
187 template<
typename BuildNumberT = Aws::String>
188 void SetBuildNumber(BuildNumberT&& value) { m_buildNumberHasBeenSet =
true; m_buildNumber = std::forward<BuildNumberT>(value); }
189 template<
typename BuildNumberT = Aws::String>
196 template<
typename RequestIdT = Aws::String>
197 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
198 template<
typename RequestIdT = Aws::String>
204 bool m_idHasBeenSet =
false;
207 bool m_nameHasBeenSet =
false;
210 bool m_arnHasBeenSet =
false;
213 bool m_statusHasBeenSet =
false;
216 bool m_statusReasonHasBeenSet =
false;
219 bool m_createTimeHasBeenSet =
false;
221 int m_provisionedMemory{0};
222 bool m_provisionedMemoryHasBeenSet =
false;
225 bool m_endpointHasBeenSet =
false;
227 bool m_publicConnectivity{
false};
228 bool m_publicConnectivityHasBeenSet =
false;
230 VectorSearchConfiguration m_vectorSearchConfiguration;
231 bool m_vectorSearchConfigurationHasBeenSet =
false;
233 int m_replicaCount{0};
234 bool m_replicaCountHasBeenSet =
false;
237 bool m_kmsKeyIdentifierHasBeenSet =
false;
240 bool m_sourceSnapshotIdHasBeenSet =
false;
242 bool m_deletionProtection{
false};
243 bool m_deletionProtectionHasBeenSet =
false;
246 bool m_buildNumberHasBeenSet =
false;
249 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