pub struct Builder { /* private fields */ }
Expand description
A builder for BatchGetCollectionOutput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn collection_details(self, input: CollectionDetail) -> Self
pub fn collection_details(self, input: CollectionDetail) -> Self
Appends an item to collection_details
.
To override the contents of this collection use set_collection_details
.
Details about each collection.
sourcepub fn set_collection_details(self, input: Option<Vec<CollectionDetail>>) -> Self
pub fn set_collection_details(self, input: Option<Vec<CollectionDetail>>) -> Self
Details about each collection.
sourcepub fn collection_error_details(self, input: CollectionErrorDetail) -> Self
pub fn collection_error_details(self, input: CollectionErrorDetail) -> Self
Appends an item to collection_error_details
.
To override the contents of this collection use set_collection_error_details
.
Error information for the request.
sourcepub fn set_collection_error_details(
self,
input: Option<Vec<CollectionErrorDetail>>
) -> Self
pub fn set_collection_error_details(
self,
input: Option<Vec<CollectionErrorDetail>>
) -> Self
Error information for the request.
sourcepub fn build(self) -> BatchGetCollectionOutput
pub fn build(self) -> BatchGetCollectionOutput
Consumes the builder and constructs a BatchGetCollectionOutput
.