AWS SDK for C++

AWS SDK for C++ Version 1.11.773

Loading...
Searching...
No Matches
UpdateServiceJobResult.h
1
6#pragma once
7#include <aws/batch/Batch_EXPORTS.h>
8#include <aws/core/http/HttpResponse.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10
11#include <utility>
12
13namespace Aws {
14template <typename RESULT_TYPE>
15class AmazonWebServiceResult;
16
17namespace Utils {
18namespace Json {
19class JsonValue;
20} // namespace Json
21} // namespace Utils
22namespace Batch {
23namespace Model {
25 public:
26 AWS_BATCH_API UpdateServiceJobResult() = default;
29
31
34 inline const Aws::String& GetJobArn() const { return m_jobArn; }
35 template <typename JobArnT = Aws::String>
36 void SetJobArn(JobArnT&& value) {
37 m_jobArnHasBeenSet = true;
38 m_jobArn = std::forward<JobArnT>(value);
39 }
40 template <typename JobArnT = Aws::String>
42 SetJobArn(std::forward<JobArnT>(value));
43 return *this;
44 }
46
48
51 inline const Aws::String& GetJobName() const { return m_jobName; }
52 template <typename JobNameT = Aws::String>
53 void SetJobName(JobNameT&& value) {
54 m_jobNameHasBeenSet = true;
55 m_jobName = std::forward<JobNameT>(value);
56 }
57 template <typename JobNameT = Aws::String>
59 SetJobName(std::forward<JobNameT>(value));
60 return *this;
61 }
63
65
68 inline const Aws::String& GetJobId() const { return m_jobId; }
69 template <typename JobIdT = Aws::String>
70 void SetJobId(JobIdT&& value) {
71 m_jobIdHasBeenSet = true;
72 m_jobId = std::forward<JobIdT>(value);
73 }
74 template <typename JobIdT = Aws::String>
76 SetJobId(std::forward<JobIdT>(value));
77 return *this;
78 }
80
82
83 inline const Aws::String& GetRequestId() const { return m_requestId; }
84 template <typename RequestIdT = Aws::String>
85 void SetRequestId(RequestIdT&& value) {
86 m_requestIdHasBeenSet = true;
87 m_requestId = std::forward<RequestIdT>(value);
88 }
89 template <typename RequestIdT = Aws::String>
91 SetRequestId(std::forward<RequestIdT>(value));
92 return *this;
93 }
95 inline Aws::Http::HttpResponseCode GetHttpResponseCode() const { return m_HttpResponseCode; }
96
97 private:
98 Aws::String m_jobArn;
99
100 Aws::String m_jobName;
101
102 Aws::String m_jobId;
103
104 Aws::String m_requestId;
105 Aws::Http::HttpResponseCode m_HttpResponseCode;
106 bool m_jobArnHasBeenSet = false;
107 bool m_jobNameHasBeenSet = false;
108 bool m_jobIdHasBeenSet = false;
109 bool m_requestIdHasBeenSet = false;
110};
111
112} // namespace Model
113} // namespace Batch
114} // namespace Aws
AWS_BATCH_API UpdateServiceJobResult()=default
AWS_BATCH_API UpdateServiceJobResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
UpdateServiceJobResult & WithRequestId(RequestIdT &&value)
AWS_BATCH_API UpdateServiceJobResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
UpdateServiceJobResult & WithJobId(JobIdT &&value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
UpdateServiceJobResult & WithJobName(JobNameT &&value)
UpdateServiceJobResult & WithJobArn(JobArnT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue