Struct aws_sdk_sesv2::operation::get_configuration_set_event_destinations::builders::GetConfigurationSetEventDestinationsOutputBuilder
source · #[non_exhaustive]pub struct GetConfigurationSetEventDestinationsOutputBuilder { /* private fields */ }Expand description
A builder for GetConfigurationSetEventDestinationsOutput.
Implementations§
source§impl GetConfigurationSetEventDestinationsOutputBuilder
impl GetConfigurationSetEventDestinationsOutputBuilder
sourcepub fn event_destinations(self, input: EventDestination) -> Self
pub fn event_destinations(self, input: EventDestination) -> Self
Appends an item to event_destinations.
To override the contents of this collection use set_event_destinations.
An array that includes all of the events destinations that have been configured for the configuration set.
sourcepub fn set_event_destinations(
self,
input: Option<Vec<EventDestination>>
) -> Self
pub fn set_event_destinations( self, input: Option<Vec<EventDestination>> ) -> Self
An array that includes all of the events destinations that have been configured for the configuration set.
sourcepub fn get_event_destinations(&self) -> &Option<Vec<EventDestination>>
pub fn get_event_destinations(&self) -> &Option<Vec<EventDestination>>
An array that includes all of the events destinations that have been configured for the configuration set.
sourcepub fn build(self) -> GetConfigurationSetEventDestinationsOutput
pub fn build(self) -> GetConfigurationSetEventDestinationsOutput
Consumes the builder and constructs a GetConfigurationSetEventDestinationsOutput.
Trait Implementations§
source§impl Clone for GetConfigurationSetEventDestinationsOutputBuilder
impl Clone for GetConfigurationSetEventDestinationsOutputBuilder
source§fn clone(&self) -> GetConfigurationSetEventDestinationsOutputBuilder
fn clone(&self) -> GetConfigurationSetEventDestinationsOutputBuilder
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 GetConfigurationSetEventDestinationsOutputBuilder
impl Default for GetConfigurationSetEventDestinationsOutputBuilder
source§fn default() -> GetConfigurationSetEventDestinationsOutputBuilder
fn default() -> GetConfigurationSetEventDestinationsOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for GetConfigurationSetEventDestinationsOutputBuilder
impl PartialEq for GetConfigurationSetEventDestinationsOutputBuilder
source§fn eq(&self, other: &GetConfigurationSetEventDestinationsOutputBuilder) -> bool
fn eq(&self, other: &GetConfigurationSetEventDestinationsOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for GetConfigurationSetEventDestinationsOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for GetConfigurationSetEventDestinationsOutputBuilder
impl Send for GetConfigurationSetEventDestinationsOutputBuilder
impl Sync for GetConfigurationSetEventDestinationsOutputBuilder
impl Unpin for GetConfigurationSetEventDestinationsOutputBuilder
impl UnwindSafe for GetConfigurationSetEventDestinationsOutputBuilder
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.