AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
StartDocumentClassificationJobResult.h
1
6#pragma once
7#include <aws/comprehend/Comprehend_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/comprehend/model/JobStatus.h>
10#include <utility>
11
12namespace Aws
13{
14template<typename RESULT_TYPE>
15class AmazonWebServiceResult;
16
17namespace Utils
18{
19namespace Json
20{
21 class JsonValue;
22} // namespace Json
23} // namespace Utils
24namespace Comprehend
25{
26namespace Model
27{
29 {
30 public:
34
35
37
42 inline const Aws::String& GetJobId() const{ return m_jobId; }
43 inline void SetJobId(const Aws::String& value) { m_jobId = value; }
44 inline void SetJobId(Aws::String&& value) { m_jobId = std::move(value); }
45 inline void SetJobId(const char* value) { m_jobId.assign(value); }
46 inline StartDocumentClassificationJobResult& WithJobId(const Aws::String& value) { SetJobId(value); return *this;}
47 inline StartDocumentClassificationJobResult& WithJobId(Aws::String&& value) { SetJobId(std::move(value)); return *this;}
48 inline StartDocumentClassificationJobResult& WithJobId(const char* value) { SetJobId(value); return *this;}
50
52
62 inline const Aws::String& GetJobArn() const{ return m_jobArn; }
63 inline void SetJobArn(const Aws::String& value) { m_jobArn = value; }
64 inline void SetJobArn(Aws::String&& value) { m_jobArn = std::move(value); }
65 inline void SetJobArn(const char* value) { m_jobArn.assign(value); }
66 inline StartDocumentClassificationJobResult& WithJobArn(const Aws::String& value) { SetJobArn(value); return *this;}
67 inline StartDocumentClassificationJobResult& WithJobArn(Aws::String&& value) { SetJobArn(std::move(value)); return *this;}
68 inline StartDocumentClassificationJobResult& WithJobArn(const char* value) { SetJobArn(value); return *this;}
70
72
83 inline const JobStatus& GetJobStatus() const{ return m_jobStatus; }
84 inline void SetJobStatus(const JobStatus& value) { m_jobStatus = value; }
85 inline void SetJobStatus(JobStatus&& value) { m_jobStatus = std::move(value); }
86 inline StartDocumentClassificationJobResult& WithJobStatus(const JobStatus& value) { SetJobStatus(value); return *this;}
87 inline StartDocumentClassificationJobResult& WithJobStatus(JobStatus&& value) { SetJobStatus(std::move(value)); return *this;}
89
91
94 inline const Aws::String& GetDocumentClassifierArn() const{ return m_documentClassifierArn; }
95 inline void SetDocumentClassifierArn(const Aws::String& value) { m_documentClassifierArn = value; }
96 inline void SetDocumentClassifierArn(Aws::String&& value) { m_documentClassifierArn = std::move(value); }
97 inline void SetDocumentClassifierArn(const char* value) { m_documentClassifierArn.assign(value); }
102
104
105 inline const Aws::String& GetRequestId() const{ return m_requestId; }
106 inline void SetRequestId(const Aws::String& value) { m_requestId = value; }
107 inline void SetRequestId(Aws::String&& value) { m_requestId = std::move(value); }
108 inline void SetRequestId(const char* value) { m_requestId.assign(value); }
109 inline StartDocumentClassificationJobResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;}
110 inline StartDocumentClassificationJobResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;}
111 inline StartDocumentClassificationJobResult& WithRequestId(const char* value) { SetRequestId(value); return *this;}
113 private:
114
115 Aws::String m_jobId;
116
117 Aws::String m_jobArn;
118
119 JobStatus m_jobStatus;
120
121 Aws::String m_documentClassifierArn;
122
123 Aws::String m_requestId;
124 };
125
126} // namespace Model
127} // namespace Comprehend
128} // namespace Aws
StartDocumentClassificationJobResult & WithJobStatus(JobStatus &&value)
StartDocumentClassificationJobResult & WithJobStatus(const JobStatus &value)
StartDocumentClassificationJobResult & WithJobArn(const Aws::String &value)
StartDocumentClassificationJobResult & WithRequestId(Aws::String &&value)
StartDocumentClassificationJobResult & WithDocumentClassifierArn(const Aws::String &value)
AWS_COMPREHEND_API StartDocumentClassificationJobResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
StartDocumentClassificationJobResult & WithJobId(const Aws::String &value)
StartDocumentClassificationJobResult & WithJobArn(const char *value)
StartDocumentClassificationJobResult & WithDocumentClassifierArn(const char *value)
StartDocumentClassificationJobResult & WithJobArn(Aws::String &&value)
StartDocumentClassificationJobResult & WithJobId(Aws::String &&value)
StartDocumentClassificationJobResult & WithDocumentClassifierArn(Aws::String &&value)
StartDocumentClassificationJobResult & WithRequestId(const Aws::String &value)
StartDocumentClassificationJobResult & WithJobId(const char *value)
StartDocumentClassificationJobResult & WithRequestId(const char *value)
AWS_COMPREHEND_API StartDocumentClassificationJobResult(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