7#include <aws/core/utils/UUID.h>
8#include <aws/core/utils/memory/stl/AWSMap.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/textract/TextractRequest.h>
12#include <aws/textract/Textract_EXPORTS.h>
13#include <aws/textract/model/AutoUpdate.h>
14#include <aws/textract/model/FeatureType.h>
44 template <
typename AdapterNameT = Aws::String>
46 m_adapterNameHasBeenSet =
true;
47 m_adapterName = std::forward<AdapterNameT>(value);
49 template <
typename AdapterNameT = Aws::String>
65 template <
typename ClientRequestTokenT = Aws::String>
67 m_clientRequestTokenHasBeenSet =
true;
68 m_clientRequestToken = std::forward<ClientRequestTokenT>(value);
70 template <
typename ClientRequestTokenT = Aws::String>
83 template <
typename DescriptionT = Aws::String>
85 m_descriptionHasBeenSet =
true;
86 m_description = std::forward<DescriptionT>(value);
88 template <
typename DescriptionT = Aws::String>
102 template <
typename FeatureTypesT = Aws::Vector<FeatureType>>
104 m_featureTypesHasBeenSet =
true;
105 m_featureTypes = std::forward<FeatureTypesT>(value);
107 template <
typename FeatureTypesT = Aws::Vector<FeatureType>>
113 m_featureTypesHasBeenSet =
true;
114 m_featureTypes.push_back(value);
126 m_autoUpdateHasBeenSet =
true;
127 m_autoUpdate = value;
141 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
143 m_tagsHasBeenSet =
true;
144 m_tags = std::forward<TagsT>(value);
146 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
148 SetTags(std::forward<TagsT>(value));
151 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
153 m_tagsHasBeenSet =
true;
154 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
170 bool m_adapterNameHasBeenSet =
false;
171 bool m_clientRequestTokenHasBeenSet =
true;
172 bool m_descriptionHasBeenSet =
false;
173 bool m_featureTypesHasBeenSet =
false;
174 bool m_autoUpdateHasBeenSet =
false;
175 bool m_tagsHasBeenSet =
false;
static Aws::Utils::UUID PseudoRandomUUID()
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