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