Struct aws_sdk_sesv2::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: impl Into<String>) -> Self
pub fn configuration_sets(self, input: impl Into<String>) -> Self
Appends an item to configuration_sets.
To override the contents of this collection use set_configuration_sets.
An array that contains all of the configuration sets in your Amazon SES account in the current Amazon Web Services Region.
sourcepub fn set_configuration_sets(self, input: Option<Vec<String>>) -> Self
pub fn set_configuration_sets(self, input: Option<Vec<String>>) -> Self
An array that contains all of the configuration sets in your Amazon SES account in the current Amazon Web Services Region.
sourcepub fn next_token(self, input: impl Into<String>) -> Self
pub fn next_token(self, input: impl Into<String>) -> Self
A token that indicates that there are additional configuration sets to list. To view additional configuration sets, issue another request to ListConfigurationSets, and pass this token in the NextToken parameter.
sourcepub fn set_next_token(self, input: Option<String>) -> Self
pub fn set_next_token(self, input: Option<String>) -> Self
A token that indicates that there are additional configuration sets to list. To view additional configuration sets, issue another request to ListConfigurationSets, and pass this token in the NextToken parameter.
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
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Default for ListConfigurationSetsOutputBuilder
impl Default for ListConfigurationSetsOutputBuilder
source§fn default() -> ListConfigurationSetsOutputBuilder
fn default() -> ListConfigurationSetsOutputBuilder
source§impl PartialEq<ListConfigurationSetsOutputBuilder> for ListConfigurationSetsOutputBuilder
impl PartialEq<ListConfigurationSetsOutputBuilder> for ListConfigurationSetsOutputBuilder
source§fn eq(&self, other: &ListConfigurationSetsOutputBuilder) -> bool
fn eq(&self, other: &ListConfigurationSetsOutputBuilder) -> bool
self and other values to be equal, and is used
by ==.