Struct aws_sdk_redshift::operation::batch_delete_cluster_snapshots::builders::BatchDeleteClusterSnapshotsInputBuilder
source · #[non_exhaustive]pub struct BatchDeleteClusterSnapshotsInputBuilder { /* private fields */ }
Expand description
A builder for BatchDeleteClusterSnapshotsInput
.
Implementations§
source§impl BatchDeleteClusterSnapshotsInputBuilder
impl BatchDeleteClusterSnapshotsInputBuilder
sourcepub fn identifiers(self, input: DeleteClusterSnapshotMessage) -> Self
pub fn identifiers(self, input: DeleteClusterSnapshotMessage) -> Self
Appends an item to identifiers
.
To override the contents of this collection use set_identifiers
.
A list of identifiers for the snapshots that you want to delete.
sourcepub fn set_identifiers(
self,
input: Option<Vec<DeleteClusterSnapshotMessage>>
) -> Self
pub fn set_identifiers( self, input: Option<Vec<DeleteClusterSnapshotMessage>> ) -> Self
A list of identifiers for the snapshots that you want to delete.
sourcepub fn get_identifiers(&self) -> &Option<Vec<DeleteClusterSnapshotMessage>>
pub fn get_identifiers(&self) -> &Option<Vec<DeleteClusterSnapshotMessage>>
A list of identifiers for the snapshots that you want to delete.
sourcepub fn build(self) -> Result<BatchDeleteClusterSnapshotsInput, BuildError>
pub fn build(self) -> Result<BatchDeleteClusterSnapshotsInput, BuildError>
Consumes the builder and constructs a BatchDeleteClusterSnapshotsInput
.
source§impl BatchDeleteClusterSnapshotsInputBuilder
impl BatchDeleteClusterSnapshotsInputBuilder
sourcepub async fn send_with(
self,
client: &Client
) -> Result<BatchDeleteClusterSnapshotsOutput, SdkError<BatchDeleteClusterSnapshotsError, HttpResponse>>
pub async fn send_with( self, client: &Client ) -> Result<BatchDeleteClusterSnapshotsOutput, SdkError<BatchDeleteClusterSnapshotsError, HttpResponse>>
Sends a request with this input using the given client.
Trait Implementations§
source§impl Clone for BatchDeleteClusterSnapshotsInputBuilder
impl Clone for BatchDeleteClusterSnapshotsInputBuilder
source§fn clone(&self) -> BatchDeleteClusterSnapshotsInputBuilder
fn clone(&self) -> BatchDeleteClusterSnapshotsInputBuilder
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 BatchDeleteClusterSnapshotsInputBuilder
impl Default for BatchDeleteClusterSnapshotsInputBuilder
source§fn default() -> BatchDeleteClusterSnapshotsInputBuilder
fn default() -> BatchDeleteClusterSnapshotsInputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for BatchDeleteClusterSnapshotsInputBuilder
impl PartialEq for BatchDeleteClusterSnapshotsInputBuilder
source§fn eq(&self, other: &BatchDeleteClusterSnapshotsInputBuilder) -> bool
fn eq(&self, other: &BatchDeleteClusterSnapshotsInputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for BatchDeleteClusterSnapshotsInputBuilder
Auto Trait Implementations§
impl Freeze for BatchDeleteClusterSnapshotsInputBuilder
impl RefUnwindSafe for BatchDeleteClusterSnapshotsInputBuilder
impl Send for BatchDeleteClusterSnapshotsInputBuilder
impl Sync for BatchDeleteClusterSnapshotsInputBuilder
impl Unpin for BatchDeleteClusterSnapshotsInputBuilder
impl UnwindSafe for BatchDeleteClusterSnapshotsInputBuilder
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.