7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/glue/Glue_EXPORTS.h>
41 template <
typename JobNameT = Aws::String>
43 m_jobNameHasBeenSet =
true;
44 m_jobName = std::forward<JobNameT>(value);
46 template <
typename JobNameT = Aws::String>
59 template <
typename RunIdT = Aws::String>
61 m_runIdHasBeenSet =
true;
62 m_runId = std::forward<RunIdT>(value);
64 template <
typename RunIdT = Aws::String>
66 SetRunId(std::forward<RunIdT>(value));
74 bool m_jobNameHasBeenSet =
false;
75 bool m_runIdHasBeenSet =
false;
const Aws::String & GetRunId() const
bool JobNameHasBeenSet() const
AWS_GLUE_API Aws::Utils::Json::JsonValue Jsonize() const
void SetJobName(JobNameT &&value)
AWS_GLUE_API Predecessor(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetJobName() const
AWS_GLUE_API Predecessor & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetRunId(RunIdT &&value)
Predecessor & WithJobName(JobNameT &&value)
bool RunIdHasBeenSet() const
Predecessor & WithRunId(RunIdT &&value)
AWS_GLUE_API Predecessor()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue