AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
StartEventsDetectionJobResult.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 StartEventsDetectionJobResult();
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 StartEventsDetectionJobResult& WithJobId(const Aws::String& value) { SetJobId(value); return *this;}
46 inline StartEventsDetectionJobResult& WithJobId(Aws::String&& value) { SetJobId(std::move(value)); return *this;}
47 inline StartEventsDetectionJobResult& 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 StartEventsDetectionJobResult& WithJobArn(const Aws::String& value) { SetJobArn(value); return *this;}
66 inline StartEventsDetectionJobResult& WithJobArn(Aws::String&& value) { SetJobArn(std::move(value)); return *this;}
67 inline StartEventsDetectionJobResult& WithJobArn(const char* value) { SetJobArn(value); return *this;}
69
71
74 inline const JobStatus& GetJobStatus() const{ return m_jobStatus; }
75 inline void SetJobStatus(const JobStatus& value) { m_jobStatus = value; }
76 inline void SetJobStatus(JobStatus&& value) { m_jobStatus = std::move(value); }
77 inline StartEventsDetectionJobResult& WithJobStatus(const JobStatus& value) { SetJobStatus(value); return *this;}
78 inline StartEventsDetectionJobResult& WithJobStatus(JobStatus&& value) { SetJobStatus(std::move(value)); return *this;}
80
82
83 inline const Aws::String& GetRequestId() const{ return m_requestId; }
84 inline void SetRequestId(const Aws::String& value) { m_requestId = value; }
85 inline void SetRequestId(Aws::String&& value) { m_requestId = std::move(value); }
86 inline void SetRequestId(const char* value) { m_requestId.assign(value); }
87 inline StartEventsDetectionJobResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;}
88 inline StartEventsDetectionJobResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;}
89 inline StartEventsDetectionJobResult& WithRequestId(const char* value) { SetRequestId(value); return *this;}
91 private:
92
93 Aws::String m_jobId;
94
95 Aws::String m_jobArn;
96
97 JobStatus m_jobStatus;
98
99 Aws::String m_requestId;
100 };
101
102} // namespace Model
103} // namespace Comprehend
104} // namespace Aws
StartEventsDetectionJobResult & WithJobStatus(const JobStatus &value)
StartEventsDetectionJobResult & WithJobArn(Aws::String &&value)
StartEventsDetectionJobResult & WithRequestId(Aws::String &&value)
StartEventsDetectionJobResult & WithJobArn(const Aws::String &value)
AWS_COMPREHEND_API StartEventsDetectionJobResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
StartEventsDetectionJobResult & WithJobId(const char *value)
StartEventsDetectionJobResult & WithRequestId(const char *value)
AWS_COMPREHEND_API StartEventsDetectionJobResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
StartEventsDetectionJobResult & WithRequestId(const Aws::String &value)
StartEventsDetectionJobResult & WithJobStatus(JobStatus &&value)
StartEventsDetectionJobResult & WithJobId(const Aws::String &value)
StartEventsDetectionJobResult & WithJobArn(const char *value)
StartEventsDetectionJobResult & WithJobId(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue