Struct aws_sdk_redshift::operation::batch_modify_cluster_snapshots::builders::BatchModifyClusterSnapshotsOutputBuilder
source · #[non_exhaustive]pub struct BatchModifyClusterSnapshotsOutputBuilder { /* private fields */ }
Expand description
A builder for BatchModifyClusterSnapshotsOutput
.
Implementations§
source§impl BatchModifyClusterSnapshotsOutputBuilder
impl BatchModifyClusterSnapshotsOutputBuilder
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 snapshots that were modified.
sourcepub fn set_resources(self, input: Option<Vec<String>>) -> Self
pub fn set_resources(self, input: Option<Vec<String>>) -> Self
A list of the snapshots that were modified.
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 build(self) -> BatchModifyClusterSnapshotsOutput
pub fn build(self) -> BatchModifyClusterSnapshotsOutput
Consumes the builder and constructs a BatchModifyClusterSnapshotsOutput
.
Trait Implementations§
source§impl Clone for BatchModifyClusterSnapshotsOutputBuilder
impl Clone for BatchModifyClusterSnapshotsOutputBuilder
source§fn clone(&self) -> BatchModifyClusterSnapshotsOutputBuilder
fn clone(&self) -> BatchModifyClusterSnapshotsOutputBuilder
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 BatchModifyClusterSnapshotsOutputBuilder
impl Default for BatchModifyClusterSnapshotsOutputBuilder
source§fn default() -> BatchModifyClusterSnapshotsOutputBuilder
fn default() -> BatchModifyClusterSnapshotsOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<BatchModifyClusterSnapshotsOutputBuilder> for BatchModifyClusterSnapshotsOutputBuilder
impl PartialEq<BatchModifyClusterSnapshotsOutputBuilder> for BatchModifyClusterSnapshotsOutputBuilder
source§fn eq(&self, other: &BatchModifyClusterSnapshotsOutputBuilder) -> bool
fn eq(&self, other: &BatchModifyClusterSnapshotsOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.