Struct aws_sdk_codebuild::model::ReportFilter
source · #[non_exhaustive]pub struct ReportFilter { /* private fields */ }
Expand description
A filter used to return reports with the status specified by the input status
parameter.
Implementations§
source§impl ReportFilter
impl ReportFilter
sourcepub fn status(&self) -> Option<&ReportStatusType>
pub fn status(&self) -> Option<&ReportStatusType>
The status used to filter reports. You can filter using one status only.
source§impl ReportFilter
impl ReportFilter
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ReportFilter
.
Trait Implementations§
source§impl Clone for ReportFilter
impl Clone for ReportFilter
source§fn clone(&self) -> ReportFilter
fn clone(&self) -> ReportFilter
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 ReportFilter
impl Debug for ReportFilter
source§impl PartialEq<ReportFilter> for ReportFilter
impl PartialEq<ReportFilter> for ReportFilter
source§fn eq(&self, other: &ReportFilter) -> bool
fn eq(&self, other: &ReportFilter) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.