7#include <aws/neptune-graph/NeptuneGraph_EXPORTS.h>
8#include <aws/neptune-graph/NeptuneGraphRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSMap.h>
11#include <aws/neptune-graph/model/VectorSearchConfiguration.h>
50 template<
typename GraphNameT = Aws::String>
51 void SetGraphName(GraphNameT&& value) { m_graphNameHasBeenSet =
true; m_graphName = std::forward<GraphNameT>(value); }
52 template<
typename GraphNameT = Aws::String>
63 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
64 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
65 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
67 template<
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
69 m_tagsHasBeenSet =
true; m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
return *
this;
81 inline void SetPublicConnectivity(
bool value) { m_publicConnectivityHasBeenSet =
true; m_publicConnectivity = value; }
91 template<
typename KmsKeyIdentifierT = Aws::String>
92 void SetKmsKeyIdentifier(KmsKeyIdentifierT&& value) { m_kmsKeyIdentifierHasBeenSet =
true; m_kmsKeyIdentifier = std::forward<KmsKeyIdentifierT>(value); }
93 template<
typename KmsKeyIdentifierT = Aws::String>
105 template<
typename VectorSearchConfigurationT = VectorSearchConfiguration>
106 void SetVectorSearchConfiguration(VectorSearchConfigurationT&& value) { m_vectorSearchConfigurationHasBeenSet =
true; m_vectorSearchConfiguration = std::forward<VectorSearchConfigurationT>(value); }
107 template<
typename VectorSearchConfigurationT = VectorSearchConfiguration>
119 inline void SetReplicaCount(
int value) { m_replicaCountHasBeenSet =
true; m_replicaCount = value; }
131 inline void SetDeletionProtection(
bool value) { m_deletionProtectionHasBeenSet =
true; m_deletionProtection = value; }
142 inline void SetProvisionedMemory(
int value) { m_provisionedMemoryHasBeenSet =
true; m_provisionedMemory = value; }
148 bool m_graphNameHasBeenSet =
false;
151 bool m_tagsHasBeenSet =
false;
153 bool m_publicConnectivity{
false};
154 bool m_publicConnectivityHasBeenSet =
false;
157 bool m_kmsKeyIdentifierHasBeenSet =
false;
159 VectorSearchConfiguration m_vectorSearchConfiguration;
160 bool m_vectorSearchConfigurationHasBeenSet =
false;
162 int m_replicaCount{0};
163 bool m_replicaCountHasBeenSet =
false;
165 bool m_deletionProtection{
false};
166 bool m_deletionProtectionHasBeenSet =
false;
168 int m_provisionedMemory{0};
169 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