Struct aws_sdk_appintegrations::operation::list_data_integration_associations::builders::ListDataIntegrationAssociationsInputBuilder
source · #[non_exhaustive]pub struct ListDataIntegrationAssociationsInputBuilder { /* private fields */ }
Expand description
A builder for ListDataIntegrationAssociationsInput
.
Implementations§
source§impl ListDataIntegrationAssociationsInputBuilder
impl ListDataIntegrationAssociationsInputBuilder
sourcepub fn data_integration_identifier(self, input: impl Into<String>) -> Self
pub fn data_integration_identifier(self, input: impl Into<String>) -> Self
A unique identifier for the DataIntegration.
sourcepub fn set_data_integration_identifier(self, input: Option<String>) -> Self
pub fn set_data_integration_identifier(self, input: Option<String>) -> Self
A unique identifier for the DataIntegration.
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<ListDataIntegrationAssociationsInput, BuildError>
pub fn build(self) -> Result<ListDataIntegrationAssociationsInput, BuildError>
Consumes the builder and constructs a ListDataIntegrationAssociationsInput
.
Trait Implementations§
source§impl Clone for ListDataIntegrationAssociationsInputBuilder
impl Clone for ListDataIntegrationAssociationsInputBuilder
source§fn clone(&self) -> ListDataIntegrationAssociationsInputBuilder
fn clone(&self) -> ListDataIntegrationAssociationsInputBuilder
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 ListDataIntegrationAssociationsInputBuilder
impl Default for ListDataIntegrationAssociationsInputBuilder
source§fn default() -> ListDataIntegrationAssociationsInputBuilder
fn default() -> ListDataIntegrationAssociationsInputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<ListDataIntegrationAssociationsInputBuilder> for ListDataIntegrationAssociationsInputBuilder
impl PartialEq<ListDataIntegrationAssociationsInputBuilder> for ListDataIntegrationAssociationsInputBuilder
source§fn eq(&self, other: &ListDataIntegrationAssociationsInputBuilder) -> bool
fn eq(&self, other: &ListDataIntegrationAssociationsInputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.