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>
52 inline void SetGraphName(
const char* value) { m_graphNameHasBeenSet =
true; m_graphName.assign(value); }
75 inline CreateGraphRequest&
AddTags(
const char* key,
const char* value) { m_tagsHasBeenSet =
true; m_tags.emplace(key, value);
return *
this; }
86 inline void SetPublicConnectivity(
bool value) { m_publicConnectivityHasBeenSet =
true; m_publicConnectivity = value; }
98 inline void SetKmsKeyIdentifier(
const char* value) { m_kmsKeyIdentifierHasBeenSet =
true; m_kmsKeyIdentifier.assign(value); }
126 inline void SetReplicaCount(
int value) { m_replicaCountHasBeenSet =
true; m_replicaCount = value; }
138 inline void SetDeletionProtection(
bool value) { m_deletionProtectionHasBeenSet =
true; m_deletionProtection = value; }
149 inline void SetProvisionedMemory(
int value) { m_provisionedMemoryHasBeenSet =
true; m_provisionedMemory = value; }
155 bool m_graphNameHasBeenSet =
false;
158 bool m_tagsHasBeenSet =
false;
160 bool m_publicConnectivity;
161 bool m_publicConnectivityHasBeenSet =
false;
164 bool m_kmsKeyIdentifierHasBeenSet =
false;
167 bool m_vectorSearchConfigurationHasBeenSet =
false;
170 bool m_replicaCountHasBeenSet =
false;
172 bool m_deletionProtection;
173 bool m_deletionProtectionHasBeenSet =
false;
175 int m_provisionedMemory;
176 bool m_provisionedMemoryHasBeenSet =
false;
void SetTags(const Aws::Map< Aws::String, Aws::String > &value)
bool ReplicaCountHasBeenSet() const
CreateGraphRequest & WithKmsKeyIdentifier(Aws::String &&value)
bool TagsHasBeenSet() const
const VectorSearchConfiguration & GetVectorSearchConfiguration() const
void SetVectorSearchConfiguration(VectorSearchConfiguration &&value)
bool GetPublicConnectivity() const
void SetKmsKeyIdentifier(const Aws::String &value)
CreateGraphRequest & WithPublicConnectivity(bool value)
CreateGraphRequest & WithReplicaCount(int value)
bool VectorSearchConfigurationHasBeenSet() const
int GetProvisionedMemory() const
CreateGraphRequest & AddTags(Aws::String &&key, const Aws::String &value)
void SetKmsKeyIdentifier(Aws::String &&value)
void SetVectorSearchConfiguration(const VectorSearchConfiguration &value)
const Aws::String & GetGraphName() const
CreateGraphRequest & AddTags(const char *key, const char *value)
CreateGraphRequest & WithVectorSearchConfiguration(VectorSearchConfiguration &&value)
void SetGraphName(const Aws::String &value)
CreateGraphRequest & WithDeletionProtection(bool value)
CreateGraphRequest & WithGraphName(const char *value)
CreateGraphRequest & WithTags(const Aws::Map< Aws::String, Aws::String > &value)
bool PublicConnectivityHasBeenSet() const
CreateGraphRequest & AddTags(const Aws::String &key, Aws::String &&value)
bool GraphNameHasBeenSet() const
CreateGraphRequest & WithKmsKeyIdentifier(const char *value)
void SetDeletionProtection(bool value)
CreateGraphRequest & AddTags(Aws::String &&key, Aws::String &&value)
void SetKmsKeyIdentifier(const char *value)
CreateGraphRequest & WithGraphName(const Aws::String &value)
void SetGraphName(const char *value)
int GetReplicaCount() const
bool KmsKeyIdentifierHasBeenSet() const
CreateGraphRequest & WithKmsKeyIdentifier(const Aws::String &value)
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
CreateGraphRequest & AddTags(Aws::String &&key, const char *value)
bool DeletionProtectionHasBeenSet() const
void SetPublicConnectivity(bool value)
bool GetDeletionProtection() const
CreateGraphRequest & AddTags(const Aws::String &key, const Aws::String &value)
void SetTags(Aws::Map< Aws::String, Aws::String > &&value)
void SetReplicaCount(int value)
CreateGraphRequest & WithTags(Aws::Map< Aws::String, Aws::String > &&value)
CreateGraphRequest & WithVectorSearchConfiguration(const VectorSearchConfiguration &value)
CreateGraphRequest & AddTags(const char *key, Aws::String &&value)
CreateGraphRequest & WithGraphName(Aws::String &&value)
void SetGraphName(Aws::String &&value)
AWS_NEPTUNEGRAPH_API CreateGraphRequest()
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