Struct aws_sdk_codebuild::input::BatchGetReportsInput
source · [−]#[non_exhaustive]pub struct BatchGetReportsInput { /* private fields */ }
Implementations
sourceimpl 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
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture BatchGetReportsInput
.
sourceimpl 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.
Trait Implementations
sourceimpl Clone for BatchGetReportsInput
impl Clone for BatchGetReportsInput
sourcefn clone(&self) -> BatchGetReportsInput
fn clone(&self) -> BatchGetReportsInput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for BatchGetReportsInput
impl Debug for BatchGetReportsInput
sourceimpl PartialEq<BatchGetReportsInput> for BatchGetReportsInput
impl PartialEq<BatchGetReportsInput> for BatchGetReportsInput
sourcefn eq(&self, other: &BatchGetReportsInput) -> bool
fn eq(&self, other: &BatchGetReportsInput) -> bool
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more