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 NextTokenT = Aws::String>
59 m_nextTokenHasBeenSet =
true;
60 m_nextToken = std::forward<NextTokenT>(value);
62 template <
typename NextTokenT = Aws::String>
76 m_maxResultsHasBeenSet =
true;
90 bool m_jobNameHasBeenSet =
false;
91 bool m_nextTokenHasBeenSet =
false;
92 bool m_maxResultsHasBeenSet =
false;
void SetJobName(JobNameT &&value)
void SetNextToken(NextTokenT &&value)
GetJobRunsRequest & WithJobName(JobNameT &&value)
AWS_GLUE_API Aws::String SerializePayload() const override
void SetMaxResults(int value)
AWS_GLUE_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
bool NextTokenHasBeenSet() const
int GetMaxResults() const
AWS_GLUE_API GetJobRunsRequest()=default
GetJobRunsRequest & WithMaxResults(int value)
bool MaxResultsHasBeenSet() const
GetJobRunsRequest & WithNextToken(NextTokenT &&value)
const Aws::String & GetNextToken() const
const Aws::String & GetJobName() const
bool JobNameHasBeenSet() const
virtual const char * GetServiceRequestName() const override
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String