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