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>
66 inline void SetClientRequestToken(
const char* value) { m_clientRequestTokenHasBeenSet =
true; m_clientRequestToken.assign(value); }
83 inline void SetJobTag(
const char* value) { m_jobTagHasBeenSet =
true; m_jobTag.assign(value); }
128 inline void SetKMSKeyId(
const char* value) { m_kMSKeyIdHasBeenSet =
true; m_kMSKeyId.assign(value); }
136 bool m_documentLocationHasBeenSet =
false;
139 bool m_clientRequestTokenHasBeenSet =
false;
142 bool m_jobTagHasBeenSet =
false;
145 bool m_notificationChannelHasBeenSet =
false;
148 bool m_outputConfigHasBeenSet =
false;
151 bool m_kMSKeyIdHasBeenSet =
false;
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String