30 namespace DataPipeline
66 inline void SetId(
const char* value) { m_idHasBeenSet =
true; m_id.assign(value); }
101 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
157 bool m_nameHasBeenSet;
159 bool m_fieldsHasBeenSet;
PipelineObject & WithName(const char *value)
const Aws::Vector< Field > & GetFields() const
void SetFields(Aws::Vector< Field > &&value)
PipelineObject & WithFields(const Aws::Vector< Field > &value)
std::vector< T, Aws::Allocator< T > > Vector
const Aws::String & GetId() const
void SetId(const Aws::String &value)
void SetId(Aws::String &&value)
PipelineObject & WithFields(Aws::Vector< Field > &&value)
PipelineObject & AddFields(Field &&value)
const Aws::String & GetName() const
void SetFields(const Aws::Vector< Field > &value)
void SetName(const Aws::String &value)
#define AWS_DATAPIPELINE_API
PipelineObject & WithId(const char *value)
PipelineObject & WithName(const Aws::String &value)
void SetId(const char *value)
PipelineObject & AddFields(const Field &value)
PipelineObject & WithName(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
PipelineObject & WithId(Aws::String &&value)
PipelineObject & WithId(const Aws::String &value)
void SetName(const char *value)
void SetName(Aws::String &&value)
JSON (JavaScript Object Notation).