7#include <aws/codepipeline/CodePipelineRequest.h>
8#include <aws/codepipeline/CodePipeline_EXPORTS.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14namespace CodePipeline {
44 template <
typename NameT = Aws::String>
46 m_nameHasBeenSet =
true;
47 m_name = std::forward<NameT>(value);
49 template <
typename NameT = Aws::String>
51 SetName(std::forward<NameT>(value));
64 m_versionHasBeenSet =
true;
76 bool m_nameHasBeenSet =
false;
77 bool m_versionHasBeenSet =
false;
const Aws::String & GetName() const
GetPipelineRequest & WithVersion(int value)
AWS_CODEPIPELINE_API GetPipelineRequest()=default
bool NameHasBeenSet() const
AWS_CODEPIPELINE_API Aws::String SerializePayload() const override
AWS_CODEPIPELINE_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
bool VersionHasBeenSet() const
void SetVersion(int value)
GetPipelineRequest & WithName(NameT &&value)
void SetName(NameT &&value)
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