AWS SDK for C++

AWS SDK for C++ Version 1.11.717

Loading...
Searching...
No Matches
DescribeDocumentClassificationJobResult.h
1
6#pragma once
7#include <aws/comprehend/Comprehend_EXPORTS.h>
8#include <aws/comprehend/model/DocumentClassificationJobProperties.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10
11#include <utility>
12
13namespace Aws {
14template <typename RESULT_TYPE>
15class AmazonWebServiceResult;
16
17namespace Utils {
18namespace Json {
19class JsonValue;
20} // namespace Json
21} // namespace Utils
22namespace Comprehend {
23namespace Model {
25 public:
26 AWS_COMPREHEND_API DescribeDocumentClassificationJobResult() = default;
30
32
37 return m_documentClassificationJobProperties;
38 }
39 template <typename DocumentClassificationJobPropertiesT = DocumentClassificationJobProperties>
40 void SetDocumentClassificationJobProperties(DocumentClassificationJobPropertiesT&& value) {
41 m_documentClassificationJobPropertiesHasBeenSet = true;
42 m_documentClassificationJobProperties = std::forward<DocumentClassificationJobPropertiesT>(value);
43 }
44 template <typename DocumentClassificationJobPropertiesT = DocumentClassificationJobProperties>
46 SetDocumentClassificationJobProperties(std::forward<DocumentClassificationJobPropertiesT>(value));
47 return *this;
48 }
50
52
53 inline const Aws::String& GetRequestId() const { return m_requestId; }
54 template <typename RequestIdT = Aws::String>
55 void SetRequestId(RequestIdT&& value) {
56 m_requestIdHasBeenSet = true;
57 m_requestId = std::forward<RequestIdT>(value);
58 }
59 template <typename RequestIdT = Aws::String>
61 SetRequestId(std::forward<RequestIdT>(value));
62 return *this;
63 }
65 private:
66 DocumentClassificationJobProperties m_documentClassificationJobProperties;
67
68 Aws::String m_requestId;
69 bool m_documentClassificationJobPropertiesHasBeenSet = false;
70 bool m_requestIdHasBeenSet = false;
71};
72
73} // namespace Model
74} // namespace Comprehend
75} // namespace Aws
void SetDocumentClassificationJobProperties(DocumentClassificationJobPropertiesT &&value)
DescribeDocumentClassificationJobResult & WithDocumentClassificationJobProperties(DocumentClassificationJobPropertiesT &&value)
AWS_COMPREHEND_API DescribeDocumentClassificationJobResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const DocumentClassificationJobProperties & GetDocumentClassificationJobProperties() const
DescribeDocumentClassificationJobResult & WithRequestId(RequestIdT &&value)
AWS_COMPREHEND_API DescribeDocumentClassificationJobResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue