pub struct Builder { /* private fields */ }
Expand description
A builder for BatchGetCustomDataIdentifiersOutput
.
Implementations§
source§impl Builder
impl Builder
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 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 build(self) -> BatchGetCustomDataIdentifiersOutput
pub fn build(self) -> BatchGetCustomDataIdentifiersOutput
Consumes the builder and constructs a BatchGetCustomDataIdentifiersOutput
.