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