AWS SDK for C++

AWS SDK for C++ Version 1.11.612

Loading...
Searching...
No Matches
BedrockFoundationModelContextEnrichmentConfiguration.h
1
6#pragma once
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>
10#include <utility>
11
12namespace Aws
13{
14namespace Utils
15{
16namespace Json
17{
18 class JsonValue;
19 class JsonView;
20} // namespace Json
21} // namespace Utils
22namespace BedrockAgent
23{
24namespace Model
25{
26
35 {
36 public:
40 AWS_BEDROCKAGENT_API Aws::Utils::Json::JsonValue Jsonize() const;
41
42
44
49 inline const EnrichmentStrategyConfiguration& GetEnrichmentStrategyConfiguration() const { return m_enrichmentStrategyConfiguration; }
50 inline bool EnrichmentStrategyConfigurationHasBeenSet() const { return m_enrichmentStrategyConfigurationHasBeenSet; }
51 template<typename EnrichmentStrategyConfigurationT = EnrichmentStrategyConfiguration>
52 void SetEnrichmentStrategyConfiguration(EnrichmentStrategyConfigurationT&& value) { m_enrichmentStrategyConfigurationHasBeenSet = true; m_enrichmentStrategyConfiguration = std::forward<EnrichmentStrategyConfigurationT>(value); }
53 template<typename EnrichmentStrategyConfigurationT = EnrichmentStrategyConfiguration>
54 BedrockFoundationModelContextEnrichmentConfiguration& WithEnrichmentStrategyConfiguration(EnrichmentStrategyConfigurationT&& value) { SetEnrichmentStrategyConfiguration(std::forward<EnrichmentStrategyConfigurationT>(value)); return *this;}
56
58
62 inline const Aws::String& GetModelArn() const { return m_modelArn; }
63 inline bool ModelArnHasBeenSet() const { return m_modelArnHasBeenSet; }
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>
67 BedrockFoundationModelContextEnrichmentConfiguration& WithModelArn(ModelArnT&& value) { SetModelArn(std::forward<ModelArnT>(value)); return *this;}
69 private:
70
71 EnrichmentStrategyConfiguration m_enrichmentStrategyConfiguration;
72 bool m_enrichmentStrategyConfigurationHasBeenSet = false;
73
74 Aws::String m_modelArn;
75 bool m_modelArnHasBeenSet = false;
76 };
77
78} // namespace Model
79} // namespace BedrockAgent
80} // namespace Aws
AWS_BEDROCKAGENT_API BedrockFoundationModelContextEnrichmentConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
BedrockFoundationModelContextEnrichmentConfiguration & WithEnrichmentStrategyConfiguration(EnrichmentStrategyConfigurationT &&value)
AWS_BEDROCKAGENT_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_BEDROCKAGENT_API BedrockFoundationModelContextEnrichmentConfiguration(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue