Struct aws_sdk_codepipeline::operation::delete_webhook::builders::DeleteWebhookOutputBuilder
source · #[non_exhaustive]pub struct DeleteWebhookOutputBuilder { /* private fields */ }
Expand description
A builder for DeleteWebhookOutput
.
Implementations§
source§impl DeleteWebhookOutputBuilder
impl DeleteWebhookOutputBuilder
sourcepub fn build(self) -> DeleteWebhookOutput
pub fn build(self) -> DeleteWebhookOutput
Consumes the builder and constructs a DeleteWebhookOutput
.
Trait Implementations§
source§impl Clone for DeleteWebhookOutputBuilder
impl Clone for DeleteWebhookOutputBuilder
source§fn clone(&self) -> DeleteWebhookOutputBuilder
fn clone(&self) -> DeleteWebhookOutputBuilder
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 DeleteWebhookOutputBuilder
impl Debug for DeleteWebhookOutputBuilder
source§impl Default for DeleteWebhookOutputBuilder
impl Default for DeleteWebhookOutputBuilder
source§fn default() -> DeleteWebhookOutputBuilder
fn default() -> DeleteWebhookOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<DeleteWebhookOutputBuilder> for DeleteWebhookOutputBuilder
impl PartialEq<DeleteWebhookOutputBuilder> for DeleteWebhookOutputBuilder
source§fn eq(&self, other: &DeleteWebhookOutputBuilder) -> bool
fn eq(&self, other: &DeleteWebhookOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.