Struct aws_sdk_codebuild::input::BatchGetReportsInput
source · #[non_exhaustive]pub struct BatchGetReportsInput { /* private fields */ }Implementations§
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>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture BatchGetReportsInput.
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.
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 ==.