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