Struct aws_sdk_codepipeline::operation::deregister_webhook_with_third_party::builders::DeregisterWebhookWithThirdPartyInputBuilder
source · #[non_exhaustive]pub struct DeregisterWebhookWithThirdPartyInputBuilder { /* private fields */ }Expand description
A builder for DeregisterWebhookWithThirdPartyInput.
Implementations§
source§impl DeregisterWebhookWithThirdPartyInputBuilder
impl DeregisterWebhookWithThirdPartyInputBuilder
sourcepub fn webhook_name(self, input: impl Into<String>) -> Self
pub fn webhook_name(self, input: impl Into<String>) -> Self
The name of the webhook you want to deregister.
sourcepub fn set_webhook_name(self, input: Option<String>) -> Self
pub fn set_webhook_name(self, input: Option<String>) -> Self
The name of the webhook you want to deregister.
sourcepub fn get_webhook_name(&self) -> &Option<String>
pub fn get_webhook_name(&self) -> &Option<String>
The name of the webhook you want to deregister.
sourcepub fn build(self) -> Result<DeregisterWebhookWithThirdPartyInput, BuildError>
pub fn build(self) -> Result<DeregisterWebhookWithThirdPartyInput, BuildError>
Consumes the builder and constructs a DeregisterWebhookWithThirdPartyInput.
source§impl DeregisterWebhookWithThirdPartyInputBuilder
impl DeregisterWebhookWithThirdPartyInputBuilder
sourcepub async fn send_with(
self,
client: &Client
) -> Result<DeregisterWebhookWithThirdPartyOutput, SdkError<DeregisterWebhookWithThirdPartyError, HttpResponse>>
pub async fn send_with( self, client: &Client ) -> Result<DeregisterWebhookWithThirdPartyOutput, SdkError<DeregisterWebhookWithThirdPartyError, HttpResponse>>
Sends a request with this input using the given client.
Trait Implementations§
source§impl Clone for DeregisterWebhookWithThirdPartyInputBuilder
impl Clone for DeregisterWebhookWithThirdPartyInputBuilder
source§fn clone(&self) -> DeregisterWebhookWithThirdPartyInputBuilder
fn clone(&self) -> DeregisterWebhookWithThirdPartyInputBuilder
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 Default for DeregisterWebhookWithThirdPartyInputBuilder
impl Default for DeregisterWebhookWithThirdPartyInputBuilder
source§fn default() -> DeregisterWebhookWithThirdPartyInputBuilder
fn default() -> DeregisterWebhookWithThirdPartyInputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for DeregisterWebhookWithThirdPartyInputBuilder
impl PartialEq for DeregisterWebhookWithThirdPartyInputBuilder
source§fn eq(&self, other: &DeregisterWebhookWithThirdPartyInputBuilder) -> bool
fn eq(&self, other: &DeregisterWebhookWithThirdPartyInputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for DeregisterWebhookWithThirdPartyInputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for DeregisterWebhookWithThirdPartyInputBuilder
impl Send for DeregisterWebhookWithThirdPartyInputBuilder
impl Sync for DeregisterWebhookWithThirdPartyInputBuilder
impl Unpin for DeregisterWebhookWithThirdPartyInputBuilder
impl UnwindSafe for DeregisterWebhookWithThirdPartyInputBuilder
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