superposition_sdk 0.100.2

Rust SDK to work with Superposition
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
#[allow(missing_docs)] // documentation missing in model
#[non_exhaustive]
#[derive(::std::clone::Clone, ::std::cmp::PartialEq, ::std::fmt::Debug)]
pub struct DeleteWebhookOutput  {
}
impl DeleteWebhookOutput {
    /// Creates a new builder-style object to manufacture [`DeleteWebhookOutput`](crate::operation::delete_webhook::DeleteWebhookOutput).
    pub fn builder() -> crate::operation::delete_webhook::builders::DeleteWebhookOutputBuilder {
        crate::operation::delete_webhook::builders::DeleteWebhookOutputBuilder::default()
    }
}

/// A builder for [`DeleteWebhookOutput`](crate::operation::delete_webhook::DeleteWebhookOutput).
#[derive(::std::clone::Clone, ::std::cmp::PartialEq, ::std::default::Default, ::std::fmt::Debug)]
#[non_exhaustive]
pub struct DeleteWebhookOutputBuilder {
}
impl DeleteWebhookOutputBuilder {
    /// Consumes the builder and constructs a [`DeleteWebhookOutput`](crate::operation::delete_webhook::DeleteWebhookOutput).
    pub fn build(self) -> crate::operation::delete_webhook::DeleteWebhookOutput {
        crate::operation::delete_webhook::DeleteWebhookOutput {
        }
    }
}