ToCopyableBuilder<ListBuildsResponse.Builder,ListBuildsResponse>
@Generated("software.amazon.awssdk:codegen") public class ListBuildsResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<ListBuildsResponse.Builder,ListBuildsResponse>
Represents the returned data in response to a request action.
Modifier and Type | Class | Description |
---|---|---|
static interface |
ListBuildsResponse.Builder |
Modifier and Type | Method | Description |
---|---|---|
static ListBuildsResponse.Builder |
builder() |
|
List<Build> |
builds() |
Collection of build records that match the request.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
nextToken() |
Token that indicates where to resume retrieving results on the next call to this action.
|
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<Build> builds()
Collection of build records that match the request.
public String nextToken()
Token that indicates where to resume retrieving results on the next call to this action. If no token is returned, these results represent the end of the list.
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.