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