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