Struct aws_sdk_codepipeline::input::acknowledge_third_party_job_input::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for AcknowledgeThirdPartyJobInput
Implementations
The unique system-generated ID of the job.
The unique system-generated ID of the job.
A system-generated random number that AWS CodePipeline uses to ensure that the job is being worked on by only one job worker. Get this number from the response to a GetThirdPartyJobDetails request.
A system-generated random number that AWS CodePipeline uses to ensure that the job is being worked on by only one job worker. Get this number from the response to a GetThirdPartyJobDetails request.
The clientToken portion of the clientId and clientToken pair used to verify that the calling entity is allowed access to the job and its details.
The clientToken portion of the clientId and clientToken pair used to verify that the calling entity is allowed access to the job and its details.
Consumes the builder and constructs a AcknowledgeThirdPartyJobInput
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more