Struct aws_sdk_codebuild::model::ProjectBadge
source · #[non_exhaustive]pub struct ProjectBadge { /* private fields */ }
Expand description
Information about the build badge for the build project.
Implementations§
source§impl ProjectBadge
impl ProjectBadge
sourcepub fn badge_enabled(&self) -> bool
pub fn badge_enabled(&self) -> bool
Set this to true to generate a publicly accessible URL for your project's build badge.
sourcepub fn badge_request_url(&self) -> Option<&str>
pub fn badge_request_url(&self) -> Option<&str>
The publicly-accessible URL through which you can access the build badge for your project.
source§impl ProjectBadge
impl ProjectBadge
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ProjectBadge
.
Trait Implementations§
source§impl Clone for ProjectBadge
impl Clone for ProjectBadge
source§fn clone(&self) -> ProjectBadge
fn clone(&self) -> ProjectBadge
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 ProjectBadge
impl Debug for ProjectBadge
source§impl PartialEq<ProjectBadge> for ProjectBadge
impl PartialEq<ProjectBadge> for ProjectBadge
source§fn eq(&self, other: &ProjectBadge) -> bool
fn eq(&self, other: &ProjectBadge) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.