7#include <aws/bedrock-agent/BedrockAgent_EXPORTS.h>
8#include <aws/bedrock-agent/model/PineconeFieldMapping.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
20namespace BedrockAgent {
44 template <
typename ConnectionStringT = Aws::String>
46 m_connectionStringHasBeenSet =
true;
47 m_connectionString = std::forward<ConnectionStringT>(value);
49 template <
typename ConnectionStringT = Aws::String>
63 template <
typename CredentialsSecretArnT = Aws::String>
65 m_credentialsSecretArnHasBeenSet =
true;
66 m_credentialsSecretArn = std::forward<CredentialsSecretArnT>(value);
68 template <
typename CredentialsSecretArnT = Aws::String>
81 template <
typename NamespaceT = Aws::String>
83 m_namespaceHasBeenSet =
true;
84 m_namespace = std::forward<NamespaceT>(value);
86 template <
typename NamespaceT = Aws::String>
100 template <
typename FieldMappingT = PineconeFieldMapping>
102 m_fieldMappingHasBeenSet =
true;
103 m_fieldMapping = std::forward<FieldMappingT>(value);
105 template <
typename FieldMappingT = PineconeFieldMapping>
119 bool m_connectionStringHasBeenSet =
false;
120 bool m_credentialsSecretArnHasBeenSet =
false;
121 bool m_namespaceHasBeenSet =
false;
122 bool m_fieldMappingHasBeenSet =
false;
const Aws::String & GetCredentialsSecretArn() const
const Aws::String & GetConnectionString() const
AWS_BEDROCKAGENT_API PineconeConfiguration(Aws::Utils::Json::JsonView jsonValue)
void SetConnectionString(ConnectionStringT &&value)
bool CredentialsSecretArnHasBeenSet() const
AWS_BEDROCKAGENT_API PineconeConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
PineconeConfiguration & WithConnectionString(ConnectionStringT &&value)
bool ConnectionStringHasBeenSet() const
bool FieldMappingHasBeenSet() const
PineconeConfiguration & WithFieldMapping(FieldMappingT &&value)
PineconeConfiguration & WithNamespace(NamespaceT &&value)
void SetFieldMapping(FieldMappingT &&value)
PineconeConfiguration & WithCredentialsSecretArn(CredentialsSecretArnT &&value)
AWS_BEDROCKAGENT_API PineconeConfiguration()=default
AWS_BEDROCKAGENT_API Aws::Utils::Json::JsonValue Jsonize() const
void SetCredentialsSecretArn(CredentialsSecretArnT &&value)
const Aws::String & GetNamespace() const
const PineconeFieldMapping & GetFieldMapping() const
void SetNamespace(NamespaceT &&value)
bool NamespaceHasBeenSet() const
std::shared_ptr< T > MakeShared(const char *allocationTag, ArgTypes &&... args)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue