Struct aws_sdk_codebuild::operation::batch_get_reports::builders::BatchGetReportsInputBuilder
source · #[non_exhaustive]pub struct BatchGetReportsInputBuilder { /* private fields */ }
Expand description
A builder for BatchGetReportsInput
.
Implementations§
source§impl BatchGetReportsInputBuilder
impl BatchGetReportsInputBuilder
sourcepub fn report_arns(self, input: impl Into<String>) -> Self
pub fn report_arns(self, input: impl Into<String>) -> Self
Appends an item to report_arns
.
To override the contents of this collection use set_report_arns
.
An array of ARNs that identify the Report
objects to return.
sourcepub fn set_report_arns(self, input: Option<Vec<String>>) -> Self
pub fn set_report_arns(self, input: Option<Vec<String>>) -> Self
An array of ARNs that identify the Report
objects to return.
sourcepub fn build(self) -> Result<BatchGetReportsInput, BuildError>
pub fn build(self) -> Result<BatchGetReportsInput, BuildError>
Consumes the builder and constructs a BatchGetReportsInput
.
Trait Implementations§
source§impl Clone for BatchGetReportsInputBuilder
impl Clone for BatchGetReportsInputBuilder
source§fn clone(&self) -> BatchGetReportsInputBuilder
fn clone(&self) -> BatchGetReportsInputBuilder
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 BatchGetReportsInputBuilder
impl Debug for BatchGetReportsInputBuilder
source§impl Default for BatchGetReportsInputBuilder
impl Default for BatchGetReportsInputBuilder
source§fn default() -> BatchGetReportsInputBuilder
fn default() -> BatchGetReportsInputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<BatchGetReportsInputBuilder> for BatchGetReportsInputBuilder
impl PartialEq<BatchGetReportsInputBuilder> for BatchGetReportsInputBuilder
source§fn eq(&self, other: &BatchGetReportsInputBuilder) -> bool
fn eq(&self, other: &BatchGetReportsInputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.