7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/textract/TextractRequest.h>
9#include <aws/textract/Textract_EXPORTS.h>
10#include <aws/textract/model/DocumentLocation.h>
11#include <aws/textract/model/NotificationChannel.h>
12#include <aws/textract/model/OutputConfig.h>
40 template <
typename DocumentLocationT = DocumentLocation>
42 m_documentLocationHasBeenSet =
true;
43 m_documentLocation = std::forward<DocumentLocationT>(value);
45 template <
typename DocumentLocationT = DocumentLocation>
64 template <
typename ClientRequestTokenT = Aws::String>
66 m_clientRequestTokenHasBeenSet =
true;
67 m_clientRequestToken = std::forward<ClientRequestTokenT>(value);
69 template <
typename ClientRequestTokenT = Aws::String>
85 template <
typename JobTagT = Aws::String>
87 m_jobTagHasBeenSet =
true;
88 m_jobTag = std::forward<JobTagT>(value);
90 template <
typename JobTagT = Aws::String>
101 template <
typename NotificationChannelT = NotificationChannel>
103 m_notificationChannelHasBeenSet =
true;
104 m_notificationChannel = std::forward<NotificationChannelT>(value);
106 template <
typename NotificationChannelT = NotificationChannel>
117 template <
typename OutputConfigT = OutputConfig>
119 m_outputConfigHasBeenSet =
true;
120 m_outputConfig = std::forward<OutputConfigT>(value);
122 template <
typename OutputConfigT = OutputConfig>
139 template <
typename KMSKeyIdT = Aws::String>
141 m_kMSKeyIdHasBeenSet =
true;
142 m_kMSKeyId = std::forward<KMSKeyIdT>(value);
144 template <
typename KMSKeyIdT = Aws::String>
152 bool m_documentLocationHasBeenSet =
false;
155 bool m_clientRequestTokenHasBeenSet =
false;
158 bool m_jobTagHasBeenSet =
false;
161 bool m_notificationChannelHasBeenSet =
false;
164 bool m_outputConfigHasBeenSet =
false;
167 bool m_kMSKeyIdHasBeenSet =
false;
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String