Struct aws_sdk_docdb::operation::add_source_identifier_to_subscription::builders::AddSourceIdentifierToSubscriptionOutputBuilder
source · #[non_exhaustive]pub struct AddSourceIdentifierToSubscriptionOutputBuilder { /* private fields */ }Expand description
A builder for AddSourceIdentifierToSubscriptionOutput.
Implementations§
source§impl AddSourceIdentifierToSubscriptionOutputBuilder
impl AddSourceIdentifierToSubscriptionOutputBuilder
sourcepub fn event_subscription(self, input: EventSubscription) -> Self
pub fn event_subscription(self, input: EventSubscription) -> Self
Detailed information about an event to which you have subscribed.
sourcepub fn set_event_subscription(self, input: Option<EventSubscription>) -> Self
pub fn set_event_subscription(self, input: Option<EventSubscription>) -> Self
Detailed information about an event to which you have subscribed.
sourcepub fn build(self) -> AddSourceIdentifierToSubscriptionOutput
pub fn build(self) -> AddSourceIdentifierToSubscriptionOutput
Consumes the builder and constructs a AddSourceIdentifierToSubscriptionOutput.
Trait Implementations§
source§impl Clone for AddSourceIdentifierToSubscriptionOutputBuilder
impl Clone for AddSourceIdentifierToSubscriptionOutputBuilder
source§fn clone(&self) -> AddSourceIdentifierToSubscriptionOutputBuilder
fn clone(&self) -> AddSourceIdentifierToSubscriptionOutputBuilder
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 AddSourceIdentifierToSubscriptionOutputBuilder
impl Default for AddSourceIdentifierToSubscriptionOutputBuilder
source§fn default() -> AddSourceIdentifierToSubscriptionOutputBuilder
fn default() -> AddSourceIdentifierToSubscriptionOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<AddSourceIdentifierToSubscriptionOutputBuilder> for AddSourceIdentifierToSubscriptionOutputBuilder
impl PartialEq<AddSourceIdentifierToSubscriptionOutputBuilder> for AddSourceIdentifierToSubscriptionOutputBuilder
source§fn eq(&self, other: &AddSourceIdentifierToSubscriptionOutputBuilder) -> bool
fn eq(&self, other: &AddSourceIdentifierToSubscriptionOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.