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 get_view_arns(&self) -> &Option<Vec<String>>
pub fn get_view_arns(&self) -> &Option<Vec<String>>
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.
source§impl BatchGetViewInputBuilder
impl BatchGetViewInputBuilder
sourcepub async fn send_with(
self,
client: &Client
) -> Result<BatchGetViewOutput, SdkError<BatchGetViewError, HttpResponse>>
pub async fn send_with( self, client: &Client ) -> Result<BatchGetViewOutput, SdkError<BatchGetViewError, HttpResponse>>
Sends a request with this input using the given client.
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 for BatchGetViewInputBuilder
impl PartialEq 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 ==.impl StructuralPartialEq for BatchGetViewInputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for BatchGetViewInputBuilder
impl Send for BatchGetViewInputBuilder
impl Sync for BatchGetViewInputBuilder
impl Unpin for BatchGetViewInputBuilder
impl UnwindSafe for BatchGetViewInputBuilder
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.