Struct aws_sdk_codebuild::output::UpdateReportGroupOutput
source · #[non_exhaustive]pub struct UpdateReportGroupOutput { /* private fields */ }
Implementations§
source§impl UpdateReportGroupOutput
impl UpdateReportGroupOutput
sourcepub fn report_group(&self) -> Option<&ReportGroup>
pub fn report_group(&self) -> Option<&ReportGroup>
Information about the updated report group.
source§impl UpdateReportGroupOutput
impl UpdateReportGroupOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UpdateReportGroupOutput
.
Trait Implementations§
source§impl Clone for UpdateReportGroupOutput
impl Clone for UpdateReportGroupOutput
source§fn clone(&self) -> UpdateReportGroupOutput
fn clone(&self) -> UpdateReportGroupOutput
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 UpdateReportGroupOutput
impl Debug for UpdateReportGroupOutput
source§impl PartialEq<UpdateReportGroupOutput> for UpdateReportGroupOutput
impl PartialEq<UpdateReportGroupOutput> for UpdateReportGroupOutput
source§fn eq(&self, other: &UpdateReportGroupOutput) -> bool
fn eq(&self, other: &UpdateReportGroupOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.