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/Block.h>
11#include <aws/textract/model/DocumentMetadata.h>
12#include <aws/textract/model/HumanLoopActivationOutput.h>
17template <
typename RESULT_TYPE>
18class AmazonWebServiceResult;
38 template <
typename DocumentMetadataT = DocumentMetadata>
40 m_documentMetadataHasBeenSet =
true;
41 m_documentMetadata = std::forward<DocumentMetadataT>(value);
43 template <
typename DocumentMetadataT = DocumentMetadata>
55 template <
typename BlocksT = Aws::Vector<Block>>
57 m_blocksHasBeenSet =
true;
58 m_blocks = std::forward<BlocksT>(value);
60 template <
typename BlocksT = Aws::Vector<Block>>
65 template <
typename BlocksT = Block>
67 m_blocksHasBeenSet =
true;
68 m_blocks.emplace_back(std::forward<BlocksT>(value));
78 template <
typename HumanLoopActivationOutputT = HumanLoopActivationOutput>
80 m_humanLoopActivationOutputHasBeenSet =
true;
81 m_humanLoopActivationOutput = std::forward<HumanLoopActivationOutputT>(value);
83 template <
typename HumanLoopActivationOutputT = HumanLoopActivationOutput>
95 template <
typename AnalyzeDocumentModelVersionT = Aws::String>
97 m_analyzeDocumentModelVersionHasBeenSet =
true;
98 m_analyzeDocumentModelVersion = std::forward<AnalyzeDocumentModelVersionT>(value);
100 template <
typename AnalyzeDocumentModelVersionT = Aws::String>
110 template <
typename RequestIdT = Aws::String>
112 m_requestIdHasBeenSet =
true;
113 m_requestId = std::forward<RequestIdT>(value);
115 template <
typename RequestIdT = Aws::String>
131 bool m_documentMetadataHasBeenSet =
false;
132 bool m_blocksHasBeenSet =
false;
133 bool m_humanLoopActivationOutputHasBeenSet =
false;
134 bool m_analyzeDocumentModelVersionHasBeenSet =
false;
135 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