7#include <aws/codepipeline/CodePipeline_EXPORTS.h>
8#include <aws/codepipeline/CodePipelineRequest.h>
9#include <aws/codepipeline/model/PipelineDeclaration.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/codepipeline/model/Tag.h>
50 template<
typename PipelineT = PipelineDeclaration>
51 void SetPipeline(PipelineT&& value) { m_pipelineHasBeenSet =
true; m_pipeline = std::forward<PipelineT>(value); }
52 template<
typename PipelineT = PipelineDeclaration>
62 template<
typename TagsT = Aws::Vector<Tag>>
63 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
64 template<
typename TagsT = Aws::Vector<Tag>>
66 template<
typename TagsT = Tag>
72 bool m_pipelineHasBeenSet =
false;
75 bool m_tagsHasBeenSet =
false;
CreatePipelineRequest & AddTags(TagsT &&value)
const PipelineDeclaration & GetPipeline() const
CreatePipelineRequest & WithTags(TagsT &&value)
bool PipelineHasBeenSet() const
AWS_CODEPIPELINE_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
const Aws::Vector< Tag > & GetTags() const
CreatePipelineRequest & WithPipeline(PipelineT &&value)
void SetPipeline(PipelineT &&value)
AWS_CODEPIPELINE_API CreatePipelineRequest()=default
void SetTags(TagsT &&value)
bool TagsHasBeenSet() const
AWS_CODEPIPELINE_API Aws::String SerializePayload() const override
virtual const char * GetServiceRequestName() 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