7#include <aws/glue/Glue_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
47 template<
typename JobIdT = Aws::String>
48 void SetJobId(JobIdT&& value) { m_jobIdHasBeenSet =
true; m_jobId = std::forward<JobIdT>(value); }
49 template<
typename JobIdT = Aws::String>
59 template<
typename JobNameT = Aws::String>
60 void SetJobName(JobNameT&& value) { m_jobNameHasBeenSet =
true; m_jobName = std::forward<JobNameT>(value); }
61 template<
typename JobNameT = Aws::String>
71 template<
typename JobRunIdT = Aws::String>
72 void SetJobRunId(JobRunIdT&& value) { m_jobRunIdHasBeenSet =
true; m_jobRunId = std::forward<JobRunIdT>(value); }
73 template<
typename JobRunIdT = Aws::String>
79 bool m_jobIdHasBeenSet =
false;
82 bool m_jobNameHasBeenSet =
false;
85 bool m_jobRunIdHasBeenSet =
false;
AWS_GLUE_API FindMatchesTaskRunProperties & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetJobRunId(JobRunIdT &&value)
const Aws::String & GetJobId() const
bool JobIdHasBeenSet() const
AWS_GLUE_API FindMatchesTaskRunProperties(Aws::Utils::Json::JsonView jsonValue)
void SetJobId(JobIdT &&value)
AWS_GLUE_API Aws::Utils::Json::JsonValue Jsonize() const
void SetJobName(JobNameT &&value)
const Aws::String & GetJobRunId() const
const Aws::String & GetJobName() const
bool JobNameHasBeenSet() const
AWS_GLUE_API FindMatchesTaskRunProperties()=default
FindMatchesTaskRunProperties & WithJobName(JobNameT &&value)
bool JobRunIdHasBeenSet() const
FindMatchesTaskRunProperties & WithJobRunId(JobRunIdT &&value)
FindMatchesTaskRunProperties & WithJobId(JobIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue