AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
StopTargetedSentimentDetectionJobResult.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
40 inline const Aws::String& GetJobId() const{ return m_jobId; }
41 inline void SetJobId(const Aws::String& value) { m_jobId = value; }
42 inline void SetJobId(Aws::String&& value) { m_jobId = std::move(value); }
43 inline void SetJobId(const char* value) { m_jobId.assign(value); }
44 inline StopTargetedSentimentDetectionJobResult& WithJobId(const Aws::String& value) { SetJobId(value); return *this;}
45 inline StopTargetedSentimentDetectionJobResult& WithJobId(Aws::String&& value) { SetJobId(std::move(value)); return *this;}
46 inline StopTargetedSentimentDetectionJobResult& WithJobId(const char* value) { SetJobId(value); return *this;}
48
50
55 inline const JobStatus& GetJobStatus() const{ return m_jobStatus; }
56 inline void SetJobStatus(const JobStatus& value) { m_jobStatus = value; }
57 inline void SetJobStatus(JobStatus&& value) { m_jobStatus = std::move(value); }
58 inline StopTargetedSentimentDetectionJobResult& WithJobStatus(const JobStatus& value) { SetJobStatus(value); return *this;}
59 inline StopTargetedSentimentDetectionJobResult& WithJobStatus(JobStatus&& value) { SetJobStatus(std::move(value)); return *this;}
61
63
64 inline const Aws::String& GetRequestId() const{ return m_requestId; }
65 inline void SetRequestId(const Aws::String& value) { m_requestId = value; }
66 inline void SetRequestId(Aws::String&& value) { m_requestId = std::move(value); }
67 inline void SetRequestId(const char* value) { m_requestId.assign(value); }
69 inline StopTargetedSentimentDetectionJobResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;}
70 inline StopTargetedSentimentDetectionJobResult& WithRequestId(const char* value) { SetRequestId(value); return *this;}
72 private:
73
74 Aws::String m_jobId;
75
76 JobStatus m_jobStatus;
77
78 Aws::String m_requestId;
79 };
80
81} // namespace Model
82} // namespace Comprehend
83} // namespace Aws
StopTargetedSentimentDetectionJobResult & WithRequestId(const char *value)
StopTargetedSentimentDetectionJobResult & WithJobStatus(JobStatus &&value)
AWS_COMPREHEND_API StopTargetedSentimentDetectionJobResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
StopTargetedSentimentDetectionJobResult & WithJobId(const Aws::String &value)
AWS_COMPREHEND_API StopTargetedSentimentDetectionJobResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
StopTargetedSentimentDetectionJobResult & WithJobStatus(const JobStatus &value)
StopTargetedSentimentDetectionJobResult & WithRequestId(Aws::String &&value)
StopTargetedSentimentDetectionJobResult & WithJobId(Aws::String &&value)
StopTargetedSentimentDetectionJobResult & WithRequestId(const Aws::String &value)
StopTargetedSentimentDetectionJobResult & WithJobId(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue