7#include <aws/bedrock-runtime/BedrockRuntime_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
19namespace BedrockRuntime {
41 template <
typename LogicT = Aws::String>
43 m_logicHasBeenSet =
true;
44 m_logic = std::forward<LogicT>(value);
46 template <
typename LogicT = Aws::String>
48 SetLogic(std::forward<LogicT>(value));
59 template <
typename NaturalLanguageT = Aws::String>
61 m_naturalLanguageHasBeenSet =
true;
62 m_naturalLanguage = std::forward<NaturalLanguageT>(value);
64 template <
typename NaturalLanguageT = Aws::String>
74 bool m_logicHasBeenSet =
false;
75 bool m_naturalLanguageHasBeenSet =
false;
AWS_BEDROCKRUNTIME_API GuardrailAutomatedReasoningStatement & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetLogic() const
GuardrailAutomatedReasoningStatement & WithLogic(LogicT &&value)
bool LogicHasBeenSet() const
AWS_BEDROCKRUNTIME_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_BEDROCKRUNTIME_API GuardrailAutomatedReasoningStatement(Aws::Utils::Json::JsonView jsonValue)
void SetNaturalLanguage(NaturalLanguageT &&value)
GuardrailAutomatedReasoningStatement & WithNaturalLanguage(NaturalLanguageT &&value)
bool NaturalLanguageHasBeenSet() const
void SetLogic(LogicT &&value)
const Aws::String & GetNaturalLanguage() const
AWS_BEDROCKRUNTIME_API GuardrailAutomatedReasoningStatement()=default
std::shared_ptr< T > MakeShared(const char *allocationTag, ArgTypes &&... args)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue