Class ThirdPartyJob
- All Implemented Interfaces:
Serializable
,Cloneable
A response to a PollForThirdPartyJobs request returned by AWS CodePipeline when there is a job to be worked upon by a partner action.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
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.getJobId()
The identifier used to identify the job in AWS CodePipeline.int
hashCode()
void
setClientId
(String clientId) 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.void
The identifier used to identify the job in AWS CodePipeline.toString()
Returns a string representation of this object; useful for testing and debugging.withClientId
(String clientId) 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 identifier used to identify the job in AWS CodePipeline.
-
Constructor Details
-
ThirdPartyJob
public ThirdPartyJob()
-
-
Method Details
-
setClientId
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.
- Parameters:
clientId
- 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.
-
getClientId
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.
- Returns:
- 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.
-
withClientId
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.
- Parameters:
clientId
- 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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setJobId
The identifier used to identify the job in AWS CodePipeline.
- Parameters:
jobId
- The identifier used to identify the job in AWS CodePipeline.
-
getJobId
The identifier used to identify the job in AWS CodePipeline.
- Returns:
- The identifier used to identify the job in AWS CodePipeline.
-
withJobId
The identifier used to identify the job in AWS CodePipeline.
- Parameters:
jobId
- The identifier used to identify the job in AWS CodePipeline.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-