7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/glue/Glue_EXPORTS.h>
41 template <
typename JobIdT = Aws::String>
43 m_jobIdHasBeenSet =
true;
44 m_jobId = std::forward<JobIdT>(value);
46 template <
typename JobIdT = Aws::String>
48 SetJobId(std::forward<JobIdT>(value));
59 template <
typename JobNameT = Aws::String>
61 m_jobNameHasBeenSet =
true;
62 m_jobName = std::forward<JobNameT>(value);
64 template <
typename JobNameT = Aws::String>
77 template <
typename JobRunIdT = Aws::String>
79 m_jobRunIdHasBeenSet =
true;
80 m_jobRunId = std::forward<JobRunIdT>(value);
82 template <
typename JobRunIdT = Aws::String>
94 bool m_jobIdHasBeenSet =
false;
95 bool m_jobNameHasBeenSet =
false;
96 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