ToCopyableBuilder<ListJobsByStatusResponse.Builder,ListJobsByStatusResponse>@Generated("software.amazon.awssdk:codegen") public class ListJobsByStatusResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<ListJobsByStatusResponse.Builder,ListJobsByStatusResponse>
The ListJobsByStatusResponse structure.
| Modifier and Type | Class | Description |
|---|---|---|
static interface |
ListJobsByStatusResponse.Builder |
| Modifier and Type | Method | Description |
|---|---|---|
static ListJobsByStatusResponse.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
List<Job> |
jobs() |
An array of
Job objects that have the specified status. |
String |
nextPageToken() |
A value that you use to access the second and subsequent pages of results, if any.
|
static Class<? extends ListJobsByStatusResponse.Builder> |
serializableBuilderClass() |
|
ListJobsByStatusResponse.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
setSdkHttpMetadata, setSdkResponseMetadatapublic List<Job> jobs()
An array of Job objects that have the specified status.
Job objects that have the specified status.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 ListJobsByStatusResponse.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<ListJobsByStatusResponse.Builder,ListJobsByStatusResponse>public static ListJobsByStatusResponse.Builder builder()
public static Class<? extends ListJobsByStatusResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.