7#include <aws/glue/Glue_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
47 template<
typename JobNameT = Aws::String>
48 void SetJobName(JobNameT&& value) { m_jobNameHasBeenSet =
true; m_jobName = std::forward<JobNameT>(value); }
49 template<
typename JobNameT = Aws::String>
59 template<
typename RunIdT = Aws::String>
60 void SetRunId(RunIdT&& value) { m_runIdHasBeenSet =
true; m_runId = std::forward<RunIdT>(value); }
61 template<
typename RunIdT = Aws::String>
67 bool m_jobNameHasBeenSet =
false;
70 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