ToCopyableBuilder<ListBuildsResponse.Builder,ListBuildsResponse>
@Generated("software.amazon.awssdk:codegen") public class ListBuildsResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<ListBuildsResponse.Builder,ListBuildsResponse>
Modifier and Type | Class | Description |
---|---|---|
static interface |
ListBuildsResponse.Builder |
Modifier and Type | Method | Description |
---|---|---|
static ListBuildsResponse.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
List<String> |
ids() |
A list of build IDs, 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 ListBuildsResponse.Builder> |
serializableBuilderClass() |
|
ListBuildsResponse.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, 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 ListBuildsResponse.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ListBuildsResponse.Builder,ListBuildsResponse>
public static ListBuildsResponse.Builder builder()
public static Class<? extends ListBuildsResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.