AWS SDK for C++

AWS SDK for C++ Version 1.11.773

Loading...
Searching...
No Matches
AutomatedReasoningPolicyAnnotatedContent.h
1
6#pragma once
7#include <aws/bedrock/Bedrock_EXPORTS.h>
8#include <aws/bedrock/model/AutomatedReasoningPolicyAnnotatedLine.h>
9
10#include <utility>
11
12namespace Aws {
13namespace Utils {
14namespace Json {
15class JsonValue;
16class JsonView;
17} // namespace Json
18} // namespace Utils
19namespace Bedrock {
20namespace Model {
21
31 public:
32 AWS_BEDROCK_API AutomatedReasoningPolicyAnnotatedContent() = default;
35 AWS_BEDROCK_API Aws::Utils::Json::JsonValue Jsonize() const;
36
38
42 inline const AutomatedReasoningPolicyAnnotatedLine& GetLine() const { return m_line; }
43 inline bool LineHasBeenSet() const { return m_lineHasBeenSet; }
44 template <typename LineT = AutomatedReasoningPolicyAnnotatedLine>
45 void SetLine(LineT&& value) {
46 m_lineHasBeenSet = true;
47 m_line = std::forward<LineT>(value);
48 }
49 template <typename LineT = AutomatedReasoningPolicyAnnotatedLine>
51 SetLine(std::forward<LineT>(value));
52 return *this;
53 }
55 private:
57 bool m_lineHasBeenSet = false;
58};
59
60} // namespace Model
61} // namespace Bedrock
62} // namespace Aws
AWS_BEDROCK_API AutomatedReasoningPolicyAnnotatedContent(Aws::Utils::Json::JsonView jsonValue)
AWS_BEDROCK_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_BEDROCK_API AutomatedReasoningPolicyAnnotatedContent & operator=(Aws::Utils::Json::JsonView jsonValue)
std::shared_ptr< T > MakeShared(const char *allocationTag, ArgTypes &&... args)
Aws::Utils::Json::JsonValue JsonValue