AWS SDK for C++

AWS SDK for C++ Version 1.11.440

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