@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ThirdPartyJob extends Object implements Serializable, Cloneable, StructuredPojo
A response to a PollForThirdPartyJobs
request returned by CodePipeline when there is a job to be worked
on 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 CodePipeline.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
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 CodePipeline.
|
String |
toString()
Returns a string representation of this object.
|
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 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.
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 CodePipeline.
jobId
- The identifier used to identify the job in CodePipeline.public String getJobId()
The identifier used to identify the job in CodePipeline.
public ThirdPartyJob withJobId(String jobId)
The identifier used to identify the job in CodePipeline.
jobId
- The identifier used to identify the job in CodePipeline.public String toString()
toString
in class Object
Object.toString()
public ThirdPartyJob clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.