#[non_exhaustive]pub struct BatchGetViewInput { /* private fields */ }Implementations§
source§impl BatchGetViewInput
impl BatchGetViewInput
sourcepub fn view_arns(&self) -> Option<&[String]>
pub fn view_arns(&self) -> Option<&[String]>
A list of Amazon resource names (ARNs) that identify the views you want details for.
source§impl BatchGetViewInput
impl BatchGetViewInput
sourcepub fn builder() -> BatchGetViewInputBuilder
pub fn builder() -> BatchGetViewInputBuilder
Creates a new builder-style object to manufacture BatchGetViewInput.
source§impl BatchGetViewInput
impl BatchGetViewInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<BatchGetView, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<BatchGetView, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<BatchGetView>
Trait Implementations§
source§impl Clone for BatchGetViewInput
impl Clone for BatchGetViewInput
source§fn clone(&self) -> BatchGetViewInput
fn clone(&self) -> BatchGetViewInput
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 BatchGetViewInput
impl Debug for BatchGetViewInput
source§impl PartialEq<BatchGetViewInput> for BatchGetViewInput
impl PartialEq<BatchGetViewInput> for BatchGetViewInput
source§fn eq(&self, other: &BatchGetViewInput) -> bool
fn eq(&self, other: &BatchGetViewInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for BatchGetViewInput
Auto Trait Implementations§
impl RefUnwindSafe for BatchGetViewInput
impl Send for BatchGetViewInput
impl Sync for BatchGetViewInput
impl Unpin for BatchGetViewInput
impl UnwindSafe for BatchGetViewInput
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