7#include <aws/bedrock-agent/BedrockAgent_EXPORTS.h>
8#include <aws/bedrock-agent/model/RedisEnterpriseCloudFieldMapping.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
20namespace BedrockAgent {
44 template <
typename Endpo
intT = Aws::String>
46 m_endpointHasBeenSet =
true;
47 m_endpoint = std::forward<EndpointT>(value);
49 template <
typename Endpo
intT = Aws::String>
62 template <
typename VectorIndexNameT = Aws::String>
64 m_vectorIndexNameHasBeenSet =
true;
65 m_vectorIndexName = std::forward<VectorIndexNameT>(value);
67 template <
typename VectorIndexNameT = Aws::String>
81 template <
typename CredentialsSecretArnT = Aws::String>
83 m_credentialsSecretArnHasBeenSet =
true;
84 m_credentialsSecretArn = std::forward<CredentialsSecretArnT>(value);
86 template <
typename CredentialsSecretArnT = Aws::String>
100 template <
typename FieldMappingT = RedisEnterpriseCloudFieldMapping>
102 m_fieldMappingHasBeenSet =
true;
103 m_fieldMapping = std::forward<FieldMappingT>(value);
105 template <
typename FieldMappingT = RedisEnterpriseCloudFieldMapping>
113 bool m_endpointHasBeenSet =
false;
116 bool m_vectorIndexNameHasBeenSet =
false;
119 bool m_credentialsSecretArnHasBeenSet =
false;
122 bool m_fieldMappingHasBeenSet =
false;
RedisEnterpriseCloudConfiguration & WithFieldMapping(FieldMappingT &&value)
RedisEnterpriseCloudConfiguration & WithEndpoint(EndpointT &&value)
const Aws::String & GetVectorIndexName() const
const RedisEnterpriseCloudFieldMapping & GetFieldMapping() const
void SetVectorIndexName(VectorIndexNameT &&value)
AWS_BEDROCKAGENT_API RedisEnterpriseCloudConfiguration(Aws::Utils::Json::JsonView jsonValue)
void SetCredentialsSecretArn(CredentialsSecretArnT &&value)
AWS_BEDROCKAGENT_API RedisEnterpriseCloudConfiguration()=default
void SetEndpoint(EndpointT &&value)
AWS_BEDROCKAGENT_API RedisEnterpriseCloudConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetFieldMapping(FieldMappingT &&value)
const Aws::String & GetEndpoint() const
bool CredentialsSecretArnHasBeenSet() const
bool FieldMappingHasBeenSet() const
const Aws::String & GetCredentialsSecretArn() const
bool EndpointHasBeenSet() const
RedisEnterpriseCloudConfiguration & WithCredentialsSecretArn(CredentialsSecretArnT &&value)
AWS_BEDROCKAGENT_API Aws::Utils::Json::JsonValue Jsonize() const
RedisEnterpriseCloudConfiguration & WithVectorIndexName(VectorIndexNameT &&value)
bool VectorIndexNameHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue