7#include <aws/textract/Textract_EXPORTS.h>
8#include <aws/textract/TextractRequest.h>
9#include <aws/textract/model/DocumentLocation.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
11#include <aws/textract/model/NotificationChannel.h>
12#include <aws/textract/model/OutputConfig.h>
46 template<
typename DocumentLocationT = DocumentLocation>
47 void SetDocumentLocation(DocumentLocationT&& value) { m_documentLocationHasBeenSet =
true; m_documentLocation = std::forward<DocumentLocationT>(value); }
48 template<
typename DocumentLocationT = DocumentLocation>
64 template<
typename ClientRequestTokenT = Aws::String>
65 void SetClientRequestToken(ClientRequestTokenT&& value) { m_clientRequestTokenHasBeenSet =
true; m_clientRequestToken = std::forward<ClientRequestTokenT>(value); }
66 template<
typename ClientRequestTokenT = Aws::String>
79 template<
typename JobTagT = Aws::String>
80 void SetJobTag(JobTagT&& value) { m_jobTagHasBeenSet =
true; m_jobTag = std::forward<JobTagT>(value); }
81 template<
typename JobTagT = Aws::String>
92 template<
typename NotificationChannelT = NotificationChannel>
93 void SetNotificationChannel(NotificationChannelT&& value) { m_notificationChannelHasBeenSet =
true; m_notificationChannel = std::forward<NotificationChannelT>(value); }
94 template<
typename NotificationChannelT = NotificationChannel>
106 template<
typename OutputConfigT = OutputConfig>
107 void SetOutputConfig(OutputConfigT&& value) { m_outputConfigHasBeenSet =
true; m_outputConfig = std::forward<OutputConfigT>(value); }
108 template<
typename OutputConfigT = OutputConfig>
122 template<
typename KMSKeyIdT = Aws::String>
123 void SetKMSKeyId(KMSKeyIdT&& value) { m_kMSKeyIdHasBeenSet =
true; m_kMSKeyId = std::forward<KMSKeyIdT>(value); }
124 template<
typename KMSKeyIdT = Aws::String>
130 bool m_documentLocationHasBeenSet =
false;
133 bool m_clientRequestTokenHasBeenSet =
false;
136 bool m_jobTagHasBeenSet =
false;
139 bool m_notificationChannelHasBeenSet =
false;
142 bool m_outputConfigHasBeenSet =
false;
145 bool m_kMSKeyIdHasBeenSet =
false;
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String