7#include <aws/bedrock/Bedrock_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
43 template <
typename LogicT = Aws::String>
45 m_logicHasBeenSet =
true;
46 m_logic = std::forward<LogicT>(value);
48 template <
typename LogicT = Aws::String>
50 SetLogic(std::forward<LogicT>(value));
62 template <
typename NaturalLanguageT = Aws::String>
64 m_naturalLanguageHasBeenSet =
true;
65 m_naturalLanguage = std::forward<NaturalLanguageT>(value);
67 template <
typename NaturalLanguageT = Aws::String>
77 bool m_logicHasBeenSet =
false;
78 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::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