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>
50 template<
typename Endpo
intT = Aws::String>
51 void SetEndpoint(EndpointT&& value) { m_endpointHasBeenSet =
true; m_endpoint = std::forward<EndpointT>(value); }
52 template<
typename Endpo
intT = Aws::String>
62 template<
typename VectorIndexNameT = Aws::String>
63 void SetVectorIndexName(VectorIndexNameT&& value) { m_vectorIndexNameHasBeenSet =
true; m_vectorIndexName = std::forward<VectorIndexNameT>(value); }
64 template<
typename VectorIndexNameT = Aws::String>
75 template<
typename CredentialsSecretArnT = Aws::String>
76 void SetCredentialsSecretArn(CredentialsSecretArnT&& value) { m_credentialsSecretArnHasBeenSet =
true; m_credentialsSecretArn = std::forward<CredentialsSecretArnT>(value); }
77 template<
typename CredentialsSecretArnT = Aws::String>
88 template<
typename FieldMappingT = RedisEnterpriseCloudFieldMapping>
89 void SetFieldMapping(FieldMappingT&& value) { m_fieldMappingHasBeenSet =
true; m_fieldMapping = std::forward<FieldMappingT>(value); }
90 template<
typename FieldMappingT = RedisEnterpriseCloudFieldMapping>
96 bool m_endpointHasBeenSet =
false;
99 bool m_vectorIndexNameHasBeenSet =
false;
102 bool m_credentialsSecretArnHasBeenSet =
false;
105 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