7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/glue/GlueRequest.h>
9#include <aws/glue/Glue_EXPORTS.h>
10#include <aws/glue/model/JobUpdate.h>
40 template <
typename JobNameT = Aws::String>
42 m_jobNameHasBeenSet =
true;
43 m_jobName = std::forward<JobNameT>(value);
45 template <
typename JobNameT = Aws::String>
59 template <
typename JobUpdateT = JobUpdate>
61 m_jobUpdateHasBeenSet =
true;
62 m_jobUpdate = std::forward<JobUpdateT>(value);
64 template <
typename JobUpdateT = JobUpdate>
72 bool m_jobNameHasBeenSet =
false;
75 bool m_jobUpdateHasBeenSet =
false;
AWS_GLUE_API Aws::String SerializePayload() const override
const JobUpdate & GetJobUpdate() const
void SetJobUpdate(JobUpdateT &&value)
bool JobNameHasBeenSet() const
virtual const char * GetServiceRequestName() const override
UpdateJobRequest & WithJobName(JobNameT &&value)
bool JobUpdateHasBeenSet() const
const Aws::String & GetJobName() const
void SetJobName(JobNameT &&value)
UpdateJobRequest & WithJobUpdate(JobUpdateT &&value)
AWS_GLUE_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
AWS_GLUE_API UpdateJobRequest()=default
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String