Struct aws_sdk_appintegrations::operation::list_data_integrations::builders::ListDataIntegrationsInputBuilder
source · #[non_exhaustive]pub struct ListDataIntegrationsInputBuilder { /* private fields */ }
Expand description
A builder for ListDataIntegrationsInput
.
Implementations§
source§impl ListDataIntegrationsInputBuilder
impl ListDataIntegrationsInputBuilder
sourcepub fn next_token(self, input: impl Into<String>) -> Self
pub fn next_token(self, input: impl Into<String>) -> Self
The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.
sourcepub fn set_next_token(self, input: Option<String>) -> Self
pub fn set_next_token(self, input: Option<String>) -> Self
The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.
sourcepub fn max_results(self, input: i32) -> Self
pub fn max_results(self, input: i32) -> Self
The maximum number of results to return per page.
sourcepub fn set_max_results(self, input: Option<i32>) -> Self
pub fn set_max_results(self, input: Option<i32>) -> Self
The maximum number of results to return per page.
sourcepub fn build(self) -> Result<ListDataIntegrationsInput, BuildError>
pub fn build(self) -> Result<ListDataIntegrationsInput, BuildError>
Consumes the builder and constructs a ListDataIntegrationsInput
.
Trait Implementations§
source§impl Clone for ListDataIntegrationsInputBuilder
impl Clone for ListDataIntegrationsInputBuilder
source§fn clone(&self) -> ListDataIntegrationsInputBuilder
fn clone(&self) -> ListDataIntegrationsInputBuilder
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 ListDataIntegrationsInputBuilder
impl Default for ListDataIntegrationsInputBuilder
source§fn default() -> ListDataIntegrationsInputBuilder
fn default() -> ListDataIntegrationsInputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<ListDataIntegrationsInputBuilder> for ListDataIntegrationsInputBuilder
impl PartialEq<ListDataIntegrationsInputBuilder> for ListDataIntegrationsInputBuilder
source§fn eq(&self, other: &ListDataIntegrationsInputBuilder) -> bool
fn eq(&self, other: &ListDataIntegrationsInputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.