public class ThirdPartyJob extends Object implements 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.
Constructor and Description |
---|
ThirdPartyJob() |
Modifier and Type | Method and Description |
---|---|
ThirdPartyJob |
clone() |
boolean |
equals(Object obj) |
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.
|
String |
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 |
setJobId(String jobId)
The identifier used to identify the job in AWS CodePipeline.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ThirdPartyJob |
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.
|
ThirdPartyJob |
withJobId(String jobId)
The identifier used to identify the job in AWS CodePipeline.
|
public 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.
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 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(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(String jobId)
The identifier used to identify the job in AWS CodePipeline.
jobId
- The identifier used to identify the job in AWS CodePipeline.public String getJobId()
The identifier used to identify the job in AWS CodePipeline.
public ThirdPartyJob withJobId(String jobId)
The identifier used to identify the job in AWS CodePipeline.
jobId
- The identifier used to identify the job in AWS CodePipeline.public String toString()
toString
in class Object
Object.toString()
public ThirdPartyJob clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.