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 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 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
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 ListCustomDataIdentifiersOutputBuilder
impl Default for ListCustomDataIdentifiersOutputBuilder
source§fn default() -> ListCustomDataIdentifiersOutputBuilder
fn default() -> ListCustomDataIdentifiersOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<ListCustomDataIdentifiersOutputBuilder> for ListCustomDataIdentifiersOutputBuilder
impl PartialEq<ListCustomDataIdentifiersOutputBuilder> for ListCustomDataIdentifiersOutputBuilder
source§fn eq(&self, other: &ListCustomDataIdentifiersOutputBuilder) -> bool
fn eq(&self, other: &ListCustomDataIdentifiersOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for ListCustomDataIdentifiersOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for ListCustomDataIdentifiersOutputBuilder
impl Send for ListCustomDataIdentifiersOutputBuilder
impl Sync for ListCustomDataIdentifiersOutputBuilder
impl Unpin for ListCustomDataIdentifiersOutputBuilder
impl UnwindSafe for ListCustomDataIdentifiersOutputBuilder
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more