Package | Description |
---|---|
com.amazonaws.services.codepipeline.model | |
com.amazonaws.services.codepipeline.model.transform |
Modifier and Type | Field and Description |
---|---|
private java.util.List<ThirdPartyJob> |
PollForThirdPartyJobsResult.jobs
Information about the jobs to take action on.
|
Modifier and Type | Method and Description |
---|---|
ThirdPartyJob |
ThirdPartyJob.clone() |
ThirdPartyJob |
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 |
ThirdPartyJob.withJobId(java.lang.String jobId)
The identifier used to identify the job in AWS CodePipeline.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<ThirdPartyJob> |
PollForThirdPartyJobsResult.getJobs()
Information about the jobs to take action on.
|
Modifier and Type | Method and Description |
---|---|
PollForThirdPartyJobsResult |
PollForThirdPartyJobsResult.withJobs(ThirdPartyJob... jobs)
Information about the jobs to take action on.
|
Modifier and Type | Method and Description |
---|---|
void |
PollForThirdPartyJobsResult.setJobs(java.util.Collection<ThirdPartyJob> jobs)
Information about the jobs to take action on.
|
PollForThirdPartyJobsResult |
PollForThirdPartyJobsResult.withJobs(java.util.Collection<ThirdPartyJob> jobs)
Information about the jobs to take action on.
|
Modifier and Type | Method and Description |
---|---|
ThirdPartyJob |
ThirdPartyJobJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
ThirdPartyJobJsonMarshaller.marshall(ThirdPartyJob thirdPartyJob,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|