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