7#include <aws/bedrock/Bedrock_EXPORTS.h>
8#include <aws/bedrock/model/AutomatedReasoningPolicyAnnotatedContent.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
45 m_pageNumberHasBeenSet =
true;
61 template <
typename ContentT = Aws::Vector<AutomatedReasoningPolicyAnnotatedContent>>
63 m_contentHasBeenSet =
true;
64 m_content = std::forward<ContentT>(value);
66 template <
typename ContentT = Aws::Vector<AutomatedReasoningPolicyAnnotatedContent>>
71 template <
typename ContentT = AutomatedReasoningPolicyAnnotatedContent>
73 m_contentHasBeenSet =
true;
74 m_content.emplace_back(std::forward<ContentT>(value));
82 bool m_pageNumberHasBeenSet =
false;
83 bool m_contentHasBeenSet =
false;
AWS_BEDROCK_API AutomatedReasoningPolicyAnnotatedChunk()=default
AWS_BEDROCK_API AutomatedReasoningPolicyAnnotatedChunk & operator=(Aws::Utils::Json::JsonView jsonValue)
bool PageNumberHasBeenSet() const
int GetPageNumber() const
void SetPageNumber(int value)
void SetContent(ContentT &&value)
AutomatedReasoningPolicyAnnotatedChunk & AddContent(ContentT &&value)
AWS_BEDROCK_API Aws::Utils::Json::JsonValue Jsonize() const
AutomatedReasoningPolicyAnnotatedChunk & WithContent(ContentT &&value)
AutomatedReasoningPolicyAnnotatedChunk & WithPageNumber(int value)
const Aws::Vector< AutomatedReasoningPolicyAnnotatedContent > & GetContent() const
bool ContentHasBeenSet() const
AWS_BEDROCK_API AutomatedReasoningPolicyAnnotatedChunk(Aws::Utils::Json::JsonView jsonValue)
std::shared_ptr< T > MakeShared(const char *allocationTag, ArgTypes &&... args)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue