Struct aws_sdk_resourceexplorer2::operation::batch_get_view::builders::BatchGetViewOutputBuilder
source · #[non_exhaustive]pub struct BatchGetViewOutputBuilder { /* private fields */ }Expand description
A builder for BatchGetViewOutput.
Implementations§
source§impl BatchGetViewOutputBuilder
impl BatchGetViewOutputBuilder
sourcepub fn views(self, input: View) -> Self
pub fn views(self, input: View) -> Self
Appends an item to views.
To override the contents of this collection use set_views.
A structure with a list of objects with details for each of the specified views.
sourcepub fn set_views(self, input: Option<Vec<View>>) -> Self
pub fn set_views(self, input: Option<Vec<View>>) -> Self
A structure with a list of objects with details for each of the specified views.
sourcepub fn errors(self, input: BatchGetViewError) -> Self
pub fn errors(self, input: BatchGetViewError) -> Self
Appends an item to errors.
To override the contents of this collection use set_errors.
If any of the specified ARNs result in an error, then this structure describes the error.
sourcepub fn set_errors(self, input: Option<Vec<BatchGetViewError>>) -> Self
pub fn set_errors(self, input: Option<Vec<BatchGetViewError>>) -> Self
If any of the specified ARNs result in an error, then this structure describes the error.
sourcepub fn build(self) -> BatchGetViewOutput
pub fn build(self) -> BatchGetViewOutput
Consumes the builder and constructs a BatchGetViewOutput.
Trait Implementations§
source§impl Clone for BatchGetViewOutputBuilder
impl Clone for BatchGetViewOutputBuilder
source§fn clone(&self) -> BatchGetViewOutputBuilder
fn clone(&self) -> BatchGetViewOutputBuilder
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 BatchGetViewOutputBuilder
impl Debug for BatchGetViewOutputBuilder
source§impl Default for BatchGetViewOutputBuilder
impl Default for BatchGetViewOutputBuilder
source§fn default() -> BatchGetViewOutputBuilder
fn default() -> BatchGetViewOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<BatchGetViewOutputBuilder> for BatchGetViewOutputBuilder
impl PartialEq<BatchGetViewOutputBuilder> for BatchGetViewOutputBuilder
source§fn eq(&self, other: &BatchGetViewOutputBuilder) -> bool
fn eq(&self, other: &BatchGetViewOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.