Struct aws_sdk_resourceexplorer2::operation::batch_get_view::builders::BatchGetViewInputBuilder
source · #[non_exhaustive]pub struct BatchGetViewInputBuilder { /* private fields */ }Expand description
A builder for BatchGetViewInput.
Implementations§
source§impl BatchGetViewInputBuilder
impl BatchGetViewInputBuilder
sourcepub fn view_arns(self, input: impl Into<String>) -> Self
pub fn view_arns(self, input: impl Into<String>) -> Self
Appends an item to view_arns.
To override the contents of this collection use set_view_arns.
A list of Amazon resource names (ARNs) that identify the views you want details for.
sourcepub fn set_view_arns(self, input: Option<Vec<String>>) -> Self
pub fn set_view_arns(self, input: Option<Vec<String>>) -> Self
A list of Amazon resource names (ARNs) that identify the views you want details for.
sourcepub fn build(self) -> Result<BatchGetViewInput, BuildError>
pub fn build(self) -> Result<BatchGetViewInput, BuildError>
Consumes the builder and constructs a BatchGetViewInput.
Trait Implementations§
source§impl Clone for BatchGetViewInputBuilder
impl Clone for BatchGetViewInputBuilder
source§fn clone(&self) -> BatchGetViewInputBuilder
fn clone(&self) -> BatchGetViewInputBuilder
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 BatchGetViewInputBuilder
impl Debug for BatchGetViewInputBuilder
source§impl Default for BatchGetViewInputBuilder
impl Default for BatchGetViewInputBuilder
source§fn default() -> BatchGetViewInputBuilder
fn default() -> BatchGetViewInputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<BatchGetViewInputBuilder> for BatchGetViewInputBuilder
impl PartialEq<BatchGetViewInputBuilder> for BatchGetViewInputBuilder
source§fn eq(&self, other: &BatchGetViewInputBuilder) -> bool
fn eq(&self, other: &BatchGetViewInputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.