#[non_exhaustive]pub struct BatchGetReportsInput { /* private fields */ }
Implementations§
source§impl BatchGetReportsInput
impl BatchGetReportsInput
sourcepub fn report_arns(&self) -> Option<&[String]>
pub fn report_arns(&self) -> Option<&[String]>
An array of ARNs that identify the Report
objects to return.
source§impl BatchGetReportsInput
impl BatchGetReportsInput
sourcepub fn builder() -> BatchGetReportsInputBuilder
pub fn builder() -> BatchGetReportsInputBuilder
Creates a new builder-style object to manufacture BatchGetReportsInput
.
source§impl BatchGetReportsInput
impl BatchGetReportsInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<BatchGetReports, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<BatchGetReports, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<BatchGetReports
>
Trait Implementations§
source§impl Clone for BatchGetReportsInput
impl Clone for BatchGetReportsInput
source§fn clone(&self) -> BatchGetReportsInput
fn clone(&self) -> BatchGetReportsInput
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 BatchGetReportsInput
impl Debug for BatchGetReportsInput
source§impl PartialEq<BatchGetReportsInput> for BatchGetReportsInput
impl PartialEq<BatchGetReportsInput> for BatchGetReportsInput
source§fn eq(&self, other: &BatchGetReportsInput) -> bool
fn eq(&self, other: &BatchGetReportsInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for BatchGetReportsInput
Auto Trait Implementations§
impl RefUnwindSafe for BatchGetReportsInput
impl Send for BatchGetReportsInput
impl Sync for BatchGetReportsInput
impl Unpin for BatchGetReportsInput
impl UnwindSafe for BatchGetReportsInput
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