#[non_exhaustive]pub struct DeleteWebhookInputBuilder { /* private fields */ }
Expand description
A builder for DeleteWebhookInput
.
Implementations§
source§impl DeleteWebhookInputBuilder
impl DeleteWebhookInputBuilder
sourcepub fn name(self, input: impl Into<String>) -> Self
pub fn name(self, input: impl Into<String>) -> Self
The name of the webhook you want to delete.
sourcepub fn set_name(self, input: Option<String>) -> Self
pub fn set_name(self, input: Option<String>) -> Self
The name of the webhook you want to delete.
sourcepub fn build(self) -> Result<DeleteWebhookInput, BuildError>
pub fn build(self) -> Result<DeleteWebhookInput, BuildError>
Consumes the builder and constructs a DeleteWebhookInput
.
Trait Implementations§
source§impl Clone for DeleteWebhookInputBuilder
impl Clone for DeleteWebhookInputBuilder
source§fn clone(&self) -> DeleteWebhookInputBuilder
fn clone(&self) -> DeleteWebhookInputBuilder
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for DeleteWebhookInputBuilder
impl Debug for DeleteWebhookInputBuilder
source§impl Default for DeleteWebhookInputBuilder
impl Default for DeleteWebhookInputBuilder
source§fn default() -> DeleteWebhookInputBuilder
fn default() -> DeleteWebhookInputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<DeleteWebhookInputBuilder> for DeleteWebhookInputBuilder
impl PartialEq<DeleteWebhookInputBuilder> for DeleteWebhookInputBuilder
source§fn eq(&self, other: &DeleteWebhookInputBuilder) -> bool
fn eq(&self, other: &DeleteWebhookInputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.