Struct aws_sdk_sesv2::operation::list_configuration_sets::builders::ListConfigurationSetsInputBuilder
source · #[non_exhaustive]pub struct ListConfigurationSetsInputBuilder { /* private fields */ }Expand description
A builder for ListConfigurationSetsInput.
Implementations§
source§impl ListConfigurationSetsInputBuilder
impl ListConfigurationSetsInputBuilder
sourcepub fn next_token(self, input: impl Into<String>) -> Self
pub fn next_token(self, input: impl Into<String>) -> Self
A token returned from a previous call to ListConfigurationSets to indicate the position in the list of configuration sets.
sourcepub fn set_next_token(self, input: Option<String>) -> Self
pub fn set_next_token(self, input: Option<String>) -> Self
A token returned from a previous call to ListConfigurationSets to indicate the position in the list of configuration sets.
sourcepub fn get_next_token(&self) -> &Option<String>
pub fn get_next_token(&self) -> &Option<String>
A token returned from a previous call to ListConfigurationSets to indicate the position in the list of configuration sets.
sourcepub fn page_size(self, input: i32) -> Self
pub fn page_size(self, input: i32) -> Self
The number of results to show in a single call to ListConfigurationSets. If the number of results is larger than the number you specified in this parameter, then the response includes a NextToken element, which you can use to obtain additional results.
sourcepub fn set_page_size(self, input: Option<i32>) -> Self
pub fn set_page_size(self, input: Option<i32>) -> Self
The number of results to show in a single call to ListConfigurationSets. If the number of results is larger than the number you specified in this parameter, then the response includes a NextToken element, which you can use to obtain additional results.
sourcepub fn get_page_size(&self) -> &Option<i32>
pub fn get_page_size(&self) -> &Option<i32>
The number of results to show in a single call to ListConfigurationSets. If the number of results is larger than the number you specified in this parameter, then the response includes a NextToken element, which you can use to obtain additional results.
sourcepub fn build(self) -> Result<ListConfigurationSetsInput, BuildError>
pub fn build(self) -> Result<ListConfigurationSetsInput, BuildError>
Consumes the builder and constructs a ListConfigurationSetsInput.
source§impl ListConfigurationSetsInputBuilder
impl ListConfigurationSetsInputBuilder
sourcepub async fn send_with(
self,
client: &Client
) -> Result<ListConfigurationSetsOutput, SdkError<ListConfigurationSetsError, HttpResponse>>
pub async fn send_with( self, client: &Client ) -> Result<ListConfigurationSetsOutput, SdkError<ListConfigurationSetsError, HttpResponse>>
Sends a request with this input using the given client.
Trait Implementations§
source§impl Clone for ListConfigurationSetsInputBuilder
impl Clone for ListConfigurationSetsInputBuilder
source§fn clone(&self) -> ListConfigurationSetsInputBuilder
fn clone(&self) -> ListConfigurationSetsInputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Default for ListConfigurationSetsInputBuilder
impl Default for ListConfigurationSetsInputBuilder
source§fn default() -> ListConfigurationSetsInputBuilder
fn default() -> ListConfigurationSetsInputBuilder
source§impl PartialEq for ListConfigurationSetsInputBuilder
impl PartialEq for ListConfigurationSetsInputBuilder
source§fn eq(&self, other: &ListConfigurationSetsInputBuilder) -> bool
fn eq(&self, other: &ListConfigurationSetsInputBuilder) -> bool
self and other values to be equal, and is used
by ==.