7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/pipes/Pipes_EXPORTS.h>
9#include <aws/pipes/model/BatchJobDependencyType.h>
42 template <
typename JobIdT = Aws::String>
44 m_jobIdHasBeenSet =
true;
45 m_jobId = std::forward<JobIdT>(value);
47 template <
typename JobIdT = Aws::String>
49 SetJobId(std::forward<JobIdT>(value));
61 m_typeHasBeenSet =
true;
73 bool m_jobIdHasBeenSet =
false;
74 bool m_typeHasBeenSet =
false;
BatchJobDependencyType GetType() const
AWS_PIPES_API Aws::Utils::Json::JsonValue Jsonize() const
bool JobIdHasBeenSet() const
void SetType(BatchJobDependencyType value)
AWS_PIPES_API BatchJobDependency & operator=(Aws::Utils::Json::JsonView jsonValue)
BatchJobDependency & WithType(BatchJobDependencyType value)
BatchJobDependency & WithJobId(JobIdT &&value)
void SetJobId(JobIdT &&value)
const Aws::String & GetJobId() const
AWS_PIPES_API BatchJobDependency()=default
bool TypeHasBeenSet() const
AWS_PIPES_API BatchJobDependency(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue