superposition_sdk 0.106.1

Rust SDK to work with Superposition
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
    /// Constructs a fluent builder for the [`ListWebhook`](crate::operation::list_webhook::builders::ListWebhookFluentBuilder) operation.
                            ///
                            /// - The fluent builder is configurable:
    ///   - [`count(i32)`](crate::operation::list_webhook::builders::ListWebhookFluentBuilder::count) / [`set_count(Option<i32>)`](crate::operation::list_webhook::builders::ListWebhookFluentBuilder::set_count):<br>required: **false**<br>Number of items to be returned in each page.<br>
    ///   - [`page(i32)`](crate::operation::list_webhook::builders::ListWebhookFluentBuilder::page) / [`set_page(Option<i32>)`](crate::operation::list_webhook::builders::ListWebhookFluentBuilder::set_page):<br>required: **false**<br>Page number to retrieve, starting from 1.<br>
    ///   - [`all(bool)`](crate::operation::list_webhook::builders::ListWebhookFluentBuilder::all) / [`set_all(Option<bool>)`](crate::operation::list_webhook::builders::ListWebhookFluentBuilder::set_all):<br>required: **false**<br>If true, returns all requested items, ignoring pagination parameters page and count.<br>
    ///   - [`workspace_id(impl Into<String>)`](crate::operation::list_webhook::builders::ListWebhookFluentBuilder::workspace_id) / [`set_workspace_id(Option<String>)`](crate::operation::list_webhook::builders::ListWebhookFluentBuilder::set_workspace_id):<br>required: **true**<br>(undocumented)<br>
    ///   - [`org_id(impl Into<String>)`](crate::operation::list_webhook::builders::ListWebhookFluentBuilder::org_id) / [`set_org_id(Option<String>)`](crate::operation::list_webhook::builders::ListWebhookFluentBuilder::set_org_id):<br>required: **true**<br>(undocumented)<br>
                            /// - On success, responds with [`ListWebhookOutput`](crate::operation::list_webhook::ListWebhookOutput) with field(s):
    ///   - [`total_pages(i32)`](crate::operation::list_webhook::ListWebhookOutput::total_pages): (undocumented)
    ///   - [`total_items(i32)`](crate::operation::list_webhook::ListWebhookOutput::total_items): (undocumented)
    ///   - [`data(Vec::<WebhookResponse>)`](crate::operation::list_webhook::ListWebhookOutput::data): (undocumented)
                            /// - On failure, responds with [`SdkError<ListWebhookError>`](crate::operation::list_webhook::ListWebhookError)
    pub fn list_webhook(&self) -> crate::operation::list_webhook::builders::ListWebhookFluentBuilder {
                                crate::operation::list_webhook::builders::ListWebhookFluentBuilder::new(self.handle.clone())
                            }
}