7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/datapipeline/DataPipelineRequest.h>
10#include <aws/datapipeline/DataPipeline_EXPORTS.h>
11#include <aws/datapipeline/model/Tag.h>
16namespace DataPipeline {
46 template <
typename NameT = Aws::String>
48 m_nameHasBeenSet =
true;
49 m_name = std::forward<NameT>(value);
51 template <
typename NameT = Aws::String>
53 SetName(std::forward<NameT>(value));
74 template <
typename UniqueIdT = Aws::String>
76 m_uniqueIdHasBeenSet =
true;
77 m_uniqueId = std::forward<UniqueIdT>(value);
79 template <
typename UniqueIdT = Aws::String>
92 template <
typename DescriptionT = Aws::String>
94 m_descriptionHasBeenSet =
true;
95 m_description = std::forward<DescriptionT>(value);
97 template <
typename DescriptionT = Aws::String>
114 template <
typename TagsT = Aws::Vector<Tag>>
116 m_tagsHasBeenSet =
true;
117 m_tags = std::forward<TagsT>(value);
119 template <
typename TagsT = Aws::Vector<Tag>>
121 SetTags(std::forward<TagsT>(value));
124 template <
typename TagsT = Tag>
126 m_tagsHasBeenSet =
true;
127 m_tags.emplace_back(std::forward<TagsT>(value));
139 bool m_nameHasBeenSet =
false;
140 bool m_uniqueIdHasBeenSet =
false;
141 bool m_descriptionHasBeenSet =
false;
142 bool m_tagsHasBeenSet =
false;
virtual const char * GetServiceRequestName() const override
CreatePipelineRequest & WithDescription(DescriptionT &&value)
bool DescriptionHasBeenSet() const
const Aws::String & GetUniqueId() const
AWS_DATAPIPELINE_API CreatePipelineRequest()=default
void SetName(NameT &&value)
const Aws::String & GetName() const
CreatePipelineRequest & WithName(NameT &&value)
void SetUniqueId(UniqueIdT &&value)
bool UniqueIdHasBeenSet() const
bool NameHasBeenSet() const
CreatePipelineRequest & AddTags(TagsT &&value)
void SetTags(TagsT &&value)
const Aws::String & GetDescription() const
AWS_DATAPIPELINE_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
CreatePipelineRequest & WithTags(TagsT &&value)
const Aws::Vector< Tag > & GetTags() const
bool TagsHasBeenSet() const
CreatePipelineRequest & WithUniqueId(UniqueIdT &&value)
void SetDescription(DescriptionT &&value)
AWS_DATAPIPELINE_API Aws::String SerializePayload() const override
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector