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 get_delete_collection_detail(&self) -> &Option<DeleteCollectionDetail>
pub fn get_delete_collection_detail(&self) -> &Option<DeleteCollectionDetail>
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 for DeleteCollectionOutputBuilder
impl PartialEq 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 ==
.impl StructuralPartialEq for DeleteCollectionOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for DeleteCollectionOutputBuilder
impl Send for DeleteCollectionOutputBuilder
impl Sync for DeleteCollectionOutputBuilder
impl Unpin for DeleteCollectionOutputBuilder
impl UnwindSafe for DeleteCollectionOutputBuilder
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.