Struct aws_sdk_macie2::operation::list_custom_data_identifiers::builders::ListCustomDataIdentifiersOutputBuilder
source · #[non_exhaustive]pub struct ListCustomDataIdentifiersOutputBuilder { /* private fields */ }
Expand description
A builder for ListCustomDataIdentifiersOutput
.
Implementations§
source§impl ListCustomDataIdentifiersOutputBuilder
impl ListCustomDataIdentifiersOutputBuilder
sourcepub fn items(self, input: CustomDataIdentifierSummary) -> Self
pub fn items(self, input: CustomDataIdentifierSummary) -> Self
Appends an item to items
.
To override the contents of this collection use set_items
.
An array of objects, one for each custom data identifier.
sourcepub fn set_items(self, input: Option<Vec<CustomDataIdentifierSummary>>) -> Self
pub fn set_items(self, input: Option<Vec<CustomDataIdentifierSummary>>) -> Self
An array of objects, one for each custom data identifier.
sourcepub fn get_items(&self) -> &Option<Vec<CustomDataIdentifierSummary>>
pub fn get_items(&self) -> &Option<Vec<CustomDataIdentifierSummary>>
An array of objects, one for each custom data identifier.
sourcepub fn next_token(self, input: impl Into<String>) -> Self
pub fn next_token(self, input: impl Into<String>) -> Self
The string to use in a subsequent request to get the next page of results in a paginated response. This value is null if there are no additional pages.
sourcepub fn set_next_token(self, input: Option<String>) -> Self
pub fn set_next_token(self, input: Option<String>) -> Self
The string to use in a subsequent request to get the next page of results in a paginated response. This value is null if there are no additional pages.
sourcepub fn get_next_token(&self) -> &Option<String>
pub fn get_next_token(&self) -> &Option<String>
The string to use in a subsequent request to get the next page of results in a paginated response. This value is null if there are no additional pages.
sourcepub fn build(self) -> ListCustomDataIdentifiersOutput
pub fn build(self) -> ListCustomDataIdentifiersOutput
Consumes the builder and constructs a ListCustomDataIdentifiersOutput
.
Trait Implementations§
source§impl Clone for ListCustomDataIdentifiersOutputBuilder
impl Clone for ListCustomDataIdentifiersOutputBuilder
source§fn clone(&self) -> ListCustomDataIdentifiersOutputBuilder
fn clone(&self) -> ListCustomDataIdentifiersOutputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Default for ListCustomDataIdentifiersOutputBuilder
impl Default for ListCustomDataIdentifiersOutputBuilder
source§fn default() -> ListCustomDataIdentifiersOutputBuilder
fn default() -> ListCustomDataIdentifiersOutputBuilder
source§impl PartialEq for ListCustomDataIdentifiersOutputBuilder
impl PartialEq for ListCustomDataIdentifiersOutputBuilder
source§fn eq(&self, other: &ListCustomDataIdentifiersOutputBuilder) -> bool
fn eq(&self, other: &ListCustomDataIdentifiersOutputBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.