7#include <aws/codepipeline/CodePipeline_EXPORTS.h>
8#include <aws/codepipeline/CodePipelineRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
43 template<
typename WebhookNameT = Aws::String>
44 void SetWebhookName(WebhookNameT&& value) { m_webhookNameHasBeenSet =
true; m_webhookName = std::forward<WebhookNameT>(value); }
45 template<
typename WebhookNameT = Aws::String>
51 bool m_webhookNameHasBeenSet =
false;
bool WebhookNameHasBeenSet() const
AWS_CODEPIPELINE_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
void SetWebhookName(WebhookNameT &&value)
virtual const char * GetServiceRequestName() const override
DeregisterWebhookWithThirdPartyRequest & WithWebhookName(WebhookNameT &&value)
const Aws::String & GetWebhookName() const
AWS_CODEPIPELINE_API Aws::String SerializePayload() const override
AWS_CODEPIPELINE_API DeregisterWebhookWithThirdPartyRequest()=default
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String