#[non_exhaustive]pub struct BatchGetImageOutputBuilder { /* private fields */ }
Expand description
A builder for BatchGetImageOutput
.
Implementations§
source§impl BatchGetImageOutputBuilder
impl BatchGetImageOutputBuilder
sourcepub fn images(self, input: Image) -> Self
pub fn images(self, input: Image) -> Self
Appends an item to images
.
To override the contents of this collection use set_images
.
A list of image objects corresponding to the image references in the request.
sourcepub fn set_images(self, input: Option<Vec<Image>>) -> Self
pub fn set_images(self, input: Option<Vec<Image>>) -> Self
A list of image objects corresponding to the image references in the request.
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) -> BatchGetImageOutput
pub fn build(self) -> BatchGetImageOutput
Consumes the builder and constructs a BatchGetImageOutput
.
Trait Implementations§
source§impl Clone for BatchGetImageOutputBuilder
impl Clone for BatchGetImageOutputBuilder
source§fn clone(&self) -> BatchGetImageOutputBuilder
fn clone(&self) -> BatchGetImageOutputBuilder
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 Debug for BatchGetImageOutputBuilder
impl Debug for BatchGetImageOutputBuilder
source§impl Default for BatchGetImageOutputBuilder
impl Default for BatchGetImageOutputBuilder
source§fn default() -> BatchGetImageOutputBuilder
fn default() -> BatchGetImageOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<BatchGetImageOutputBuilder> for BatchGetImageOutputBuilder
impl PartialEq<BatchGetImageOutputBuilder> for BatchGetImageOutputBuilder
source§fn eq(&self, other: &BatchGetImageOutputBuilder) -> bool
fn eq(&self, other: &BatchGetImageOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.