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/DocumentGroup.h>
43 template <
typename DocumentGroupsT = Aws::Vector<DocumentGroup>>
45 m_documentGroupsHasBeenSet =
true;
46 m_documentGroups = std::forward<DocumentGroupsT>(value);
48 template <
typename DocumentGroupsT = Aws::Vector<DocumentGroup>>
53 template <
typename DocumentGroupsT = DocumentGroup>
55 m_documentGroupsHasBeenSet =
true;
56 m_documentGroups.emplace_back(std::forward<DocumentGroupsT>(value));
67 template <
typename UndetectedDocumentTypesT = Aws::Vector<Aws::String>>
69 m_undetectedDocumentTypesHasBeenSet =
true;
70 m_undetectedDocumentTypes = std::forward<UndetectedDocumentTypesT>(value);
72 template <
typename UndetectedDocumentTypesT = Aws::Vector<Aws::String>>
77 template <
typename UndetectedDocumentTypesT = Aws::String>
79 m_undetectedDocumentTypesHasBeenSet =
true;
80 m_undetectedDocumentTypes.emplace_back(std::forward<UndetectedDocumentTypesT>(value));
88 bool m_documentGroupsHasBeenSet =
false;
89 bool m_undetectedDocumentTypesHasBeenSet =
false;
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue