7#include <aws/bedrock-agent/BedrockAgent_EXPORTS.h>
8#include <aws/bedrock-agent/model/EnrichmentStrategyConfiguration.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
51 template<
typename EnrichmentStrategyConfigurationT = EnrichmentStrategyConfiguration>
52 void SetEnrichmentStrategyConfiguration(EnrichmentStrategyConfigurationT&& value) { m_enrichmentStrategyConfigurationHasBeenSet =
true; m_enrichmentStrategyConfiguration = std::forward<EnrichmentStrategyConfigurationT>(value); }
53 template<
typename EnrichmentStrategyConfigurationT = EnrichmentStrategyConfiguration>
64 template<
typename ModelArnT = Aws::String>
65 void SetModelArn(ModelArnT&& value) { m_modelArnHasBeenSet =
true; m_modelArn = std::forward<ModelArnT>(value); }
66 template<
typename ModelArnT = Aws::String>
72 bool m_enrichmentStrategyConfigurationHasBeenSet =
false;
75 bool m_modelArnHasBeenSet =
false;
bool ModelArnHasBeenSet() const
const EnrichmentStrategyConfiguration & GetEnrichmentStrategyConfiguration() const
bool EnrichmentStrategyConfigurationHasBeenSet() const
const Aws::String & GetModelArn() const
AWS_BEDROCKAGENT_API BedrockFoundationModelContextEnrichmentConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
BedrockFoundationModelContextEnrichmentConfiguration & WithModelArn(ModelArnT &&value)
void SetEnrichmentStrategyConfiguration(EnrichmentStrategyConfigurationT &&value)
BedrockFoundationModelContextEnrichmentConfiguration & WithEnrichmentStrategyConfiguration(EnrichmentStrategyConfigurationT &&value)
void SetModelArn(ModelArnT &&value)
AWS_BEDROCKAGENT_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_BEDROCKAGENT_API BedrockFoundationModelContextEnrichmentConfiguration(Aws::Utils::Json::JsonView jsonValue)
AWS_BEDROCKAGENT_API BedrockFoundationModelContextEnrichmentConfiguration()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue