7#include <aws/pipes/Pipes_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/pipes/model/BatchJobDependencyType.h>
50 inline void SetJobId(
const char* value) { m_jobIdHasBeenSet =
true; m_jobId.assign(value); }
70 bool m_jobIdHasBeenSet =
false;
73 bool m_typeHasBeenSet =
false;
AWS_PIPES_API BatchJobDependency()
BatchJobDependency & WithType(BatchJobDependencyType &&value)
BatchJobDependency & WithType(const BatchJobDependencyType &value)
void SetType(const BatchJobDependencyType &value)
void SetJobId(const Aws::String &value)
AWS_PIPES_API Aws::Utils::Json::JsonValue Jsonize() const
bool JobIdHasBeenSet() const
AWS_PIPES_API BatchJobDependency & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetJobId(Aws::String &&value)
void SetType(BatchJobDependencyType &&value)
BatchJobDependency & WithJobId(Aws::String &&value)
BatchJobDependency & WithJobId(const char *value)
const BatchJobDependencyType & GetType() const
const Aws::String & GetJobId() const
BatchJobDependency & WithJobId(const Aws::String &value)
bool TypeHasBeenSet() const
AWS_PIPES_API BatchJobDependency(Aws::Utils::Json::JsonView jsonValue)
void SetJobId(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue