7#include <aws/core/utils/memory/stl/AWSMap.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/neptune-graph/NeptuneGraphRequest.h>
10#include <aws/neptune-graph/NeptuneGraph_EXPORTS.h>
11#include <aws/neptune-graph/model/VectorSearchConfiguration.h>
16namespace NeptuneGraph {
47 template <
typename GraphNameT = Aws::String>
49 m_graphNameHasBeenSet =
true;
50 m_graphName = std::forward<GraphNameT>(value);
52 template <
typename GraphNameT = Aws::String>
66 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
68 m_tagsHasBeenSet =
true;
69 m_tags = std::forward<TagsT>(value);
71 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
73 SetTags(std::forward<TagsT>(value));
76 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
78 m_tagsHasBeenSet =
true;
79 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
93 m_publicConnectivityHasBeenSet =
true;
94 m_publicConnectivity = value;
108 template <
typename KmsKeyIdentifierT = Aws::String>
110 m_kmsKeyIdentifierHasBeenSet =
true;
111 m_kmsKeyIdentifier = std::forward<KmsKeyIdentifierT>(value);
113 template <
typename KmsKeyIdentifierT = Aws::String>
128 template <
typename VectorSearchConfigurationT = VectorSearchConfiguration>
130 m_vectorSearchConfigurationHasBeenSet =
true;
131 m_vectorSearchConfiguration = std::forward<VectorSearchConfigurationT>(value);
133 template <
typename VectorSearchConfigurationT = VectorSearchConfiguration>
149 m_replicaCountHasBeenSet =
true;
150 m_replicaCount = value;
167 m_deletionProtectionHasBeenSet =
true;
168 m_deletionProtection = value;
184 m_provisionedMemoryHasBeenSet =
true;
185 m_provisionedMemory = value;
197 bool m_publicConnectivity{
false};
201 VectorSearchConfiguration m_vectorSearchConfiguration;
203 int m_replicaCount{0};
205 bool m_deletionProtection{
false};
207 int m_provisionedMemory{0};
208 bool m_graphNameHasBeenSet =
false;
209 bool m_tagsHasBeenSet =
false;
210 bool m_publicConnectivityHasBeenSet =
false;
211 bool m_kmsKeyIdentifierHasBeenSet =
false;
212 bool m_vectorSearchConfigurationHasBeenSet =
false;
213 bool m_replicaCountHasBeenSet =
false;
214 bool m_deletionProtectionHasBeenSet =
false;
215 bool m_provisionedMemoryHasBeenSet =
false;
void SetKmsKeyIdentifier(KmsKeyIdentifierT &&value)
bool ReplicaCountHasBeenSet() const
bool TagsHasBeenSet() const
const VectorSearchConfiguration & GetVectorSearchConfiguration() const
CreateGraphRequest & WithTags(TagsT &&value)
AWS_NEPTUNEGRAPH_API CreateGraphRequest()=default
CreateGraphRequest & WithVectorSearchConfiguration(VectorSearchConfigurationT &&value)
bool GetPublicConnectivity() const
CreateGraphRequest & WithPublicConnectivity(bool value)
CreateGraphRequest & WithKmsKeyIdentifier(KmsKeyIdentifierT &&value)
CreateGraphRequest & WithGraphName(GraphNameT &&value)
CreateGraphRequest & WithReplicaCount(int value)
bool VectorSearchConfigurationHasBeenSet() const
void SetTags(TagsT &&value)
int GetProvisionedMemory() const
const Aws::String & GetGraphName() const
void SetVectorSearchConfiguration(VectorSearchConfigurationT &&value)
CreateGraphRequest & WithDeletionProtection(bool value)
CreateGraphRequest & AddTags(TagsKeyT &&key, TagsValueT &&value)
bool PublicConnectivityHasBeenSet() const
void SetGraphName(GraphNameT &&value)
bool GraphNameHasBeenSet() const
void SetDeletionProtection(bool value)
int GetReplicaCount() const
bool KmsKeyIdentifierHasBeenSet() const
virtual const char * GetServiceRequestName() const override
CreateGraphRequest & WithProvisionedMemory(int value)
void SetProvisionedMemory(int value)
AWS_NEPTUNEGRAPH_API EndpointParameters GetEndpointContextParams() const override
bool ProvisionedMemoryHasBeenSet() const
const Aws::Map< Aws::String, Aws::String > & GetTags() const
bool DeletionProtectionHasBeenSet() const
void SetPublicConnectivity(bool value)
bool GetDeletionProtection() const
void SetReplicaCount(int value)
AWS_NEPTUNEGRAPH_API Aws::String SerializePayload() const override
const Aws::String & GetKmsKeyIdentifier() const
Aws::Endpoint::EndpointParameters EndpointParameters
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String