7#include <aws/bedrock-agent/BedrockAgent_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/bedrock-agent/model/PineconeFieldMapping.h>
52 inline void SetConnectionString(
const char* value) { m_connectionStringHasBeenSet =
true; m_connectionString.assign(value); }
67 inline void SetCredentialsSecretArn(
const char* value) { m_credentialsSecretArnHasBeenSet =
true; m_credentialsSecretArn.assign(value); }
94 inline void SetNamespace(
const char* value) { m_namespaceHasBeenSet =
true; m_namespace.assign(value); }
102 bool m_connectionStringHasBeenSet =
false;
105 bool m_credentialsSecretArnHasBeenSet =
false;
108 bool m_fieldMappingHasBeenSet =
false;
111 bool m_namespaceHasBeenSet =
false;
void SetConnectionString(const char *value)
const Aws::String & GetCredentialsSecretArn() const
const Aws::String & GetConnectionString() const
void SetFieldMapping(PineconeFieldMapping &&value)
void SetCredentialsSecretArn(const char *value)
AWS_BEDROCKAGENT_API PineconeConfiguration(Aws::Utils::Json::JsonView jsonValue)
void SetNamespace(Aws::String &&value)
PineconeConfiguration & WithNamespace(const char *value)
PineconeConfiguration & WithFieldMapping(PineconeFieldMapping &&value)
bool CredentialsSecretArnHasBeenSet() const
void SetCredentialsSecretArn(Aws::String &&value)
void SetFieldMapping(const PineconeFieldMapping &value)
AWS_BEDROCKAGENT_API PineconeConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_BEDROCKAGENT_API PineconeConfiguration()
PineconeConfiguration & WithCredentialsSecretArn(Aws::String &&value)
PineconeConfiguration & WithConnectionString(const char *value)
void SetConnectionString(const Aws::String &value)
bool ConnectionStringHasBeenSet() const
PineconeConfiguration & WithFieldMapping(const PineconeFieldMapping &value)
bool FieldMappingHasBeenSet() const
void SetNamespace(const char *value)
PineconeConfiguration & WithNamespace(Aws::String &&value)
PineconeConfiguration & WithCredentialsSecretArn(const Aws::String &value)
void SetConnectionString(Aws::String &&value)
PineconeConfiguration & WithCredentialsSecretArn(const char *value)
void SetNamespace(const Aws::String &value)
PineconeConfiguration & WithConnectionString(Aws::String &&value)
AWS_BEDROCKAGENT_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetNamespace() const
void SetCredentialsSecretArn(const Aws::String &value)
const PineconeFieldMapping & GetFieldMapping() const
PineconeConfiguration & WithNamespace(const Aws::String &value)
bool NamespaceHasBeenSet() const
PineconeConfiguration & WithConnectionString(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue