#[non_exhaustive]pub struct CreateCollectionInput { /* private fields */ }
Implementations§
source§impl CreateCollectionInput
impl CreateCollectionInput
sourcepub async fn make_operation(
self,
_config: &Config
) -> Result<Operation<CreateCollection, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
self,
_config: &Config
) -> Result<Operation<CreateCollection, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<CreateCollection
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CreateCollectionInput
.
source§impl CreateCollectionInput
impl CreateCollectionInput
sourcepub fn type(&self) -> Option<&CollectionType>
pub fn type(&self) -> Option<&CollectionType>
The type of collection.
sourcepub fn description(&self) -> Option<&str>
pub fn description(&self) -> Option<&str>
Description of the collection.
An arbitrary set of tags (key–value pairs) to associate with the OpenSearch Serverless collection.
sourcepub fn client_token(&self) -> Option<&str>
pub fn client_token(&self) -> Option<&str>
Unique, case-sensitive identifier to ensure idempotency of the request.
Trait Implementations§
source§impl Clone for CreateCollectionInput
impl Clone for CreateCollectionInput
source§fn clone(&self) -> CreateCollectionInput
fn clone(&self) -> CreateCollectionInput
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 CreateCollectionInput
impl Debug for CreateCollectionInput
source§impl PartialEq<CreateCollectionInput> for CreateCollectionInput
impl PartialEq<CreateCollectionInput> for CreateCollectionInput
source§fn eq(&self, other: &CreateCollectionInput) -> bool
fn eq(&self, other: &CreateCollectionInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.