Struct aws_sdk_amplify::input::UpdateWebhookInput
source · [−]#[non_exhaustive]pub struct UpdateWebhookInput { /* private fields */ }Expand description
The request structure for the update webhook request.
Implementations
sourceimpl UpdateWebhookInput
impl UpdateWebhookInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateWebhook, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateWebhook, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<UpdateWebhook>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UpdateWebhookInput.
sourceimpl UpdateWebhookInput
impl UpdateWebhookInput
sourcepub fn webhook_id(&self) -> Option<&str>
pub fn webhook_id(&self) -> Option<&str>
The unique ID for a webhook.
sourcepub fn branch_name(&self) -> Option<&str>
pub fn branch_name(&self) -> Option<&str>
The name for a branch that is part of an Amplify app.
sourcepub fn description(&self) -> Option<&str>
pub fn description(&self) -> Option<&str>
The description for a webhook.
Trait Implementations
sourceimpl Clone for UpdateWebhookInput
impl Clone for UpdateWebhookInput
sourcefn clone(&self) -> UpdateWebhookInput
fn clone(&self) -> UpdateWebhookInput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for UpdateWebhookInput
impl Debug for UpdateWebhookInput
sourceimpl PartialEq<UpdateWebhookInput> for UpdateWebhookInput
impl PartialEq<UpdateWebhookInput> for UpdateWebhookInput
sourcefn eq(&self, other: &UpdateWebhookInput) -> bool
fn eq(&self, other: &UpdateWebhookInput) -> bool
impl StructuralPartialEq for UpdateWebhookInput
Auto Trait Implementations
impl RefUnwindSafe for UpdateWebhookInput
impl Send for UpdateWebhookInput
impl Sync for UpdateWebhookInput
impl Unpin for UpdateWebhookInput
impl UnwindSafe for UpdateWebhookInput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more