7#include <aws/textract/Textract_EXPORTS.h>
8#include <aws/textract/TextractRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/DateTime.h>
45 template<
typename AdapterIdT = Aws::String>
46 void SetAdapterId(AdapterIdT&& value) { m_adapterIdHasBeenSet =
true; m_adapterId = std::forward<AdapterIdT>(value); }
47 template<
typename AdapterIdT = Aws::String>
59 template<
typename AfterCreationTimeT = Aws::Utils::DateTime>
60 void SetAfterCreationTime(AfterCreationTimeT&& value) { m_afterCreationTimeHasBeenSet =
true; m_afterCreationTime = std::forward<AfterCreationTimeT>(value); }
61 template<
typename AfterCreationTimeT = Aws::Utils::DateTime>
73 template<
typename BeforeCreationTimeT = Aws::Utils::DateTime>
74 void SetBeforeCreationTime(BeforeCreationTimeT&& value) { m_beforeCreationTimeHasBeenSet =
true; m_beforeCreationTime = std::forward<BeforeCreationTimeT>(value); }
75 template<
typename BeforeCreationTimeT = Aws::Utils::DateTime>
85 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
96 template<
typename NextTokenT = Aws::String>
97 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
98 template<
typename NextTokenT = Aws::String>
104 bool m_adapterIdHasBeenSet =
false;
107 bool m_afterCreationTimeHasBeenSet =
false;
110 bool m_beforeCreationTimeHasBeenSet =
false;
113 bool m_maxResultsHasBeenSet =
false;
116 bool m_nextTokenHasBeenSet =
false;
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String