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>
57 template<
typename NameT = Aws::String>
58 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
59 template<
typename NameT = Aws::String>
68 template<
typename ArnT = Aws::String>
69 void SetArn(ArnT&& value) { m_arnHasBeenSet =
true; m_arn = std::forward<ArnT>(value); }
70 template<
typename ArnT = Aws::String>
88 template<
typename StatusReasonT = Aws::String>
89 void SetStatusReason(StatusReasonT&& value) { m_statusReasonHasBeenSet =
true; m_statusReason = std::forward<StatusReasonT>(value); }
90 template<
typename StatusReasonT = Aws::String>
99 template<
typename CreateTimeT = Aws::Utils::DateTime>
100 void SetCreateTime(CreateTimeT&& value) { m_createTimeHasBeenSet =
true; m_createTime = std::forward<CreateTimeT>(value); }
101 template<
typename CreateTimeT = Aws::Utils::DateTime>
111 inline void SetProvisionedMemory(
int value) { m_provisionedMemoryHasBeenSet =
true; m_provisionedMemory = value; }
120 template<
typename Endpo
intT = Aws::String>
121 void SetEndpoint(EndpointT&& value) { m_endpointHasBeenSet =
true; m_endpoint = std::forward<EndpointT>(value); }
122 template<
typename Endpo
intT = Aws::String>
134 inline void SetPublicConnectivity(
bool value) { m_publicConnectivityHasBeenSet =
true; m_publicConnectivity = value; }
144 template<
typename VectorSearchConfigurationT = VectorSearchConfiguration>
145 void SetVectorSearchConfiguration(VectorSearchConfigurationT&& value) { m_vectorSearchConfigurationHasBeenSet =
true; m_vectorSearchConfiguration = std::forward<VectorSearchConfigurationT>(value); }
146 template<
typename VectorSearchConfigurationT = VectorSearchConfiguration>
156 inline void SetReplicaCount(
int value) { m_replicaCountHasBeenSet =
true; m_replicaCount = value; }
165 template<
typename KmsKeyIdentifierT = Aws::String>
166 void SetKmsKeyIdentifier(KmsKeyIdentifierT&& value) { m_kmsKeyIdentifierHasBeenSet =
true; m_kmsKeyIdentifier = std::forward<KmsKeyIdentifierT>(value); }
167 template<
typename KmsKeyIdentifierT = Aws::String>
176 template<
typename SourceSnapshotIdT = Aws::String>
177 void SetSourceSnapshotId(SourceSnapshotIdT&& value) { m_sourceSnapshotIdHasBeenSet =
true; m_sourceSnapshotId = std::forward<SourceSnapshotIdT>(value); }
178 template<
typename SourceSnapshotIdT = Aws::String>
188 inline void SetDeletionProtection(
bool value) { m_deletionProtectionHasBeenSet =
true; m_deletionProtection = value; }
197 template<
typename BuildNumberT = Aws::String>
198 void SetBuildNumber(BuildNumberT&& value) { m_buildNumberHasBeenSet =
true; m_buildNumber = std::forward<BuildNumberT>(value); }
199 template<
typename BuildNumberT = Aws::String>
206 template<
typename RequestIdT = Aws::String>
207 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
208 template<
typename RequestIdT = Aws::String>
214 bool m_idHasBeenSet =
false;
217 bool m_nameHasBeenSet =
false;
220 bool m_arnHasBeenSet =
false;
223 bool m_statusHasBeenSet =
false;
226 bool m_statusReasonHasBeenSet =
false;
229 bool m_createTimeHasBeenSet =
false;
231 int m_provisionedMemory{0};
232 bool m_provisionedMemoryHasBeenSet =
false;
235 bool m_endpointHasBeenSet =
false;
237 bool m_publicConnectivity{
false};
238 bool m_publicConnectivityHasBeenSet =
false;
240 VectorSearchConfiguration m_vectorSearchConfiguration;
241 bool m_vectorSearchConfigurationHasBeenSet =
false;
243 int m_replicaCount{0};
244 bool m_replicaCountHasBeenSet =
false;
247 bool m_kmsKeyIdentifierHasBeenSet =
false;
250 bool m_sourceSnapshotIdHasBeenSet =
false;
252 bool m_deletionProtection{
false};
253 bool m_deletionProtectionHasBeenSet =
false;
256 bool m_buildNumberHasBeenSet =
false;
259 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