7#include <aws/datapipeline/DataPipeline_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/datapipeline/model/Field.h>
11#include <aws/datapipeline/model/Tag.h>
50 template<
typename PipelineIdT = Aws::String>
51 void SetPipelineId(PipelineIdT&& value) { m_pipelineIdHasBeenSet =
true; m_pipelineId = std::forward<PipelineIdT>(value); }
52 template<
typename PipelineIdT = Aws::String>
62 template<
typename NameT = Aws::String>
63 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
64 template<
typename NameT = Aws::String>
75 template<
typename FieldsT = Aws::Vector<Field>>
76 void SetFields(FieldsT&& value) { m_fieldsHasBeenSet =
true; m_fields = std::forward<FieldsT>(value); }
77 template<
typename FieldsT = Aws::Vector<Field>>
79 template<
typename FieldsT = Field>
89 template<
typename DescriptionT = Aws::String>
90 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
91 template<
typename DescriptionT = Aws::String>
105 template<
typename TagsT = Aws::Vector<Tag>>
106 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
107 template<
typename TagsT = Aws::Vector<Tag>>
109 template<
typename TagsT = Tag>
115 bool m_pipelineIdHasBeenSet =
false;
118 bool m_nameHasBeenSet =
false;
121 bool m_fieldsHasBeenSet =
false;
124 bool m_descriptionHasBeenSet =
false;
127 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