Struct aws_sdk_codebuild::operation::get_report_group_trend::builders::GetReportGroupTrendOutputBuilder
source · #[non_exhaustive]pub struct GetReportGroupTrendOutputBuilder { /* private fields */ }
Expand description
A builder for GetReportGroupTrendOutput
.
Implementations§
source§impl GetReportGroupTrendOutputBuilder
impl GetReportGroupTrendOutputBuilder
sourcepub fn stats(self, input: ReportGroupTrendStats) -> Self
pub fn stats(self, input: ReportGroupTrendStats) -> Self
Contains the accumulated trend data.
sourcepub fn set_stats(self, input: Option<ReportGroupTrendStats>) -> Self
pub fn set_stats(self, input: Option<ReportGroupTrendStats>) -> Self
Contains the accumulated trend data.
sourcepub fn get_stats(&self) -> &Option<ReportGroupTrendStats>
pub fn get_stats(&self) -> &Option<ReportGroupTrendStats>
Contains the accumulated trend data.
sourcepub fn raw_data(self, input: ReportWithRawData) -> Self
pub fn raw_data(self, input: ReportWithRawData) -> Self
Appends an item to raw_data
.
To override the contents of this collection use set_raw_data
.
An array that contains the raw data for each report.
sourcepub fn set_raw_data(self, input: Option<Vec<ReportWithRawData>>) -> Self
pub fn set_raw_data(self, input: Option<Vec<ReportWithRawData>>) -> Self
An array that contains the raw data for each report.
sourcepub fn get_raw_data(&self) -> &Option<Vec<ReportWithRawData>>
pub fn get_raw_data(&self) -> &Option<Vec<ReportWithRawData>>
An array that contains the raw data for each report.
sourcepub fn build(self) -> GetReportGroupTrendOutput
pub fn build(self) -> GetReportGroupTrendOutput
Consumes the builder and constructs a GetReportGroupTrendOutput
.
Trait Implementations§
source§impl Clone for GetReportGroupTrendOutputBuilder
impl Clone for GetReportGroupTrendOutputBuilder
source§fn clone(&self) -> GetReportGroupTrendOutputBuilder
fn clone(&self) -> GetReportGroupTrendOutputBuilder
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 Default for GetReportGroupTrendOutputBuilder
impl Default for GetReportGroupTrendOutputBuilder
source§fn default() -> GetReportGroupTrendOutputBuilder
fn default() -> GetReportGroupTrendOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for GetReportGroupTrendOutputBuilder
impl PartialEq for GetReportGroupTrendOutputBuilder
source§fn eq(&self, other: &GetReportGroupTrendOutputBuilder) -> bool
fn eq(&self, other: &GetReportGroupTrendOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for GetReportGroupTrendOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for GetReportGroupTrendOutputBuilder
impl Send for GetReportGroupTrendOutputBuilder
impl Sync for GetReportGroupTrendOutputBuilder
impl Unpin for GetReportGroupTrendOutputBuilder
impl UnwindSafe for GetReportGroupTrendOutputBuilder
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
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.