ThirdPartyJobDetails class

The details of a job sent in response to a GetThirdPartyJobDetails request.

Constructors

ThirdPartyJobDetails({ThirdPartyJobData? data, String? id, String? nonce})
ThirdPartyJobDetails.fromJson(Map<String, dynamic> json)
factory

Properties

data ThirdPartyJobData?
The data to be returned by the third party job worker.
final
hashCode int
The hash code for this object.
no setterinherited
id String?
The identifier used to identify the job details in AWS CodePipeline.
final
nonce String?
A system-generated random number that AWS CodePipeline uses to ensure that the job is being worked on by only one job worker. Use this number in an AcknowledgeThirdPartyJob request.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited