7#include <aws/glue/Glue_EXPORTS.h>
8#include <aws/glue/GlueRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/glue/model/JobUpdate.h>
44 template<
typename JobNameT = Aws::String>
45 void SetJobName(JobNameT&& value) { m_jobNameHasBeenSet =
true; m_jobName = std::forward<JobNameT>(value); }
46 template<
typename JobNameT = Aws::String>
57 template<
typename JobUpdateT = JobUpdate>
58 void SetJobUpdate(JobUpdateT&& value) { m_jobUpdateHasBeenSet =
true; m_jobUpdate = std::forward<JobUpdateT>(value); }
59 template<
typename JobUpdateT = JobUpdate>
65 bool m_jobNameHasBeenSet =
false;
68 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