7#include <aws/textract/Textract_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
49 template<
typename ErrorCodeT = Aws::String>
50 void SetErrorCode(ErrorCodeT&& value) { m_errorCodeHasBeenSet =
true; m_errorCode = std::forward<ErrorCodeT>(value); }
51 template<
typename ErrorCodeT = Aws::String>
61 template<
typename PagesT = Aws::Vector<
int>>
62 void SetPages(PagesT&& value) { m_pagesHasBeenSet =
true; m_pages = std::forward<PagesT>(value); }
63 template<
typename PagesT = Aws::Vector<
int>>
65 inline Warning&
AddPages(
int value) { m_pagesHasBeenSet =
true; m_pages.push_back(value);
return *
this; }
70 bool m_errorCodeHasBeenSet =
false;
73 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