Struct aws_sdk_ses::operation::list_configuration_sets::builders::ListConfigurationSetsOutputBuilder
source · #[non_exhaustive]pub struct ListConfigurationSetsOutputBuilder { /* private fields */ }Expand description
A builder for ListConfigurationSetsOutput.
Implementations§
source§impl ListConfigurationSetsOutputBuilder
impl ListConfigurationSetsOutputBuilder
sourcepub fn configuration_sets(self, input: ConfigurationSet) -> Self
pub fn configuration_sets(self, input: ConfigurationSet) -> Self
Appends an item to configuration_sets.
To override the contents of this collection use set_configuration_sets.
A list of configuration sets.
sourcepub fn set_configuration_sets(
self,
input: Option<Vec<ConfigurationSet>>
) -> Self
pub fn set_configuration_sets( self, input: Option<Vec<ConfigurationSet>> ) -> Self
A list of configuration sets.
sourcepub fn next_token(self, input: impl Into<String>) -> Self
pub fn next_token(self, input: impl Into<String>) -> Self
A token indicating that there are additional configuration sets available to be listed. Pass this token to successive calls of ListConfigurationSets.
sourcepub fn set_next_token(self, input: Option<String>) -> Self
pub fn set_next_token(self, input: Option<String>) -> Self
A token indicating that there are additional configuration sets available to be listed. Pass this token to successive calls of ListConfigurationSets.
sourcepub fn build(self) -> ListConfigurationSetsOutput
pub fn build(self) -> ListConfigurationSetsOutput
Consumes the builder and constructs a ListConfigurationSetsOutput.
Trait Implementations§
source§impl Clone for ListConfigurationSetsOutputBuilder
impl Clone for ListConfigurationSetsOutputBuilder
source§fn clone(&self) -> ListConfigurationSetsOutputBuilder
fn clone(&self) -> ListConfigurationSetsOutputBuilder
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 ListConfigurationSetsOutputBuilder
impl Default for ListConfigurationSetsOutputBuilder
source§fn default() -> ListConfigurationSetsOutputBuilder
fn default() -> ListConfigurationSetsOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<ListConfigurationSetsOutputBuilder> for ListConfigurationSetsOutputBuilder
impl PartialEq<ListConfigurationSetsOutputBuilder> for ListConfigurationSetsOutputBuilder
source§fn eq(&self, other: &ListConfigurationSetsOutputBuilder) -> bool
fn eq(&self, other: &ListConfigurationSetsOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for ListConfigurationSetsOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for ListConfigurationSetsOutputBuilder
impl Send for ListConfigurationSetsOutputBuilder
impl Sync for ListConfigurationSetsOutputBuilder
impl Unpin for ListConfigurationSetsOutputBuilder
impl UnwindSafe for ListConfigurationSetsOutputBuilder
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