7#include <aws/bedrock/Bedrock_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
49 template<
typename LogicT = Aws::String>
50 void SetLogic(LogicT&& value) { m_logicHasBeenSet =
true; m_logic = std::forward<LogicT>(value); }
51 template<
typename LogicT = Aws::String>
62 template<
typename NaturalLanguageT = Aws::String>
63 void SetNaturalLanguage(NaturalLanguageT&& value) { m_naturalLanguageHasBeenSet =
true; m_naturalLanguage = std::forward<NaturalLanguageT>(value); }
64 template<
typename NaturalLanguageT = Aws::String>
70 bool m_logicHasBeenSet =
false;
73 bool m_naturalLanguageHasBeenSet =
false;
AWS_BEDROCK_API AutomatedReasoningLogicStatement(Aws::Utils::Json::JsonView jsonValue)
AWS_BEDROCK_API AutomatedReasoningLogicStatement & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetLogic(LogicT &&value)
AWS_BEDROCK_API AutomatedReasoningLogicStatement()=default
AWS_BEDROCK_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetLogic() const
void SetNaturalLanguage(NaturalLanguageT &&value)
bool LogicHasBeenSet() const
AutomatedReasoningLogicStatement & WithNaturalLanguage(NaturalLanguageT &&value)
const Aws::String & GetNaturalLanguage() const
AutomatedReasoningLogicStatement & WithLogic(LogicT &&value)
bool NaturalLanguageHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue