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/DocumentMetadata.h>
11#include <aws/textract/model/IdentityDocument.h>
16template <
typename RESULT_TYPE>
17class AmazonWebServiceResult;
38 template <
typename IdentityDocumentsT = Aws::Vector<IdentityDocument>>
40 m_identityDocumentsHasBeenSet =
true;
41 m_identityDocuments = std::forward<IdentityDocumentsT>(value);
43 template <
typename IdentityDocumentsT = Aws::Vector<IdentityDocument>>
48 template <
typename IdentityDocumentsT = IdentityDocument>
50 m_identityDocumentsHasBeenSet =
true;
51 m_identityDocuments.emplace_back(std::forward<IdentityDocumentsT>(value));
59 template <
typename DocumentMetadataT = DocumentMetadata>
61 m_documentMetadataHasBeenSet =
true;
62 m_documentMetadata = std::forward<DocumentMetadataT>(value);
64 template <
typename DocumentMetadataT = DocumentMetadata>
76 template <
typename AnalyzeIDModelVersionT = Aws::String>
78 m_analyzeIDModelVersionHasBeenSet =
true;
79 m_analyzeIDModelVersion = std::forward<AnalyzeIDModelVersionT>(value);
81 template <
typename AnalyzeIDModelVersionT = Aws::String>
91 template <
typename RequestIdT = Aws::String>
93 m_requestIdHasBeenSet =
true;
94 m_requestId = std::forward<RequestIdT>(value);
96 template <
typename RequestIdT = Aws::String>
110 bool m_identityDocumentsHasBeenSet =
false;
111 bool m_documentMetadataHasBeenSet =
false;
112 bool m_analyzeIDModelVersionHasBeenSet =
false;
113 bool m_requestIdHasBeenSet =
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