#[non_exhaustive]pub struct CreateWebhookOutputBuilder { /* private fields */ }
Expand description
A builder for CreateWebhookOutput
.
Implementations§
source§impl CreateWebhookOutputBuilder
impl CreateWebhookOutputBuilder
sourcepub fn webhook(self, input: Webhook) -> Self
pub fn webhook(self, input: Webhook) -> Self
Information about a webhook that connects repository events to a build project in CodeBuild.
sourcepub fn set_webhook(self, input: Option<Webhook>) -> Self
pub fn set_webhook(self, input: Option<Webhook>) -> Self
Information about a webhook that connects repository events to a build project in CodeBuild.
sourcepub fn build(self) -> CreateWebhookOutput
pub fn build(self) -> CreateWebhookOutput
Consumes the builder and constructs a CreateWebhookOutput
.
Trait Implementations§
source§impl Clone for CreateWebhookOutputBuilder
impl Clone for CreateWebhookOutputBuilder
source§fn clone(&self) -> CreateWebhookOutputBuilder
fn clone(&self) -> CreateWebhookOutputBuilder
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 CreateWebhookOutputBuilder
impl Debug for CreateWebhookOutputBuilder
source§impl Default for CreateWebhookOutputBuilder
impl Default for CreateWebhookOutputBuilder
source§fn default() -> CreateWebhookOutputBuilder
fn default() -> CreateWebhookOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<CreateWebhookOutputBuilder> for CreateWebhookOutputBuilder
impl PartialEq<CreateWebhookOutputBuilder> for CreateWebhookOutputBuilder
source§fn eq(&self, other: &CreateWebhookOutputBuilder) -> bool
fn eq(&self, other: &CreateWebhookOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.