Struct aws_sdk_opensearchserverless::operation::batch_get_collection::builders::BatchGetCollectionOutputBuilder
source · #[non_exhaustive]pub struct BatchGetCollectionOutputBuilder { /* private fields */ }
Expand description
A builder for BatchGetCollectionOutput
.
Implementations§
source§impl BatchGetCollectionOutputBuilder
impl BatchGetCollectionOutputBuilder
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
.
Trait Implementations§
source§impl Clone for BatchGetCollectionOutputBuilder
impl Clone for BatchGetCollectionOutputBuilder
source§fn clone(&self) -> BatchGetCollectionOutputBuilder
fn clone(&self) -> BatchGetCollectionOutputBuilder
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 BatchGetCollectionOutputBuilder
impl Default for BatchGetCollectionOutputBuilder
source§fn default() -> BatchGetCollectionOutputBuilder
fn default() -> BatchGetCollectionOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<BatchGetCollectionOutputBuilder> for BatchGetCollectionOutputBuilder
impl PartialEq<BatchGetCollectionOutputBuilder> for BatchGetCollectionOutputBuilder
source§fn eq(&self, other: &BatchGetCollectionOutputBuilder) -> bool
fn eq(&self, other: &BatchGetCollectionOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.