Struct aws_sdk_omics::operation::delete_annotation_store_versions::builders::DeleteAnnotationStoreVersionsOutputBuilder
source · #[non_exhaustive]pub struct DeleteAnnotationStoreVersionsOutputBuilder { /* private fields */ }
Expand description
A builder for DeleteAnnotationStoreVersionsOutput
.
Implementations§
source§impl DeleteAnnotationStoreVersionsOutputBuilder
impl DeleteAnnotationStoreVersionsOutputBuilder
sourcepub fn errors(self, input: VersionDeleteError) -> Self
pub fn errors(self, input: VersionDeleteError) -> Self
Appends an item to errors
.
To override the contents of this collection use set_errors
.
Any errors that occur when attempting to delete an annotation store version.
sourcepub fn set_errors(self, input: Option<Vec<VersionDeleteError>>) -> Self
pub fn set_errors(self, input: Option<Vec<VersionDeleteError>>) -> Self
Any errors that occur when attempting to delete an annotation store version.
sourcepub fn get_errors(&self) -> &Option<Vec<VersionDeleteError>>
pub fn get_errors(&self) -> &Option<Vec<VersionDeleteError>>
Any errors that occur when attempting to delete an annotation store version.
sourcepub fn build(self) -> DeleteAnnotationStoreVersionsOutput
pub fn build(self) -> DeleteAnnotationStoreVersionsOutput
Consumes the builder and constructs a DeleteAnnotationStoreVersionsOutput
.
Trait Implementations§
source§impl Clone for DeleteAnnotationStoreVersionsOutputBuilder
impl Clone for DeleteAnnotationStoreVersionsOutputBuilder
source§fn clone(&self) -> DeleteAnnotationStoreVersionsOutputBuilder
fn clone(&self) -> DeleteAnnotationStoreVersionsOutputBuilder
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 DeleteAnnotationStoreVersionsOutputBuilder
impl Default for DeleteAnnotationStoreVersionsOutputBuilder
source§fn default() -> DeleteAnnotationStoreVersionsOutputBuilder
fn default() -> DeleteAnnotationStoreVersionsOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for DeleteAnnotationStoreVersionsOutputBuilder
impl PartialEq for DeleteAnnotationStoreVersionsOutputBuilder
source§fn eq(&self, other: &DeleteAnnotationStoreVersionsOutputBuilder) -> bool
fn eq(&self, other: &DeleteAnnotationStoreVersionsOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for DeleteAnnotationStoreVersionsOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for DeleteAnnotationStoreVersionsOutputBuilder
impl Send for DeleteAnnotationStoreVersionsOutputBuilder
impl Sync for DeleteAnnotationStoreVersionsOutputBuilder
impl Unpin for DeleteAnnotationStoreVersionsOutputBuilder
impl UnwindSafe for DeleteAnnotationStoreVersionsOutputBuilder
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.