Struct aws_sdk_codepipeline::model::ThirdPartyJob
source · #[non_exhaustive]pub struct ThirdPartyJob { /* private fields */ }
Expand description
A response to a PollForThirdPartyJobs
request returned by AWS CodePipeline when there is a job to be worked on by a partner action.
Implementations§
source§impl ThirdPartyJob
impl ThirdPartyJob
source§impl ThirdPartyJob
impl ThirdPartyJob
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ThirdPartyJob
.
Trait Implementations§
source§impl Clone for ThirdPartyJob
impl Clone for ThirdPartyJob
source§fn clone(&self) -> ThirdPartyJob
fn clone(&self) -> ThirdPartyJob
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 ThirdPartyJob
impl Debug for ThirdPartyJob
source§impl PartialEq<ThirdPartyJob> for ThirdPartyJob
impl PartialEq<ThirdPartyJob> for ThirdPartyJob
source§fn eq(&self, other: &ThirdPartyJob) -> bool
fn eq(&self, other: &ThirdPartyJob) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.