7#include <aws/bedrock/Bedrock_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
42 m_lineNumberHasBeenSet =
true;
57 template <
typename LineTextT = Aws::String>
59 m_lineTextHasBeenSet =
true;
60 m_lineText = std::forward<LineTextT>(value);
62 template <
typename LineTextT = Aws::String>
72 bool m_lineNumberHasBeenSet =
false;
73 bool m_lineTextHasBeenSet =
false;
bool LineTextHasBeenSet() const
const Aws::String & GetLineText() const
AWS_BEDROCK_API AutomatedReasoningPolicyAnnotatedLine(Aws::Utils::Json::JsonView jsonValue)
AWS_BEDROCK_API AutomatedReasoningPolicyAnnotatedLine()=default
bool LineNumberHasBeenSet() const
AWS_BEDROCK_API Aws::Utils::Json::JsonValue Jsonize() const
int GetLineNumber() const
void SetLineText(LineTextT &&value)
AWS_BEDROCK_API AutomatedReasoningPolicyAnnotatedLine & operator=(Aws::Utils::Json::JsonView jsonValue)
AutomatedReasoningPolicyAnnotatedLine & WithLineText(LineTextT &&value)
void SetLineNumber(int value)
AutomatedReasoningPolicyAnnotatedLine & WithLineNumber(int value)
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