AWS SDK for C++

AWS SDK for C++ Version 1.11.849

Loading...
Searching...
No Matches
AgenticRetrievePolicyConfiguration.h
1
6#pragma once
7#include <aws/bedrock-agent-runtime/BedrockAgentRuntime_EXPORTS.h>
8#include <aws/bedrock-agent-runtime/model/AgenticRetrieveBedrockGuardrailConfiguration.h>
9
10#include <utility>
11
12namespace Aws {
13namespace Utils {
14namespace Json {
15class JsonValue;
16class JsonView;
17} // namespace Json
18} // namespace Utils
19namespace BedrockAgentRuntime {
20namespace Model {
21
28 public:
29 AWS_BEDROCKAGENTRUNTIME_API AgenticRetrievePolicyConfiguration() = default;
32 AWS_BEDROCKAGENTRUNTIME_API Aws::Utils::Json::JsonValue Jsonize() const;
33
35
39 return m_bedrockGuardrailConfiguration;
40 }
41 inline bool BedrockGuardrailConfigurationHasBeenSet() const { return m_bedrockGuardrailConfigurationHasBeenSet; }
42 template <typename BedrockGuardrailConfigurationT = AgenticRetrieveBedrockGuardrailConfiguration>
44 m_bedrockGuardrailConfigurationHasBeenSet = true;
45 m_bedrockGuardrailConfiguration = std::forward<BedrockGuardrailConfigurationT>(value);
46 }
47 template <typename BedrockGuardrailConfigurationT = AgenticRetrieveBedrockGuardrailConfiguration>
49 SetBedrockGuardrailConfiguration(std::forward<BedrockGuardrailConfigurationT>(value));
50 return *this;
51 }
53 private:
54 AgenticRetrieveBedrockGuardrailConfiguration m_bedrockGuardrailConfiguration;
55 bool m_bedrockGuardrailConfigurationHasBeenSet = false;
56};
57
58} // namespace Model
59} // namespace BedrockAgentRuntime
60} // namespace Aws
AWS_BEDROCKAGENTRUNTIME_API AgenticRetrievePolicyConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_BEDROCKAGENTRUNTIME_API AgenticRetrievePolicyConfiguration(Aws::Utils::Json::JsonView jsonValue)
AgenticRetrievePolicyConfiguration & WithBedrockGuardrailConfiguration(BedrockGuardrailConfigurationT &&value)
AWS_BEDROCKAGENTRUNTIME_API AgenticRetrievePolicyConfiguration()=default
AWS_BEDROCKAGENTRUNTIME_API Aws::Utils::Json::JsonValue Jsonize() const
const AgenticRetrieveBedrockGuardrailConfiguration & GetBedrockGuardrailConfiguration() const
std::shared_ptr< T > MakeShared(const char *allocationTag, ArgTypes &&... args)
Aws::Utils::Json::JsonValue JsonValue