AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
StartEntitiesDetectionJobResult.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:
31 AWS_COMPREHEND_API StartEntitiesDetectionJobResult();
34
35
37
41 inline const Aws::String& GetJobId() const{ return m_jobId; }
42 inline void SetJobId(const Aws::String& value) { m_jobId = value; }
43 inline void SetJobId(Aws::String&& value) { m_jobId = std::move(value); }
44 inline void SetJobId(const char* value) { m_jobId.assign(value); }
45 inline StartEntitiesDetectionJobResult& WithJobId(const Aws::String& value) { SetJobId(value); return *this;}
46 inline StartEntitiesDetectionJobResult& WithJobId(Aws::String&& value) { SetJobId(std::move(value)); return *this;}
47 inline StartEntitiesDetectionJobResult& WithJobId(const char* value) { SetJobId(value); return *this;}
49
51
61 inline const Aws::String& GetJobArn() const{ return m_jobArn; }
62 inline void SetJobArn(const Aws::String& value) { m_jobArn = value; }
63 inline void SetJobArn(Aws::String&& value) { m_jobArn = std::move(value); }
64 inline void SetJobArn(const char* value) { m_jobArn.assign(value); }
65 inline StartEntitiesDetectionJobResult& WithJobArn(const Aws::String& value) { SetJobArn(value); return *this;}
66 inline StartEntitiesDetectionJobResult& WithJobArn(Aws::String&& value) { SetJobArn(std::move(value)); return *this;}
67 inline StartEntitiesDetectionJobResult& WithJobArn(const char* value) { SetJobArn(value); return *this;}
69
71
81 inline const JobStatus& GetJobStatus() const{ return m_jobStatus; }
82 inline void SetJobStatus(const JobStatus& value) { m_jobStatus = value; }
83 inline void SetJobStatus(JobStatus&& value) { m_jobStatus = std::move(value); }
84 inline StartEntitiesDetectionJobResult& WithJobStatus(const JobStatus& value) { SetJobStatus(value); return *this;}
85 inline StartEntitiesDetectionJobResult& WithJobStatus(JobStatus&& value) { SetJobStatus(std::move(value)); return *this;}
87
89
92 inline const Aws::String& GetEntityRecognizerArn() const{ return m_entityRecognizerArn; }
93 inline void SetEntityRecognizerArn(const Aws::String& value) { m_entityRecognizerArn = value; }
94 inline void SetEntityRecognizerArn(Aws::String&& value) { m_entityRecognizerArn = std::move(value); }
95 inline void SetEntityRecognizerArn(const char* value) { m_entityRecognizerArn.assign(value); }
98 inline StartEntitiesDetectionJobResult& WithEntityRecognizerArn(const char* value) { SetEntityRecognizerArn(value); return *this;}
100
102
103 inline const Aws::String& GetRequestId() const{ return m_requestId; }
104 inline void SetRequestId(const Aws::String& value) { m_requestId = value; }
105 inline void SetRequestId(Aws::String&& value) { m_requestId = std::move(value); }
106 inline void SetRequestId(const char* value) { m_requestId.assign(value); }
107 inline StartEntitiesDetectionJobResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;}
108 inline StartEntitiesDetectionJobResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;}
109 inline StartEntitiesDetectionJobResult& WithRequestId(const char* value) { SetRequestId(value); return *this;}
111 private:
112
113 Aws::String m_jobId;
114
115 Aws::String m_jobArn;
116
117 JobStatus m_jobStatus;
118
119 Aws::String m_entityRecognizerArn;
120
121 Aws::String m_requestId;
122 };
123
124} // namespace Model
125} // namespace Comprehend
126} // namespace Aws
StartEntitiesDetectionJobResult & WithRequestId(const char *value)
StartEntitiesDetectionJobResult & WithEntityRecognizerArn(Aws::String &&value)
StartEntitiesDetectionJobResult & WithJobArn(Aws::String &&value)
AWS_COMPREHEND_API StartEntitiesDetectionJobResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
StartEntitiesDetectionJobResult & WithJobArn(const Aws::String &value)
AWS_COMPREHEND_API StartEntitiesDetectionJobResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
StartEntitiesDetectionJobResult & WithJobId(const char *value)
StartEntitiesDetectionJobResult & WithJobStatus(const JobStatus &value)
StartEntitiesDetectionJobResult & WithJobArn(const char *value)
StartEntitiesDetectionJobResult & WithJobId(Aws::String &&value)
StartEntitiesDetectionJobResult & WithRequestId(const Aws::String &value)
StartEntitiesDetectionJobResult & WithEntityRecognizerArn(const Aws::String &value)
StartEntitiesDetectionJobResult & WithJobId(const Aws::String &value)
StartEntitiesDetectionJobResult & WithJobStatus(JobStatus &&value)
StartEntitiesDetectionJobResult & WithRequestId(Aws::String &&value)
StartEntitiesDetectionJobResult & WithEntityRecognizerArn(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue