7#include <aws/codepipeline/CodePipeline_EXPORTS.h>
8#include <aws/codepipeline/CodePipelineRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
49 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
57 bool m_nameHasBeenSet =
false;
AWS_CODEPIPELINE_API Aws::String SerializePayload() const override
const Aws::String & GetName() const
AWS_CODEPIPELINE_API DeletePipelineRequest()
bool NameHasBeenSet() const
void SetName(Aws::String &&value)
void SetName(const char *value)
DeletePipelineRequest & WithName(Aws::String &&value)
virtual const char * GetServiceRequestName() const override
DeletePipelineRequest & WithName(const char *value)
void SetName(const Aws::String &value)
DeletePipelineRequest & WithName(const Aws::String &value)
AWS_CODEPIPELINE_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String