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