Package | Description |
---|---|
com.amazonaws.services.codepipeline.model | |
com.amazonaws.services.codepipeline.model.transform |
Modifier and Type | Field and Description |
---|---|
private JobDetails |
GetJobDetailsResult.jobDetails
The details of the job.
|
Modifier and Type | Method and Description |
---|---|
JobDetails |
JobDetails.clone() |
JobDetails |
GetJobDetailsResult.getJobDetails()
The details of the job.
|
JobDetails |
JobDetails.withAccountId(java.lang.String accountId)
The AWS account ID associated with the job.
|
JobDetails |
JobDetails.withData(JobData data) |
JobDetails |
JobDetails.withId(java.lang.String id)
The unique system-generated ID of the job.
|
Modifier and Type | Method and Description |
---|---|
void |
GetJobDetailsResult.setJobDetails(JobDetails jobDetails)
The details of the job.
|
GetJobDetailsResult |
GetJobDetailsResult.withJobDetails(JobDetails jobDetails)
The details of the job.
|
Modifier and Type | Method and Description |
---|---|
JobDetails |
JobDetailsJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
JobDetailsJsonMarshaller.marshall(JobDetails jobDetails,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|