public class ThirdPartyJob
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
A response to a PollForThirdPartyJobs request returned by AWS CodePipeline when there is a job to be worked upon by a partner action.
Modifier and Type | Field and Description |
---|---|
private java.lang.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.
|
private java.lang.String |
jobId
The identifier used to identify the job in AWS CodePipeline.
|
Constructor and Description |
---|
ThirdPartyJob() |
Modifier and Type | Method and Description |
---|---|
ThirdPartyJob |
clone() |
boolean |
equals(java.lang.Object obj) |
java.lang.String |
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.
|
java.lang.String |
getJobId()
The identifier used to identify the job in AWS CodePipeline.
|
int |
hashCode() |
void |
setClientId(java.lang.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 |
setJobId(java.lang.String jobId)
The identifier used to identify the job in AWS CodePipeline.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ThirdPartyJob |
withClientId(java.lang.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.
|
ThirdPartyJob |
withJobId(java.lang.String jobId)
The identifier used to identify the job in AWS CodePipeline.
|
private java.lang.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.
private java.lang.String jobId
The identifier used to identify the job in AWS CodePipeline.
public void setClientId(java.lang.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.
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.public java.lang.String 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.
public ThirdPartyJob withClientId(java.lang.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.
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.public void setJobId(java.lang.String jobId)
The identifier used to identify the job in AWS CodePipeline.
jobId
- The identifier used to identify the job in AWS CodePipeline.public java.lang.String getJobId()
The identifier used to identify the job in AWS CodePipeline.
public ThirdPartyJob withJobId(java.lang.String jobId)
The identifier used to identify the job in AWS CodePipeline.
jobId
- The identifier used to identify the job in AWS CodePipeline.public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public ThirdPartyJob clone()
clone
in class java.lang.Object