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