#[non_exhaustive]pub struct DeleteCollectionInput { /* private fields */ }
Implementations§
source§impl DeleteCollectionInput
impl DeleteCollectionInput
sourcepub async fn make_operation(
self,
_config: &Config
) -> Result<Operation<DeleteCollection, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
self,
_config: &Config
) -> Result<Operation<DeleteCollection, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DeleteCollection
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DeleteCollectionInput
.
source§impl DeleteCollectionInput
impl DeleteCollectionInput
sourcepub fn id(&self) -> Option<&str>
pub fn id(&self) -> Option<&str>
The unique identifier of the collection. For example, 1iu5usc406kd
. The ID is part of the collection endpoint. You can also retrieve it using the ListCollections API.
sourcepub fn client_token(&self) -> Option<&str>
pub fn client_token(&self) -> Option<&str>
A unique, case-sensitive identifier to ensure idempotency of the request.
Trait Implementations§
source§impl Clone for DeleteCollectionInput
impl Clone for DeleteCollectionInput
source§fn clone(&self) -> DeleteCollectionInput
fn clone(&self) -> DeleteCollectionInput
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 DeleteCollectionInput
impl Debug for DeleteCollectionInput
source§impl PartialEq<DeleteCollectionInput> for DeleteCollectionInput
impl PartialEq<DeleteCollectionInput> for DeleteCollectionInput
source§fn eq(&self, other: &DeleteCollectionInput) -> bool
fn eq(&self, other: &DeleteCollectionInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.