7#include <aws/codepipeline/CodePipeline_EXPORTS.h>
8#include <aws/codepipeline/CodePipelineRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
45 inline void SetWebhookName(
const char* value) { m_webhookNameHasBeenSet =
true; m_webhookName.assign(value); }
53 bool m_webhookNameHasBeenSet =
false;
bool WebhookNameHasBeenSet() const
AWS_CODEPIPELINE_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
DeregisterWebhookWithThirdPartyRequest & WithWebhookName(Aws::String &&value)
void SetWebhookName(Aws::String &&value)
void SetWebhookName(const char *value)
void SetWebhookName(const Aws::String &value)
virtual const char * GetServiceRequestName() const override
DeregisterWebhookWithThirdPartyRequest & WithWebhookName(const char *value)
DeregisterWebhookWithThirdPartyRequest & WithWebhookName(const Aws::String &value)
AWS_CODEPIPELINE_API DeregisterWebhookWithThirdPartyRequest()
const Aws::String & GetWebhookName() const
AWS_CODEPIPELINE_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