Struct aws_sdk_macie2::operation::list_custom_data_identifiers::builders::ListCustomDataIdentifiersInputBuilder
source · #[non_exhaustive]pub struct ListCustomDataIdentifiersInputBuilder { /* private fields */ }
Expand description
A builder for ListCustomDataIdentifiersInput
.
Implementations§
source§impl ListCustomDataIdentifiersInputBuilder
impl ListCustomDataIdentifiersInputBuilder
sourcepub fn max_results(self, input: i32) -> Self
pub fn max_results(self, input: i32) -> Self
The maximum number of items to include in each page of the response.
sourcepub fn set_max_results(self, input: Option<i32>) -> Self
pub fn set_max_results(self, input: Option<i32>) -> Self
The maximum number of items to include in each page of the response.
sourcepub fn next_token(self, input: impl Into<String>) -> Self
pub fn next_token(self, input: impl Into<String>) -> Self
The nextToken string that specifies which page of results to return in a paginated response.
sourcepub fn set_next_token(self, input: Option<String>) -> Self
pub fn set_next_token(self, input: Option<String>) -> Self
The nextToken string that specifies which page of results to return in a paginated response.
sourcepub fn build(self) -> Result<ListCustomDataIdentifiersInput, BuildError>
pub fn build(self) -> Result<ListCustomDataIdentifiersInput, BuildError>
Consumes the builder and constructs a ListCustomDataIdentifiersInput
.
Trait Implementations§
source§impl Clone for ListCustomDataIdentifiersInputBuilder
impl Clone for ListCustomDataIdentifiersInputBuilder
source§fn clone(&self) -> ListCustomDataIdentifiersInputBuilder
fn clone(&self) -> ListCustomDataIdentifiersInputBuilder
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 ListCustomDataIdentifiersInputBuilder
impl Default for ListCustomDataIdentifiersInputBuilder
source§fn default() -> ListCustomDataIdentifiersInputBuilder
fn default() -> ListCustomDataIdentifiersInputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<ListCustomDataIdentifiersInputBuilder> for ListCustomDataIdentifiersInputBuilder
impl PartialEq<ListCustomDataIdentifiersInputBuilder> for ListCustomDataIdentifiersInputBuilder
source§fn eq(&self, other: &ListCustomDataIdentifiersInputBuilder) -> bool
fn eq(&self, other: &ListCustomDataIdentifiersInputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.