7#include <aws/pipes/Pipes_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/pipes/model/BatchJobDependencyType.h>
48 template<
typename JobIdT = Aws::String>
49 void SetJobId(JobIdT&& value) { m_jobIdHasBeenSet =
true; m_jobId = std::forward<JobIdT>(value); }
50 template<
typename JobIdT = Aws::String>
66 bool m_jobIdHasBeenSet =
false;
69 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