#[non_exhaustive]pub struct BatchDeleteImageOutputBuilder { /* private fields */ }
Expand description
A builder for BatchDeleteImageOutput
.
Implementations§
source§impl BatchDeleteImageOutputBuilder
impl BatchDeleteImageOutputBuilder
sourcepub fn image_ids(self, input: ImageIdentifier) -> Self
pub fn image_ids(self, input: ImageIdentifier) -> Self
Appends an item to image_ids
.
To override the contents of this collection use set_image_ids
.
The image IDs of the deleted images.
sourcepub fn set_image_ids(self, input: Option<Vec<ImageIdentifier>>) -> Self
pub fn set_image_ids(self, input: Option<Vec<ImageIdentifier>>) -> Self
The image IDs of the deleted images.
sourcepub fn failures(self, input: ImageFailure) -> Self
pub fn failures(self, input: ImageFailure) -> Self
Appends an item to failures
.
To override the contents of this collection use set_failures
.
Any failures associated with the call.
sourcepub fn set_failures(self, input: Option<Vec<ImageFailure>>) -> Self
pub fn set_failures(self, input: Option<Vec<ImageFailure>>) -> Self
Any failures associated with the call.
sourcepub fn build(self) -> BatchDeleteImageOutput
pub fn build(self) -> BatchDeleteImageOutput
Consumes the builder and constructs a BatchDeleteImageOutput
.
Trait Implementations§
source§impl Clone for BatchDeleteImageOutputBuilder
impl Clone for BatchDeleteImageOutputBuilder
source§fn clone(&self) -> BatchDeleteImageOutputBuilder
fn clone(&self) -> BatchDeleteImageOutputBuilder
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 BatchDeleteImageOutputBuilder
impl Default for BatchDeleteImageOutputBuilder
source§fn default() -> BatchDeleteImageOutputBuilder
fn default() -> BatchDeleteImageOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<BatchDeleteImageOutputBuilder> for BatchDeleteImageOutputBuilder
impl PartialEq<BatchDeleteImageOutputBuilder> for BatchDeleteImageOutputBuilder
source§fn eq(&self, other: &BatchDeleteImageOutputBuilder) -> bool
fn eq(&self, other: &BatchDeleteImageOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.