7#include <aws/core/utils/memory/stl/AWSVector.h>
8#include <aws/textract/Textract_EXPORTS.h>
9#include <aws/textract/model/Prediction.h>
44 template <
typename PageTypeT = Aws::Vector<Prediction>>
46 m_pageTypeHasBeenSet =
true;
47 m_pageType = std::forward<PageTypeT>(value);
49 template <
typename PageTypeT = Aws::Vector<Prediction>>
54 template <
typename PageTypeT = Prediction>
56 m_pageTypeHasBeenSet =
true;
57 m_pageType.emplace_back(std::forward<PageTypeT>(value));
69 template <
typename PageNumberT = Aws::Vector<Prediction>>
71 m_pageNumberHasBeenSet =
true;
72 m_pageNumber = std::forward<PageNumberT>(value);
74 template <
typename PageNumberT = Aws::Vector<Prediction>>
79 template <
typename PageNumberT = Prediction>
81 m_pageNumberHasBeenSet =
true;
82 m_pageNumber.emplace_back(std::forward<PageNumberT>(value));
90 bool m_pageTypeHasBeenSet =
false;
91 bool m_pageNumberHasBeenSet =
false;
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue