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