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/AWSVector.h>
11#include <aws/core/utils/memory/stl/AWSString.h>
12#include <aws/textract/model/NotificationChannel.h>
13#include <aws/textract/model/OutputConfig.h>
14#include <aws/textract/model/QueriesConfig.h>
15#include <aws/textract/model/AdaptersConfig.h>
16#include <aws/textract/model/FeatureType.h>
89 inline void SetClientRequestToken(
const char* value) { m_clientRequestTokenHasBeenSet =
true; m_clientRequestToken.assign(value); }
106 inline void SetJobTag(
const char* value) { m_jobTagHasBeenSet =
true; m_jobTag.assign(value); }
151 inline void SetKMSKeyId(
const char* value) { m_kMSKeyIdHasBeenSet =
true; m_kMSKeyId.assign(value); }
181 bool m_documentLocationHasBeenSet =
false;
184 bool m_featureTypesHasBeenSet =
false;
187 bool m_clientRequestTokenHasBeenSet =
false;
190 bool m_jobTagHasBeenSet =
false;
193 bool m_notificationChannelHasBeenSet =
false;
196 bool m_outputConfigHasBeenSet =
false;
199 bool m_kMSKeyIdHasBeenSet =
false;
202 bool m_queriesConfigHasBeenSet =
false;
205 bool m_adaptersConfigHasBeenSet =
false;
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector