Struct aws_sdk_redshift::operation::batch_delete_cluster_snapshots::builders::BatchDeleteClusterSnapshotsOutputBuilder
source · #[non_exhaustive]pub struct BatchDeleteClusterSnapshotsOutputBuilder { /* private fields */ }Expand description
A builder for BatchDeleteClusterSnapshotsOutput.
Implementations§
source§impl BatchDeleteClusterSnapshotsOutputBuilder
impl BatchDeleteClusterSnapshotsOutputBuilder
sourcepub fn resources(self, input: impl Into<String>) -> Self
pub fn resources(self, input: impl Into<String>) -> Self
Appends an item to resources.
To override the contents of this collection use set_resources.
A list of the snapshot identifiers that were deleted.
sourcepub fn set_resources(self, input: Option<Vec<String>>) -> Self
pub fn set_resources(self, input: Option<Vec<String>>) -> Self
A list of the snapshot identifiers that were deleted.
sourcepub fn get_resources(&self) -> &Option<Vec<String>>
pub fn get_resources(&self) -> &Option<Vec<String>>
A list of the snapshot identifiers that were deleted.
sourcepub fn errors(self, input: SnapshotErrorMessage) -> Self
pub fn errors(self, input: SnapshotErrorMessage) -> Self
Appends an item to errors.
To override the contents of this collection use set_errors.
A list of any errors returned.
sourcepub fn set_errors(self, input: Option<Vec<SnapshotErrorMessage>>) -> Self
pub fn set_errors(self, input: Option<Vec<SnapshotErrorMessage>>) -> Self
A list of any errors returned.
sourcepub fn get_errors(&self) -> &Option<Vec<SnapshotErrorMessage>>
pub fn get_errors(&self) -> &Option<Vec<SnapshotErrorMessage>>
A list of any errors returned.
sourcepub fn build(self) -> BatchDeleteClusterSnapshotsOutput
pub fn build(self) -> BatchDeleteClusterSnapshotsOutput
Consumes the builder and constructs a BatchDeleteClusterSnapshotsOutput.
Trait Implementations§
source§impl Clone for BatchDeleteClusterSnapshotsOutputBuilder
impl Clone for BatchDeleteClusterSnapshotsOutputBuilder
source§fn clone(&self) -> BatchDeleteClusterSnapshotsOutputBuilder
fn clone(&self) -> BatchDeleteClusterSnapshotsOutputBuilder
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 BatchDeleteClusterSnapshotsOutputBuilder
impl Default for BatchDeleteClusterSnapshotsOutputBuilder
source§fn default() -> BatchDeleteClusterSnapshotsOutputBuilder
fn default() -> BatchDeleteClusterSnapshotsOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for BatchDeleteClusterSnapshotsOutputBuilder
impl PartialEq for BatchDeleteClusterSnapshotsOutputBuilder
source§fn eq(&self, other: &BatchDeleteClusterSnapshotsOutputBuilder) -> bool
fn eq(&self, other: &BatchDeleteClusterSnapshotsOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for BatchDeleteClusterSnapshotsOutputBuilder
Auto Trait Implementations§
impl Freeze for BatchDeleteClusterSnapshotsOutputBuilder
impl RefUnwindSafe for BatchDeleteClusterSnapshotsOutputBuilder
impl Send for BatchDeleteClusterSnapshotsOutputBuilder
impl Sync for BatchDeleteClusterSnapshotsOutputBuilder
impl Unpin for BatchDeleteClusterSnapshotsOutputBuilder
impl UnwindSafe for BatchDeleteClusterSnapshotsOutputBuilder
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>
source§impl<T> IntoEither for T
impl<T> IntoEither for T
source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moresource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreCreates a shared type from an unshared type.