ToCopyableBuilder<ListBuildsForProjectResponse.Builder,ListBuildsForProjectResponse>
@Generated("software.amazon.awssdk:codegen") public class ListBuildsForProjectResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<ListBuildsForProjectResponse.Builder,ListBuildsForProjectResponse>
Modifier and Type | Class | Description |
---|---|---|
static interface |
ListBuildsForProjectResponse.Builder |
Modifier and Type | Method | Description |
---|---|---|
static ListBuildsForProjectResponse.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
List<String> |
ids() |
A list of build IDs for the specified build project, with each build ID representing a single build.
|
String |
nextToken() |
If there are more than 100 items in the list, only the first 100 items are returned, along with a unique string
called a next token.
|
static Class<? extends ListBuildsForProjectResponse.Builder> |
serializableBuilderClass() |
|
ListBuildsForProjectResponse.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<String> ids()
A list of build IDs for the specified build project, with each build ID representing a single build.
public String nextToken()
If there are more than 100 items in the list, only the first 100 items are returned, along with a unique string called a next token. To get the next batch of items in the list, call this operation again, adding the next token to the call.
public ListBuildsForProjectResponse.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ListBuildsForProjectResponse.Builder,ListBuildsForProjectResponse>
public static ListBuildsForProjectResponse.Builder builder()
public static Class<? extends ListBuildsForProjectResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.