7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/glue/GlueRequest.h>
9#include <aws/glue/Glue_EXPORTS.h>
39 template <
typename JobNameT = Aws::String>
41 m_jobNameHasBeenSet =
true;
42 m_jobName = std::forward<JobNameT>(value);
44 template <
typename JobNameT = Aws::String>
57 template <
typename RunIdT = Aws::String>
59 m_runIdHasBeenSet =
true;
60 m_runId = std::forward<RunIdT>(value);
62 template <
typename RunIdT = Aws::String>
64 SetRunId(std::forward<RunIdT>(value));
72 bool m_jobNameHasBeenSet =
false;
73 bool m_runIdHasBeenSet =
false;
virtual const char * GetServiceRequestName() const override
ResetJobBookmarkRequest & WithJobName(JobNameT &&value)
void SetJobName(JobNameT &&value)
AWS_GLUE_API Aws::String SerializePayload() const override
void SetRunId(RunIdT &&value)
AWS_GLUE_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
ResetJobBookmarkRequest & WithRunId(RunIdT &&value)
AWS_GLUE_API ResetJobBookmarkRequest()=default
bool RunIdHasBeenSet() const
const Aws::String & GetRunId() const
const Aws::String & GetJobName() const
bool JobNameHasBeenSet() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String