ThirdPartyJob class
A response to a PollForThirdPartyJobs
request returned by AWS
CodePipeline when there is a job to be worked on by a partner action.
Constructors
- ThirdPartyJob({String? clientId, String? jobId})
-
ThirdPartyJob.fromJson(Map<
String, dynamic> json) -
factory
Properties
- clientId → String?
-
The
clientToken
portion of theclientId
andclientToken
pair used to verify that the calling entity is allowed access to the job and its details.final - hashCode → int
-
The hash code for this object.
no setterinherited
- jobId → String?
-
The identifier used to identify the job in AWS CodePipeline.
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