7#include <aws/textract/Textract_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/textract/model/LendingField.h>
10#include <aws/textract/model/SignatureDetection.h>
49 template<
typename LendingFieldsT = Aws::Vector<LendingField>>
50 void SetLendingFields(LendingFieldsT&& value) { m_lendingFieldsHasBeenSet =
true; m_lendingFields = std::forward<LendingFieldsT>(value); }
51 template<
typename LendingFieldsT = Aws::Vector<LendingField>>
53 template<
typename LendingFieldsT = LendingField>
54 LendingDocument&
AddLendingFields(LendingFieldsT&& value) { m_lendingFieldsHasBeenSet =
true; m_lendingFields.emplace_back(std::forward<LendingFieldsT>(value));
return *
this; }
63 template<
typename SignatureDetectionsT = Aws::Vector<SignatureDetection>>
64 void SetSignatureDetections(SignatureDetectionsT&& value) { m_signatureDetectionsHasBeenSet =
true; m_signatureDetections = std::forward<SignatureDetectionsT>(value); }
65 template<
typename SignatureDetectionsT = Aws::Vector<SignatureDetection>>
67 template<
typename SignatureDetectionsT = SignatureDetection>
68 LendingDocument&
AddSignatureDetections(SignatureDetectionsT&& value) { m_signatureDetectionsHasBeenSet =
true; m_signatureDetections.emplace_back(std::forward<SignatureDetectionsT>(value));
return *
this; }
73 bool m_lendingFieldsHasBeenSet =
false;
76 bool m_signatureDetectionsHasBeenSet =
false;
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue