Struct aws_sdk_opensearchserverless::operation::delete_collection::builders::DeleteCollectionOutputBuilder
source · #[non_exhaustive]pub struct DeleteCollectionOutputBuilder { /* private fields */ }
Expand description
A builder for DeleteCollectionOutput
.
Implementations§
source§impl DeleteCollectionOutputBuilder
impl DeleteCollectionOutputBuilder
sourcepub fn delete_collection_detail(self, input: DeleteCollectionDetail) -> Self
pub fn delete_collection_detail(self, input: DeleteCollectionDetail) -> Self
Details of the deleted collection.
sourcepub fn set_delete_collection_detail(
self,
input: Option<DeleteCollectionDetail>
) -> Self
pub fn set_delete_collection_detail( self, input: Option<DeleteCollectionDetail> ) -> Self
Details of the deleted collection.
sourcepub fn build(self) -> DeleteCollectionOutput
pub fn build(self) -> DeleteCollectionOutput
Consumes the builder and constructs a DeleteCollectionOutput
.
Trait Implementations§
source§impl Clone for DeleteCollectionOutputBuilder
impl Clone for DeleteCollectionOutputBuilder
source§fn clone(&self) -> DeleteCollectionOutputBuilder
fn clone(&self) -> DeleteCollectionOutputBuilder
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 DeleteCollectionOutputBuilder
impl Default for DeleteCollectionOutputBuilder
source§fn default() -> DeleteCollectionOutputBuilder
fn default() -> DeleteCollectionOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<DeleteCollectionOutputBuilder> for DeleteCollectionOutputBuilder
impl PartialEq<DeleteCollectionOutputBuilder> for DeleteCollectionOutputBuilder
source§fn eq(&self, other: &DeleteCollectionOutputBuilder) -> bool
fn eq(&self, other: &DeleteCollectionOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.