7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/datapipeline/DataPipeline_EXPORTS.h>
10#include <aws/datapipeline/model/Field.h>
11#include <aws/datapipeline/model/Tag.h>
22namespace DataPipeline {
44 template <
typename PipelineIdT = Aws::String>
46 m_pipelineIdHasBeenSet =
true;
47 m_pipelineId = std::forward<PipelineIdT>(value);
49 template <
typename PipelineIdT = Aws::String>
62 template <
typename NameT = Aws::String>
64 m_nameHasBeenSet =
true;
65 m_name = std::forward<NameT>(value);
67 template <
typename NameT = Aws::String>
69 SetName(std::forward<NameT>(value));
81 template <
typename FieldsT = Aws::Vector<Field>>
83 m_fieldsHasBeenSet =
true;
84 m_fields = std::forward<FieldsT>(value);
86 template <
typename FieldsT = Aws::Vector<Field>>
91 template <
typename FieldsT = Field>
93 m_fieldsHasBeenSet =
true;
94 m_fields.emplace_back(std::forward<FieldsT>(value));
105 template <
typename DescriptionT = Aws::String>
107 m_descriptionHasBeenSet =
true;
108 m_description = std::forward<DescriptionT>(value);
110 template <
typename DescriptionT = Aws::String>
127 template <
typename TagsT = Aws::Vector<Tag>>
129 m_tagsHasBeenSet =
true;
130 m_tags = std::forward<TagsT>(value);
132 template <
typename TagsT = Aws::Vector<Tag>>
134 SetTags(std::forward<TagsT>(value));
137 template <
typename TagsT = Tag>
139 m_tagsHasBeenSet =
true;
140 m_tags.emplace_back(std::forward<TagsT>(value));
154 bool m_pipelineIdHasBeenSet =
false;
155 bool m_nameHasBeenSet =
false;
156 bool m_fieldsHasBeenSet =
false;
157 bool m_descriptionHasBeenSet =
false;
158 bool m_tagsHasBeenSet =
false;
const Aws::String & GetDescription() const
PipelineDescription & WithFields(FieldsT &&value)
AWS_DATAPIPELINE_API PipelineDescription()=default
PipelineDescription & WithDescription(DescriptionT &&value)
AWS_DATAPIPELINE_API Aws::Utils::Json::JsonValue Jsonize() const
void SetTags(TagsT &&value)
bool DescriptionHasBeenSet() const
PipelineDescription & WithTags(TagsT &&value)
AWS_DATAPIPELINE_API PipelineDescription & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::Vector< Tag > & GetTags() const
void SetDescription(DescriptionT &&value)
PipelineDescription & WithName(NameT &&value)
PipelineDescription & WithPipelineId(PipelineIdT &&value)
void SetName(NameT &&value)
PipelineDescription & AddFields(FieldsT &&value)
bool NameHasBeenSet() const
bool TagsHasBeenSet() const
AWS_DATAPIPELINE_API PipelineDescription(Aws::Utils::Json::JsonView jsonValue)
void SetPipelineId(PipelineIdT &&value)
const Aws::String & GetPipelineId() const
const Aws::Vector< Field > & GetFields() const
bool FieldsHasBeenSet() const
bool PipelineIdHasBeenSet() const
PipelineDescription & AddTags(TagsT &&value)
const Aws::String & GetName() const
void SetFields(FieldsT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue