Struct aws_sdk_docdb::operation::remove_source_identifier_from_subscription::builders::RemoveSourceIdentifierFromSubscriptionOutputBuilder    
source · #[non_exhaustive]pub struct RemoveSourceIdentifierFromSubscriptionOutputBuilder { /* private fields */ }Expand description
A builder for RemoveSourceIdentifierFromSubscriptionOutput.
Implementations§
source§impl RemoveSourceIdentifierFromSubscriptionOutputBuilder
 
impl RemoveSourceIdentifierFromSubscriptionOutputBuilder
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 get_event_subscription(&self) -> &Option<EventSubscription>
 
pub fn get_event_subscription(&self) -> &Option<EventSubscription>
Detailed information about an event to which you have subscribed.
sourcepub fn build(self) -> RemoveSourceIdentifierFromSubscriptionOutput
 
pub fn build(self) -> RemoveSourceIdentifierFromSubscriptionOutput
Consumes the builder and constructs a RemoveSourceIdentifierFromSubscriptionOutput.
Trait Implementations§
source§impl Clone for RemoveSourceIdentifierFromSubscriptionOutputBuilder
 
impl Clone for RemoveSourceIdentifierFromSubscriptionOutputBuilder
source§fn clone(&self) -> RemoveSourceIdentifierFromSubscriptionOutputBuilder
 
fn clone(&self) -> RemoveSourceIdentifierFromSubscriptionOutputBuilder
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 RemoveSourceIdentifierFromSubscriptionOutputBuilder
 
impl Default for RemoveSourceIdentifierFromSubscriptionOutputBuilder
source§fn default() -> RemoveSourceIdentifierFromSubscriptionOutputBuilder
 
fn default() -> RemoveSourceIdentifierFromSubscriptionOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for RemoveSourceIdentifierFromSubscriptionOutputBuilder
 
impl PartialEq for RemoveSourceIdentifierFromSubscriptionOutputBuilder
source§fn eq(
    &self,
    other: &RemoveSourceIdentifierFromSubscriptionOutputBuilder
) -> bool
 
fn eq( &self, other: &RemoveSourceIdentifierFromSubscriptionOutputBuilder ) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for RemoveSourceIdentifierFromSubscriptionOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for RemoveSourceIdentifierFromSubscriptionOutputBuilder
impl Send for RemoveSourceIdentifierFromSubscriptionOutputBuilder
impl Sync for RemoveSourceIdentifierFromSubscriptionOutputBuilder
impl Unpin for RemoveSourceIdentifierFromSubscriptionOutputBuilder
impl UnwindSafe for RemoveSourceIdentifierFromSubscriptionOutputBuilder
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
    T: ?Sized,
 
impl<T> BorrowMut<T> for Twhere
    T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
 
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> Instrument for T
 
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
 
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
 
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.