Struct aws_sdk_opensearchserverless::operation::batch_get_collection::BatchGetCollectionInput
source · #[non_exhaustive]pub struct BatchGetCollectionInput { /* private fields */ }
Implementations§
source§impl BatchGetCollectionInput
impl BatchGetCollectionInput
sourcepub fn ids(&self) -> Option<&[String]>
pub fn ids(&self) -> Option<&[String]>
A list of collection IDs. You can't provide names and IDs in the same request. The ID is part of the collection endpoint. You can also retrieve it using the ListCollections API.
source§impl BatchGetCollectionInput
impl BatchGetCollectionInput
sourcepub fn builder() -> BatchGetCollectionInputBuilder
pub fn builder() -> BatchGetCollectionInputBuilder
Creates a new builder-style object to manufacture BatchGetCollectionInput
.
source§impl BatchGetCollectionInput
impl BatchGetCollectionInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<BatchGetCollection, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<BatchGetCollection, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<BatchGetCollection
>
Trait Implementations§
source§impl Clone for BatchGetCollectionInput
impl Clone for BatchGetCollectionInput
source§fn clone(&self) -> BatchGetCollectionInput
fn clone(&self) -> BatchGetCollectionInput
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 Debug for BatchGetCollectionInput
impl Debug for BatchGetCollectionInput
source§impl PartialEq<BatchGetCollectionInput> for BatchGetCollectionInput
impl PartialEq<BatchGetCollectionInput> for BatchGetCollectionInput
source§fn eq(&self, other: &BatchGetCollectionInput) -> bool
fn eq(&self, other: &BatchGetCollectionInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.