Struct aws_sdk_macie2::operation::batch_get_custom_data_identifiers::builders::BatchGetCustomDataIdentifiersOutputBuilder
source · #[non_exhaustive]pub struct BatchGetCustomDataIdentifiersOutputBuilder { /* private fields */ }
Expand description
A builder for BatchGetCustomDataIdentifiersOutput
.
Implementations§
source§impl BatchGetCustomDataIdentifiersOutputBuilder
impl BatchGetCustomDataIdentifiersOutputBuilder
sourcepub fn custom_data_identifiers(
self,
input: BatchGetCustomDataIdentifierSummary
) -> Self
pub fn custom_data_identifiers( self, input: BatchGetCustomDataIdentifierSummary ) -> Self
Appends an item to custom_data_identifiers
.
To override the contents of this collection use set_custom_data_identifiers
.
An array of objects, one for each custom data identifier that matches the criteria specified in the request.
sourcepub fn set_custom_data_identifiers(
self,
input: Option<Vec<BatchGetCustomDataIdentifierSummary>>
) -> Self
pub fn set_custom_data_identifiers( self, input: Option<Vec<BatchGetCustomDataIdentifierSummary>> ) -> Self
An array of objects, one for each custom data identifier that matches the criteria specified in the request.
sourcepub fn get_custom_data_identifiers(
&self
) -> &Option<Vec<BatchGetCustomDataIdentifierSummary>>
pub fn get_custom_data_identifiers( &self ) -> &Option<Vec<BatchGetCustomDataIdentifierSummary>>
An array of objects, one for each custom data identifier that matches the criteria specified in the request.
sourcepub fn not_found_identifier_ids(self, input: impl Into<String>) -> Self
pub fn not_found_identifier_ids(self, input: impl Into<String>) -> Self
Appends an item to not_found_identifier_ids
.
To override the contents of this collection use set_not_found_identifier_ids
.
An array of custom data identifier IDs, one for each custom data identifier that was specified in the request but doesn't correlate to an existing custom data identifier.
sourcepub fn set_not_found_identifier_ids(self, input: Option<Vec<String>>) -> Self
pub fn set_not_found_identifier_ids(self, input: Option<Vec<String>>) -> Self
An array of custom data identifier IDs, one for each custom data identifier that was specified in the request but doesn't correlate to an existing custom data identifier.
sourcepub fn get_not_found_identifier_ids(&self) -> &Option<Vec<String>>
pub fn get_not_found_identifier_ids(&self) -> &Option<Vec<String>>
An array of custom data identifier IDs, one for each custom data identifier that was specified in the request but doesn't correlate to an existing custom data identifier.
sourcepub fn build(self) -> BatchGetCustomDataIdentifiersOutput
pub fn build(self) -> BatchGetCustomDataIdentifiersOutput
Consumes the builder and constructs a BatchGetCustomDataIdentifiersOutput
.
Trait Implementations§
source§impl Clone for BatchGetCustomDataIdentifiersOutputBuilder
impl Clone for BatchGetCustomDataIdentifiersOutputBuilder
source§fn clone(&self) -> BatchGetCustomDataIdentifiersOutputBuilder
fn clone(&self) -> BatchGetCustomDataIdentifiersOutputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Default for BatchGetCustomDataIdentifiersOutputBuilder
impl Default for BatchGetCustomDataIdentifiersOutputBuilder
source§fn default() -> BatchGetCustomDataIdentifiersOutputBuilder
fn default() -> BatchGetCustomDataIdentifiersOutputBuilder
source§impl PartialEq for BatchGetCustomDataIdentifiersOutputBuilder
impl PartialEq for BatchGetCustomDataIdentifiersOutputBuilder
source§fn eq(&self, other: &BatchGetCustomDataIdentifiersOutputBuilder) -> bool
fn eq(&self, other: &BatchGetCustomDataIdentifiersOutputBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.