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>
166 template<
typename SourceSnapshotIdT = Aws::String>
167 void SetSourceSnapshotId(SourceSnapshotIdT&& value) { m_sourceSnapshotIdHasBeenSet =
true; m_sourceSnapshotId = std::forward<SourceSnapshotIdT>(value); }
168 template<
typename SourceSnapshotIdT = Aws::String>
177 inline void SetDeletionProtection(
bool value) { m_deletionProtectionHasBeenSet =
true; m_deletionProtection = value; }
186 template<
typename BuildNumberT = Aws::String>
187 void SetBuildNumber(BuildNumberT&& value) { m_buildNumberHasBeenSet =
true; m_buildNumber = std::forward<BuildNumberT>(value); }
188 template<
typename BuildNumberT = Aws::String>
195 template<
typename RequestIdT = Aws::String>
196 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
197 template<
typename RequestIdT = Aws::String>
203 bool m_idHasBeenSet =
false;
206 bool m_nameHasBeenSet =
false;
209 bool m_arnHasBeenSet =
false;
212 bool m_statusHasBeenSet =
false;
215 bool m_statusReasonHasBeenSet =
false;
218 bool m_createTimeHasBeenSet =
false;
220 int m_provisionedMemory{0};
221 bool m_provisionedMemoryHasBeenSet =
false;
224 bool m_endpointHasBeenSet =
false;
226 bool m_publicConnectivity{
false};
227 bool m_publicConnectivityHasBeenSet =
false;
229 VectorSearchConfiguration m_vectorSearchConfiguration;
230 bool m_vectorSearchConfigurationHasBeenSet =
false;
232 int m_replicaCount{0};
233 bool m_replicaCountHasBeenSet =
false;
236 bool m_kmsKeyIdentifierHasBeenSet =
false;
239 bool m_sourceSnapshotIdHasBeenSet =
false;
241 bool m_deletionProtection{
false};
242 bool m_deletionProtectionHasBeenSet =
false;
245 bool m_buildNumberHasBeenSet =
false;
248 bool m_requestIdHasBeenSet =
false;
UpdateGraphResult & WithStatusReason(StatusReasonT &&value)
void SetEndpoint(EndpointT &&value)
UpdateGraphResult & WithPublicConnectivity(bool value)
void SetName(NameT &&value)
UpdateGraphResult & WithKmsKeyIdentifier(KmsKeyIdentifierT &&value)
const Aws::String & GetKmsKeyIdentifier() const
void SetKmsKeyIdentifier(KmsKeyIdentifierT &&value)
const VectorSearchConfiguration & GetVectorSearchConfiguration() const
UpdateGraphResult & WithDeletionProtection(bool value)
void SetPublicConnectivity(bool value)
UpdateGraphResult & WithVectorSearchConfiguration(VectorSearchConfigurationT &&value)
UpdateGraphResult & WithRequestId(RequestIdT &&value)
const Aws::String & GetName() const
const Aws::String & GetSourceSnapshotId() const
bool GetDeletionProtection() const
void SetProvisionedMemory(int value)
const Aws::Utils::DateTime & GetCreateTime() const
void SetArn(ArnT &&value)
GraphStatus GetStatus() const
bool GetPublicConnectivity() const
int GetProvisionedMemory() const
UpdateGraphResult & WithProvisionedMemory(int value)
void SetDeletionProtection(bool value)
UpdateGraphResult & WithCreateTime(CreateTimeT &&value)
AWS_NEPTUNEGRAPH_API UpdateGraphResult()=default
void SetRequestId(RequestIdT &&value)
UpdateGraphResult & WithId(IdT &&value)
void SetBuildNumber(BuildNumberT &&value)
AWS_NEPTUNEGRAPH_API UpdateGraphResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
int GetReplicaCount() const
UpdateGraphResult & WithArn(ArnT &&value)
const Aws::String & GetId() const
void SetStatusReason(StatusReasonT &&value)
UpdateGraphResult & WithBuildNumber(BuildNumberT &&value)
UpdateGraphResult & WithName(NameT &&value)
UpdateGraphResult & WithReplicaCount(int value)
const Aws::String & GetStatusReason() const
const Aws::String & GetBuildNumber() const
void SetStatus(GraphStatus value)
void SetCreateTime(CreateTimeT &&value)
void SetReplicaCount(int value)
void SetVectorSearchConfiguration(VectorSearchConfigurationT &&value)
const Aws::String & GetArn() const
const Aws::String & GetRequestId() const
UpdateGraphResult & WithStatus(GraphStatus value)
UpdateGraphResult & WithSourceSnapshotId(SourceSnapshotIdT &&value)
UpdateGraphResult & WithEndpoint(EndpointT &&value)
AWS_NEPTUNEGRAPH_API UpdateGraphResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetEndpoint() const
void SetSourceSnapshotId(SourceSnapshotIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue