7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/textract/Textract_EXPORTS.h>
43 template <
typename ErrorCodeT = Aws::String>
45 m_errorCodeHasBeenSet =
true;
46 m_errorCode = std::forward<ErrorCodeT>(value);
48 template <
typename ErrorCodeT = Aws::String>
61 template <
typename PagesT = Aws::Vector<
int>>
63 m_pagesHasBeenSet =
true;
64 m_pages = std::forward<PagesT>(value);
66 template <
typename PagesT = Aws::Vector<
int>>
68 SetPages(std::forward<PagesT>(value));
72 m_pagesHasBeenSet =
true;
73 m_pages.push_back(value);
81 bool m_errorCodeHasBeenSet =
false;
82 bool m_pagesHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue