7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/textract/Textract_EXPORTS.h>
11#include <aws/textract/model/DocumentMetadata.h>
12#include <aws/textract/model/IdentityDocument.h>
17template <
typename RESULT_TYPE>
18class AmazonWebServiceResult;
39 template <
typename IdentityDocumentsT = Aws::Vector<IdentityDocument>>
41 m_identityDocumentsHasBeenSet =
true;
42 m_identityDocuments = std::forward<IdentityDocumentsT>(value);
44 template <
typename IdentityDocumentsT = Aws::Vector<IdentityDocument>>
49 template <
typename IdentityDocumentsT = IdentityDocument>
51 m_identityDocumentsHasBeenSet =
true;
52 m_identityDocuments.emplace_back(std::forward<IdentityDocumentsT>(value));
60 template <
typename DocumentMetadataT = DocumentMetadata>
62 m_documentMetadataHasBeenSet =
true;
63 m_documentMetadata = std::forward<DocumentMetadataT>(value);
65 template <
typename DocumentMetadataT = DocumentMetadata>
77 template <
typename AnalyzeIDModelVersionT = Aws::String>
79 m_analyzeIDModelVersionHasBeenSet =
true;
80 m_analyzeIDModelVersion = std::forward<AnalyzeIDModelVersionT>(value);
82 template <
typename AnalyzeIDModelVersionT = Aws::String>
92 template <
typename RequestIdT = Aws::String>
94 m_requestIdHasBeenSet =
true;
95 m_requestId = std::forward<RequestIdT>(value);
97 template <
typename RequestIdT = Aws::String>
114 bool m_identityDocumentsHasBeenSet =
false;
115 bool m_documentMetadataHasBeenSet =
false;
116 bool m_analyzeIDModelVersionHasBeenSet =
false;
117 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