ToCopyableBuilder<ListJobsByPipelineResponse.Builder,ListJobsByPipelineResponse>
@Generated("software.amazon.awssdk:codegen") public class ListJobsByPipelineResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<ListJobsByPipelineResponse.Builder,ListJobsByPipelineResponse>
The ListJobsByPipelineResponse
structure.
Modifier and Type | Class | Description |
---|---|---|
static interface |
ListJobsByPipelineResponse.Builder |
Modifier and Type | Method | Description |
---|---|---|
static ListJobsByPipelineResponse.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
List<Job> |
jobs() |
An array of
Job objects that are in the specified pipeline. |
String |
nextPageToken() |
A value that you use to access the second and subsequent pages of results, if any.
|
static Class<? extends ListJobsByPipelineResponse.Builder> |
serializableBuilderClass() |
|
ListJobsByPipelineResponse.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
setSdkHttpMetadata, setSdkResponseMetadata
public List<Job> jobs()
An array of Job
objects that are in the specified pipeline.
Job
objects that are in the specified pipeline.public String nextPageToken()
A value that you use to access the second and subsequent pages of results, if any. When the jobs in the specified
pipeline fit on one page or when you've reached the last page of results, the value of NextPageToken
is null
.
NextPageToken
is null
.public ListJobsByPipelineResponse.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ListJobsByPipelineResponse.Builder,ListJobsByPipelineResponse>
public static ListJobsByPipelineResponse.Builder builder()
public static Class<? extends ListJobsByPipelineResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.