Cloneable
, ReadLimitInfo
, ToCopyableBuilder<ListBuildsForProjectRequest.Builder,ListBuildsForProjectRequest>
@Generated("software.amazon.awssdk:codegen") public class ListBuildsForProjectRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<ListBuildsForProjectRequest.Builder,ListBuildsForProjectRequest>
Modifier and Type | Class | Description |
---|---|---|
static interface |
ListBuildsForProjectRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static ListBuildsForProjectRequest.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
nextToken() |
During a previous call, 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.
|
String |
projectName() |
The name of the build project.
|
static Class<? extends ListBuildsForProjectRequest.Builder> |
serializableBuilderClass() |
|
String |
sortOrder() |
The order to list build IDs.
|
ListBuildsForProjectRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout
public String projectName()
The name of the build project.
public String sortOrder()
The order to list build IDs. Valid values include:
ASCENDING
: List the build IDs in ascending order by build ID.
DESCENDING
: List the build IDs in descending order by build ID.
ASCENDING
: List the build IDs in ascending order by build ID.
DESCENDING
: List the build IDs in descending order by build ID.
SortOrderType
public String nextToken()
During a previous call, 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. To get all of the items in the list, keep calling this operation with each subsequent next token that is returned, until no more next tokens are returned.
public ListBuildsForProjectRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ListBuildsForProjectRequest.Builder,ListBuildsForProjectRequest>
public static ListBuildsForProjectRequest.Builder builder()
public static Class<? extends ListBuildsForProjectRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.