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