#[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 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<UpdateWebhookOutputBuilder> for UpdateWebhookOutputBuilder
impl PartialEq<UpdateWebhookOutputBuilder> 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 ==
.