#[non_exhaustive]pub struct Builder { /* private fields */ }
Expand description
A builder for BatchGetCustomDataIdentifiersOutput
Implementations
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 meets the criteria specified in the request.
pub 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 meets the criteria specified in the request.
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.
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.
Consumes the builder and constructs a BatchGetCustomDataIdentifiersOutput
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more