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