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>
50 template<
typename ConnectionStringT = Aws::String>
51 void SetConnectionString(ConnectionStringT&& value) { m_connectionStringHasBeenSet =
true; m_connectionString = std::forward<ConnectionStringT>(value); }
52 template<
typename ConnectionStringT = Aws::String>
63 template<
typename CredentialsSecretArnT = Aws::String>
64 void SetCredentialsSecretArn(CredentialsSecretArnT&& value) { m_credentialsSecretArnHasBeenSet =
true; m_credentialsSecretArn = std::forward<CredentialsSecretArnT>(value); }
65 template<
typename CredentialsSecretArnT = Aws::String>
76 template<
typename FieldMappingT = PineconeFieldMapping>
77 void SetFieldMapping(FieldMappingT&& value) { m_fieldMappingHasBeenSet =
true; m_fieldMapping = std::forward<FieldMappingT>(value); }
78 template<
typename FieldMappingT = PineconeFieldMapping>
88 template<
typename NamespaceT = Aws::String>
89 void SetNamespace(NamespaceT&& value) { m_namespaceHasBeenSet =
true; m_namespace = std::forward<NamespaceT>(value); }
90 template<
typename NamespaceT = Aws::String>
96 bool m_connectionStringHasBeenSet =
false;
99 bool m_credentialsSecretArnHasBeenSet =
false;
102 bool m_fieldMappingHasBeenSet =
false;
105 bool m_namespaceHasBeenSet =
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::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue