Struct aws_sdk_codepipeline::types::ThirdPartyJobDetails
source · #[non_exhaustive]pub struct ThirdPartyJobDetails { /* private fields */ }
Expand description
The details of a job sent in response to a GetThirdPartyJobDetails
request.
Implementations§
source§impl ThirdPartyJobDetails
impl ThirdPartyJobDetails
source§impl ThirdPartyJobDetails
impl ThirdPartyJobDetails
sourcepub fn builder() -> ThirdPartyJobDetailsBuilder
pub fn builder() -> ThirdPartyJobDetailsBuilder
Creates a new builder-style object to manufacture ThirdPartyJobDetails
.
Trait Implementations§
source§impl Clone for ThirdPartyJobDetails
impl Clone for ThirdPartyJobDetails
source§fn clone(&self) -> ThirdPartyJobDetails
fn clone(&self) -> ThirdPartyJobDetails
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 ThirdPartyJobDetails
impl Debug for ThirdPartyJobDetails
source§impl PartialEq<ThirdPartyJobDetails> for ThirdPartyJobDetails
impl PartialEq<ThirdPartyJobDetails> for ThirdPartyJobDetails
source§fn eq(&self, other: &ThirdPartyJobDetails) -> bool
fn eq(&self, other: &ThirdPartyJobDetails) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.