7#include <aws/textract/Textract_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/textract/model/LendingDetection.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
49 template<
typename TypeT = Aws::String>
50 void SetType(TypeT&& value) { m_typeHasBeenSet =
true; m_type = std::forward<TypeT>(value); }
51 template<
typename TypeT = Aws::String>
59 template<
typename KeyDetectionT = LendingDetection>
60 void SetKeyDetection(KeyDetectionT&& value) { m_keyDetectionHasBeenSet =
true; m_keyDetection = std::forward<KeyDetectionT>(value); }
61 template<
typename KeyDetectionT = LendingDetection>
71 template<
typename ValueDetectionsT = Aws::Vector<LendingDetection>>
72 void SetValueDetections(ValueDetectionsT&& value) { m_valueDetectionsHasBeenSet =
true; m_valueDetections = std::forward<ValueDetectionsT>(value); }
73 template<
typename ValueDetectionsT = Aws::Vector<LendingDetection>>
75 template<
typename ValueDetectionsT = LendingDetection>
76 LendingField&
AddValueDetections(ValueDetectionsT&& value) { m_valueDetectionsHasBeenSet =
true; m_valueDetections.emplace_back(std::forward<ValueDetectionsT>(value));
return *
this; }
81 bool m_typeHasBeenSet =
false;
84 bool m_keyDetectionHasBeenSet =
false;
87 bool m_valueDetectionsHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue