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/textract/model/AutoUpdate.h>
44 template<
typename AdapterIdT = Aws::String>
45 void SetAdapterId(AdapterIdT&& value) { m_adapterIdHasBeenSet =
true; m_adapterId = std::forward<AdapterIdT>(value); }
46 template<
typename AdapterIdT = Aws::String>
56 template<
typename DescriptionT = Aws::String>
57 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
58 template<
typename DescriptionT = Aws::String>
68 template<
typename AdapterNameT = Aws::String>
69 void SetAdapterName(AdapterNameT&& value) { m_adapterNameHasBeenSet =
true; m_adapterName = std::forward<AdapterNameT>(value); }
70 template<
typename AdapterNameT = Aws::String>
86 bool m_adapterIdHasBeenSet =
false;
89 bool m_descriptionHasBeenSet =
false;
92 bool m_adapterNameHasBeenSet =
false;
95 bool m_autoUpdateHasBeenSet =
false;
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String