7#include <aws/bedrock-agent/BedrockAgent_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/bedrock-agent/model/RedisEnterpriseCloudFieldMapping.h>
51 template<
typename CredentialsSecretArnT = Aws::String>
52 void SetCredentialsSecretArn(CredentialsSecretArnT&& value) { m_credentialsSecretArnHasBeenSet =
true; m_credentialsSecretArn = std::forward<CredentialsSecretArnT>(value); }
53 template<
typename CredentialsSecretArnT = Aws::String>
63 template<
typename Endpo
intT = Aws::String>
64 void SetEndpoint(EndpointT&& value) { m_endpointHasBeenSet =
true; m_endpoint = std::forward<EndpointT>(value); }
65 template<
typename Endpo
intT = Aws::String>
76 template<
typename FieldMappingT = RedisEnterpriseCloudFieldMapping>
77 void SetFieldMapping(FieldMappingT&& value) { m_fieldMappingHasBeenSet =
true; m_fieldMapping = std::forward<FieldMappingT>(value); }
78 template<
typename FieldMappingT = RedisEnterpriseCloudFieldMapping>
88 template<
typename VectorIndexNameT = Aws::String>
89 void SetVectorIndexName(VectorIndexNameT&& value) { m_vectorIndexNameHasBeenSet =
true; m_vectorIndexName = std::forward<VectorIndexNameT>(value); }
90 template<
typename VectorIndexNameT = Aws::String>
96 bool m_credentialsSecretArnHasBeenSet =
false;
99 bool m_endpointHasBeenSet =
false;
102 bool m_fieldMappingHasBeenSet =
false;
105 bool m_vectorIndexNameHasBeenSet =
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