7#include <aws/codepipeline/CodePipeline_EXPORTS.h>
8#include <aws/codepipeline/CodePipelineRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
48 template<
typename NameT = Aws::String>
49 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
50 template<
typename NameT = Aws::String>
61 inline void SetVersion(
int value) { m_versionHasBeenSet =
true; m_version = value; }
67 bool m_nameHasBeenSet =
false;
70 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