7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/textract/Textract_EXPORTS.h>
10#include <aws/textract/model/LendingDetection.h>
43 template <
typename TypeT = Aws::String>
45 m_typeHasBeenSet =
true;
46 m_type = std::forward<TypeT>(value);
48 template <
typename TypeT = Aws::String>
50 SetType(std::forward<TypeT>(value));
59 template <
typename KeyDetectionT = LendingDetection>
61 m_keyDetectionHasBeenSet =
true;
62 m_keyDetection = std::forward<KeyDetectionT>(value);
64 template <
typename KeyDetectionT = LendingDetection>
77 template <
typename ValueDetectionsT = Aws::Vector<LendingDetection>>
79 m_valueDetectionsHasBeenSet =
true;
80 m_valueDetections = std::forward<ValueDetectionsT>(value);
82 template <
typename ValueDetectionsT = Aws::Vector<LendingDetection>>
87 template <
typename ValueDetectionsT = LendingDetection>
89 m_valueDetectionsHasBeenSet =
true;
90 m_valueDetections.emplace_back(std::forward<ValueDetectionsT>(value));
100 bool m_typeHasBeenSet =
false;
101 bool m_keyDetectionHasBeenSet =
false;
102 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