7#include <aws/batch/Batch_EXPORTS.h>
8#include <aws/core/http/HttpResponse.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14template <
typename RESULT_TYPE>
15class AmazonWebServiceResult;
35 template <
typename JobArnT = Aws::String>
37 m_jobArnHasBeenSet =
true;
38 m_jobArn = std::forward<JobArnT>(value);
40 template <
typename JobArnT = Aws::String>
52 template <
typename JobNameT = Aws::String>
54 m_jobNameHasBeenSet =
true;
55 m_jobName = std::forward<JobNameT>(value);
57 template <
typename JobNameT = Aws::String>
69 template <
typename JobIdT = Aws::String>
71 m_jobIdHasBeenSet =
true;
72 m_jobId = std::forward<JobIdT>(value);
74 template <
typename JobIdT = Aws::String>
76 SetJobId(std::forward<JobIdT>(value));
84 template <
typename RequestIdT = Aws::String>
86 m_requestIdHasBeenSet =
true;
87 m_requestId = std::forward<RequestIdT>(value);
89 template <
typename RequestIdT = Aws::String>
106 bool m_jobArnHasBeenSet =
false;
107 bool m_jobNameHasBeenSet =
false;
108 bool m_jobIdHasBeenSet =
false;
109 bool m_requestIdHasBeenSet =
false;
void SetJobId(JobIdT &&value)
AWS_BATCH_API UpdateServiceJobResult()=default
AWS_BATCH_API UpdateServiceJobResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetJobId() const
void SetJobArn(JobArnT &&value)
const Aws::String & GetRequestId() const
void SetRequestId(RequestIdT &&value)
void SetJobName(JobNameT &&value)
UpdateServiceJobResult & WithRequestId(RequestIdT &&value)
const Aws::String & GetJobName() const
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)
const Aws::String & GetJobArn() const
UpdateServiceJobResult & WithJobArn(JobArnT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue