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>
48 template<
typename AdapterNameT = Aws::String>
49 void SetAdapterName(AdapterNameT&& value) { m_adapterNameHasBeenSet =
true; m_adapterName = std::forward<AdapterNameT>(value); }
50 template<
typename AdapterNameT = Aws::String>
63 template<
typename ClientRequestTokenT = Aws::String>
64 void SetClientRequestToken(ClientRequestTokenT&& value) { m_clientRequestTokenHasBeenSet =
true; m_clientRequestToken = std::forward<ClientRequestTokenT>(value); }
65 template<
typename ClientRequestTokenT = Aws::String>
75 template<
typename DescriptionT = Aws::String>
76 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
77 template<
typename DescriptionT = Aws::String>
88 template<
typename FeatureTypesT = Aws::Vector<FeatureType>>
89 void SetFeatureTypes(FeatureTypesT&& value) { m_featureTypesHasBeenSet =
true; m_featureTypes = std::forward<FeatureTypesT>(value); }
90 template<
typename FeatureTypesT = Aws::Vector<FeatureType>>
111 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
112 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
113 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
115 template<
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
117 m_tagsHasBeenSet =
true; m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
return *
this;
123 bool m_adapterNameHasBeenSet =
false;
126 bool m_clientRequestTokenHasBeenSet =
true;
129 bool m_descriptionHasBeenSet =
false;
132 bool m_featureTypesHasBeenSet =
false;
135 bool m_autoUpdateHasBeenSet =
false;
138 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