Struct aws_sdk_codebuild::operation::create_report_group::builders::CreateReportGroupOutputBuilder
source · #[non_exhaustive]pub struct CreateReportGroupOutputBuilder { /* private fields */ }
Expand description
A builder for CreateReportGroupOutput
.
Implementations§
source§impl CreateReportGroupOutputBuilder
impl CreateReportGroupOutputBuilder
sourcepub fn report_group(self, input: ReportGroup) -> Self
pub fn report_group(self, input: ReportGroup) -> Self
Information about the report group that was created.
sourcepub fn set_report_group(self, input: Option<ReportGroup>) -> Self
pub fn set_report_group(self, input: Option<ReportGroup>) -> Self
Information about the report group that was created.
sourcepub fn build(self) -> CreateReportGroupOutput
pub fn build(self) -> CreateReportGroupOutput
Consumes the builder and constructs a CreateReportGroupOutput
.
Trait Implementations§
source§impl Clone for CreateReportGroupOutputBuilder
impl Clone for CreateReportGroupOutputBuilder
source§fn clone(&self) -> CreateReportGroupOutputBuilder
fn clone(&self) -> CreateReportGroupOutputBuilder
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 CreateReportGroupOutputBuilder
impl Default for CreateReportGroupOutputBuilder
source§fn default() -> CreateReportGroupOutputBuilder
fn default() -> CreateReportGroupOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<CreateReportGroupOutputBuilder> for CreateReportGroupOutputBuilder
impl PartialEq<CreateReportGroupOutputBuilder> for CreateReportGroupOutputBuilder
source§fn eq(&self, other: &CreateReportGroupOutputBuilder) -> bool
fn eq(&self, other: &CreateReportGroupOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.