7#include <aws/datapipeline/DataPipeline_EXPORTS.h>
8#include <aws/datapipeline/DataPipelineRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/datapipeline/model/Tag.h>
50 template<
typename NameT = Aws::String>
51 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
52 template<
typename NameT = Aws::String>
72 template<
typename UniqueIdT = Aws::String>
73 void SetUniqueId(UniqueIdT&& value) { m_uniqueIdHasBeenSet =
true; m_uniqueId = std::forward<UniqueIdT>(value); }
74 template<
typename UniqueIdT = Aws::String>
84 template<
typename DescriptionT = Aws::String>
85 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
86 template<
typename DescriptionT = Aws::String>
100 template<
typename TagsT = Aws::Vector<Tag>>
101 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
102 template<
typename TagsT = Aws::Vector<Tag>>
104 template<
typename TagsT = Tag>
110 bool m_nameHasBeenSet =
false;
113 bool m_uniqueIdHasBeenSet =
false;
116 bool m_descriptionHasBeenSet =
false;
119 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