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>
44 template<
typename DocumentLocationT = DocumentLocation>
45 void SetDocumentLocation(DocumentLocationT&& value) { m_documentLocationHasBeenSet =
true; m_documentLocation = std::forward<DocumentLocationT>(value); }
46 template<
typename DocumentLocationT = DocumentLocation>
62 template<
typename ClientRequestTokenT = Aws::String>
63 void SetClientRequestToken(ClientRequestTokenT&& value) { m_clientRequestTokenHasBeenSet =
true; m_clientRequestToken = std::forward<ClientRequestTokenT>(value); }
64 template<
typename ClientRequestTokenT = Aws::String>
77 template<
typename JobTagT = Aws::String>
78 void SetJobTag(JobTagT&& value) { m_jobTagHasBeenSet =
true; m_jobTag = std::forward<JobTagT>(value); }
79 template<
typename JobTagT = Aws::String>
87 template<
typename NotificationChannelT = NotificationChannel>
88 void SetNotificationChannel(NotificationChannelT&& value) { m_notificationChannelHasBeenSet =
true; m_notificationChannel = std::forward<NotificationChannelT>(value); }
89 template<
typename NotificationChannelT = NotificationChannel>
97 template<
typename OutputConfigT = OutputConfig>
98 void SetOutputConfig(OutputConfigT&& value) { m_outputConfigHasBeenSet =
true; m_outputConfig = std::forward<OutputConfigT>(value); }
99 template<
typename OutputConfigT = OutputConfig>
113 template<
typename KMSKeyIdT = Aws::String>
114 void SetKMSKeyId(KMSKeyIdT&& value) { m_kMSKeyIdHasBeenSet =
true; m_kMSKeyId = std::forward<KMSKeyIdT>(value); }
115 template<
typename KMSKeyIdT = Aws::String>
121 bool m_documentLocationHasBeenSet =
false;
124 bool m_clientRequestTokenHasBeenSet =
false;
127 bool m_jobTagHasBeenSet =
false;
130 bool m_notificationChannelHasBeenSet =
false;
133 bool m_outputConfigHasBeenSet =
false;
136 bool m_kMSKeyIdHasBeenSet =
false;
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String