7#include <aws/bedrock-agent/BedrockAgent_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/bedrock-agent/model/OpenSearchManagedClusterFieldMapping.h>
50 template<
typename DomainArnT = Aws::String>
51 void SetDomainArn(DomainArnT&& value) { m_domainArnHasBeenSet =
true; m_domainArn = std::forward<DomainArnT>(value); }
52 template<
typename DomainArnT = Aws::String>
62 template<
typename DomainEndpo
intT = Aws::String>
63 void SetDomainEndpoint(DomainEndpointT&& value) { m_domainEndpointHasBeenSet =
true; m_domainEndpoint = std::forward<DomainEndpointT>(value); }
64 template<
typename DomainEndpo
intT = Aws::String>
75 template<
typename FieldMappingT = OpenSearchManagedClusterFieldMapping>
76 void SetFieldMapping(FieldMappingT&& value) { m_fieldMappingHasBeenSet =
true; m_fieldMapping = std::forward<FieldMappingT>(value); }
77 template<
typename FieldMappingT = OpenSearchManagedClusterFieldMapping>
87 template<
typename VectorIndexNameT = Aws::String>
88 void SetVectorIndexName(VectorIndexNameT&& value) { m_vectorIndexNameHasBeenSet =
true; m_vectorIndexName = std::forward<VectorIndexNameT>(value); }
89 template<
typename VectorIndexNameT = Aws::String>
95 bool m_domainArnHasBeenSet =
false;
98 bool m_domainEndpointHasBeenSet =
false;
101 bool m_fieldMappingHasBeenSet =
false;
104 bool m_vectorIndexNameHasBeenSet =
false;
void SetDomainEndpoint(DomainEndpointT &&value)
OpenSearchManagedClusterConfiguration & WithDomainArn(DomainArnT &&value)
void SetVectorIndexName(VectorIndexNameT &&value)
AWS_BEDROCKAGENT_API OpenSearchManagedClusterConfiguration(Aws::Utils::Json::JsonView jsonValue)
void SetDomainArn(DomainArnT &&value)
AWS_BEDROCKAGENT_API OpenSearchManagedClusterConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
OpenSearchManagedClusterConfiguration & WithFieldMapping(FieldMappingT &&value)
const OpenSearchManagedClusterFieldMapping & GetFieldMapping() const
bool VectorIndexNameHasBeenSet() const
const Aws::String & GetDomainEndpoint() const
OpenSearchManagedClusterConfiguration & WithVectorIndexName(VectorIndexNameT &&value)
const Aws::String & GetVectorIndexName() const
AWS_BEDROCKAGENT_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_BEDROCKAGENT_API OpenSearchManagedClusterConfiguration()=default
bool FieldMappingHasBeenSet() const
const Aws::String & GetDomainArn() const
bool DomainArnHasBeenSet() const
bool DomainEndpointHasBeenSet() const
OpenSearchManagedClusterConfiguration & WithDomainEndpoint(DomainEndpointT &&value)
void SetFieldMapping(FieldMappingT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue