7#include <aws/textract/Textract_EXPORTS.h>
8#include <aws/textract/TextractRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/textract/model/AutoUpdate.h>
12#include <aws/core/utils/memory/stl/AWSMap.h>
13#include <aws/textract/model/FeatureType.h>
15#include <aws/core/utils/UUID.h>
50 inline void SetAdapterName(
const char* value) { m_adapterNameHasBeenSet =
true; m_adapterName.assign(value); }
67 inline void SetClientRequestToken(
const char* value) { m_clientRequestTokenHasBeenSet =
true; m_clientRequestToken.assign(value); }
81 inline void SetDescription(
const char* value) { m_descriptionHasBeenSet =
true; m_description.assign(value); }
135 bool m_adapterNameHasBeenSet =
false;
138 bool m_clientRequestTokenHasBeenSet =
false;
141 bool m_descriptionHasBeenSet =
false;
144 bool m_featureTypesHasBeenSet =
false;
147 bool m_autoUpdateHasBeenSet =
false;
150 bool m_tagsHasBeenSet =
false;
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector