7#include <aws/textract/Textract_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/textract/model/DocumentGroup.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
49 template<
typename DocumentGroupsT = Aws::Vector<DocumentGroup>>
50 void SetDocumentGroups(DocumentGroupsT&& value) { m_documentGroupsHasBeenSet =
true; m_documentGroups = std::forward<DocumentGroupsT>(value); }
51 template<
typename DocumentGroupsT = Aws::Vector<DocumentGroup>>
53 template<
typename DocumentGroupsT = DocumentGroup>
54 LendingSummary&
AddDocumentGroups(DocumentGroupsT&& value) { m_documentGroupsHasBeenSet =
true; m_documentGroups.emplace_back(std::forward<DocumentGroupsT>(value));
return *
this; }
63 template<
typename UndetectedDocumentTypesT = Aws::Vector<Aws::String>>
64 void SetUndetectedDocumentTypes(UndetectedDocumentTypesT&& value) { m_undetectedDocumentTypesHasBeenSet =
true; m_undetectedDocumentTypes = std::forward<UndetectedDocumentTypesT>(value); }
65 template<
typename UndetectedDocumentTypesT = Aws::Vector<Aws::String>>
67 template<
typename UndetectedDocumentTypesT = Aws::String>
68 LendingSummary&
AddUndetectedDocumentTypes(UndetectedDocumentTypesT&& value) { m_undetectedDocumentTypesHasBeenSet =
true; m_undetectedDocumentTypes.emplace_back(std::forward<UndetectedDocumentTypesT>(value));
return *
this; }
73 bool m_documentGroupsHasBeenSet =
false;
76 bool m_undetectedDocumentTypesHasBeenSet =
false;
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue