@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListBuildsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListBuildsRequest() |
Modifier and Type | Method and Description |
---|---|
ListBuildsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getNextToken()
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 nextToken.
|
String |
getSortOrder()
The order to list build IDs.
|
int |
hashCode() |
void |
setNextToken(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 nextToken.
|
void |
setSortOrder(SortOrderType sortOrder)
The order to list build IDs.
|
void |
setSortOrder(String sortOrder)
The order to list build IDs.
|
String |
toString()
Returns a string representation of this object.
|
ListBuildsRequest |
withNextToken(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 nextToken.
|
ListBuildsRequest |
withSortOrder(SortOrderType sortOrder)
The order to list build IDs.
|
ListBuildsRequest |
withSortOrder(String sortOrder)
The order to list build IDs.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setSortOrder(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.
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.
SortOrderType
public String getSortOrder()
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 ListBuildsRequest withSortOrder(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.
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.
SortOrderType
public void setSortOrder(SortOrderType 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.
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.
SortOrderType
public ListBuildsRequest withSortOrder(SortOrderType 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.
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.
SortOrderType
public void setNextToken(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 nextToken. 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.
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 nextToken. 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 String getNextToken()
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 nextToken. 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 ListBuildsRequest withNextToken(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 nextToken. 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.
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 nextToken. 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 String toString()
toString
in class Object
Object.toString()
public ListBuildsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()