#[non_exhaustive]pub struct DeregisterWebhookWithThirdPartyInput { /* private fields */ }Implementations§
source§impl DeregisterWebhookWithThirdPartyInput
impl DeregisterWebhookWithThirdPartyInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeregisterWebhookWithThirdParty, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeregisterWebhookWithThirdParty, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DeregisterWebhookWithThirdParty>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DeregisterWebhookWithThirdPartyInput.
source§impl DeregisterWebhookWithThirdPartyInput
impl DeregisterWebhookWithThirdPartyInput
sourcepub fn webhook_name(&self) -> Option<&str>
pub fn webhook_name(&self) -> Option<&str>
The name of the webhook you want to deregister.
Trait Implementations§
source§impl Clone for DeregisterWebhookWithThirdPartyInput
impl Clone for DeregisterWebhookWithThirdPartyInput
source§fn clone(&self) -> DeregisterWebhookWithThirdPartyInput
fn clone(&self) -> DeregisterWebhookWithThirdPartyInput
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 PartialEq<DeregisterWebhookWithThirdPartyInput> for DeregisterWebhookWithThirdPartyInput
impl PartialEq<DeregisterWebhookWithThirdPartyInput> for DeregisterWebhookWithThirdPartyInput
source§fn eq(&self, other: &DeregisterWebhookWithThirdPartyInput) -> bool
fn eq(&self, other: &DeregisterWebhookWithThirdPartyInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.