#[non_exhaustive]pub struct UpdateWebhookOutputBuilder { /* private fields */ }
Expand description
A builder for UpdateWebhookOutput
.
Implementations§
source§impl UpdateWebhookOutputBuilder
impl UpdateWebhookOutputBuilder
sourcepub fn webhook(self, input: Webhook) -> Self
pub fn webhook(self, input: Webhook) -> Self
Information about a repository's webhook that is associated with a project in CodeBuild.
sourcepub fn set_webhook(self, input: Option<Webhook>) -> Self
pub fn set_webhook(self, input: Option<Webhook>) -> Self
Information about a repository's webhook that is associated with a project in CodeBuild.
sourcepub fn get_webhook(&self) -> &Option<Webhook>
pub fn get_webhook(&self) -> &Option<Webhook>
Information about a repository's webhook that is associated with a project in CodeBuild.
sourcepub fn build(self) -> UpdateWebhookOutput
pub fn build(self) -> UpdateWebhookOutput
Consumes the builder and constructs a UpdateWebhookOutput
.
Trait Implementations§
source§impl Clone for UpdateWebhookOutputBuilder
impl Clone for UpdateWebhookOutputBuilder
source§fn clone(&self) -> UpdateWebhookOutputBuilder
fn clone(&self) -> UpdateWebhookOutputBuilder
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 UpdateWebhookOutputBuilder
impl Debug for UpdateWebhookOutputBuilder
source§impl Default for UpdateWebhookOutputBuilder
impl Default for UpdateWebhookOutputBuilder
source§fn default() -> UpdateWebhookOutputBuilder
fn default() -> UpdateWebhookOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for UpdateWebhookOutputBuilder
impl PartialEq for UpdateWebhookOutputBuilder
source§fn eq(&self, other: &UpdateWebhookOutputBuilder) -> bool
fn eq(&self, other: &UpdateWebhookOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for UpdateWebhookOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for UpdateWebhookOutputBuilder
impl Send for UpdateWebhookOutputBuilder
impl Sync for UpdateWebhookOutputBuilder
impl Unpin for UpdateWebhookOutputBuilder
impl UnwindSafe for UpdateWebhookOutputBuilder
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.