7#include <aws/amplify/Amplify_EXPORTS.h>
8#include <aws/amplify/AmplifyRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
47 inline void SetWebhookId(
const char* value) { m_webhookIdHasBeenSet =
true; m_webhookId.assign(value); }
55 bool m_webhookIdHasBeenSet =
false;
DeleteWebhookRequest & WithWebhookId(const char *value)
AWS_AMPLIFY_API DeleteWebhookRequest()
void SetWebhookId(const char *value)
DeleteWebhookRequest & WithWebhookId(const Aws::String &value)
virtual const char * GetServiceRequestName() const override
const Aws::String & GetWebhookId() const
DeleteWebhookRequest & WithWebhookId(Aws::String &&value)
AWS_AMPLIFY_API Aws::String SerializePayload() const override
bool WebhookIdHasBeenSet() const
void SetWebhookId(const Aws::String &value)
void SetWebhookId(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String