7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/textract/TextractRequest.h>
9#include <aws/textract/Textract_EXPORTS.h>
10#include <aws/textract/model/AutoUpdate.h>
40 template <
typename AdapterIdT = Aws::String>
42 m_adapterIdHasBeenSet =
true;
43 m_adapterId = std::forward<AdapterIdT>(value);
45 template <
typename AdapterIdT = Aws::String>
58 template <
typename DescriptionT = Aws::String>
60 m_descriptionHasBeenSet =
true;
61 m_description = std::forward<DescriptionT>(value);
63 template <
typename DescriptionT = Aws::String>
76 template <
typename AdapterNameT = Aws::String>
78 m_adapterNameHasBeenSet =
true;
79 m_adapterName = std::forward<AdapterNameT>(value);
81 template <
typename AdapterNameT = Aws::String>
95 m_autoUpdateHasBeenSet =
true;
105 bool m_adapterIdHasBeenSet =
false;
108 bool m_descriptionHasBeenSet =
false;
111 bool m_adapterNameHasBeenSet =
false;
114 bool m_autoUpdateHasBeenSet =
false;
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String