Struct aws_sdk_codebuild::operation::batch_get_reports::builders::BatchGetReportsOutputBuilder
source · #[non_exhaustive]pub struct BatchGetReportsOutputBuilder { /* private fields */ }Expand description
A builder for BatchGetReportsOutput.
Implementations§
source§impl BatchGetReportsOutputBuilder
impl BatchGetReportsOutputBuilder
sourcepub fn reports(self, input: Report) -> Self
pub fn reports(self, input: Report) -> Self
Appends an item to reports.
To override the contents of this collection use set_reports.
The array of Report objects returned by BatchGetReports.
sourcepub fn set_reports(self, input: Option<Vec<Report>>) -> Self
pub fn set_reports(self, input: Option<Vec<Report>>) -> Self
The array of Report objects returned by BatchGetReports.
sourcepub fn get_reports(&self) -> &Option<Vec<Report>>
pub fn get_reports(&self) -> &Option<Vec<Report>>
The array of Report objects returned by BatchGetReports.
sourcepub fn reports_not_found(self, input: impl Into<String>) -> Self
pub fn reports_not_found(self, input: impl Into<String>) -> Self
Appends an item to reports_not_found.
To override the contents of this collection use set_reports_not_found.
An array of ARNs passed to BatchGetReportGroups that are not associated with a Report.
sourcepub fn set_reports_not_found(self, input: Option<Vec<String>>) -> Self
pub fn set_reports_not_found(self, input: Option<Vec<String>>) -> Self
An array of ARNs passed to BatchGetReportGroups that are not associated with a Report.
sourcepub fn get_reports_not_found(&self) -> &Option<Vec<String>>
pub fn get_reports_not_found(&self) -> &Option<Vec<String>>
An array of ARNs passed to BatchGetReportGroups that are not associated with a Report.
sourcepub fn build(self) -> BatchGetReportsOutput
pub fn build(self) -> BatchGetReportsOutput
Consumes the builder and constructs a BatchGetReportsOutput.
Trait Implementations§
source§impl Clone for BatchGetReportsOutputBuilder
impl Clone for BatchGetReportsOutputBuilder
source§fn clone(&self) -> BatchGetReportsOutputBuilder
fn clone(&self) -> BatchGetReportsOutputBuilder
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 BatchGetReportsOutputBuilder
impl Debug for BatchGetReportsOutputBuilder
source§impl Default for BatchGetReportsOutputBuilder
impl Default for BatchGetReportsOutputBuilder
source§fn default() -> BatchGetReportsOutputBuilder
fn default() -> BatchGetReportsOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for BatchGetReportsOutputBuilder
impl PartialEq for BatchGetReportsOutputBuilder
source§fn eq(&self, other: &BatchGetReportsOutputBuilder) -> bool
fn eq(&self, other: &BatchGetReportsOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for BatchGetReportsOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for BatchGetReportsOutputBuilder
impl Send for BatchGetReportsOutputBuilder
impl Sync for BatchGetReportsOutputBuilder
impl Unpin for BatchGetReportsOutputBuilder
impl UnwindSafe for BatchGetReportsOutputBuilder
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