7#include <aws/textract/Textract_EXPORTS.h>
8#include <aws/textract/TextractRequest.h>
9#include <aws/core/utils/DateTime.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
46 template<
typename AfterCreationTimeT = Aws::Utils::DateTime>
47 void SetAfterCreationTime(AfterCreationTimeT&& value) { m_afterCreationTimeHasBeenSet =
true; m_afterCreationTime = std::forward<AfterCreationTimeT>(value); }
48 template<
typename AfterCreationTimeT = Aws::Utils::DateTime>
60 template<
typename BeforeCreationTimeT = Aws::Utils::DateTime>
61 void SetBeforeCreationTime(BeforeCreationTimeT&& value) { m_beforeCreationTimeHasBeenSet =
true; m_beforeCreationTime = std::forward<BeforeCreationTimeT>(value); }
62 template<
typename BeforeCreationTimeT = Aws::Utils::DateTime>
72 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
82 template<
typename NextTokenT = Aws::String>
83 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
84 template<
typename NextTokenT = Aws::String>
90 bool m_afterCreationTimeHasBeenSet =
false;
93 bool m_beforeCreationTimeHasBeenSet =
false;
96 bool m_maxResultsHasBeenSet =
false;
99 bool m_nextTokenHasBeenSet =
false;
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String