@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListBuildsForProjectRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListBuildsForProjectRequest() |
Modifier and Type | Method and Description |
---|---|
ListBuildsForProjectRequest |
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 |
getProjectName()
The name of the CodeBuild project.
|
String |
getSortOrder()
The order to sort the results in.
|
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 |
setProjectName(String projectName)
The name of the CodeBuild project.
|
void |
setSortOrder(SortOrderType sortOrder)
The order to sort the results in.
|
void |
setSortOrder(String sortOrder)
The order to sort the results in.
|
String |
toString()
Returns a string representation of this object.
|
ListBuildsForProjectRequest |
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.
|
ListBuildsForProjectRequest |
withProjectName(String projectName)
The name of the CodeBuild project.
|
ListBuildsForProjectRequest |
withSortOrder(SortOrderType sortOrder)
The order to sort the results in.
|
ListBuildsForProjectRequest |
withSortOrder(String sortOrder)
The order to sort the results in.
|
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 setProjectName(String projectName)
The name of the CodeBuild project.
projectName
- The name of the CodeBuild project.public String getProjectName()
The name of the CodeBuild project.
public ListBuildsForProjectRequest withProjectName(String projectName)
The name of the CodeBuild project.
projectName
- The name of the CodeBuild project.public void setSortOrder(String sortOrder)
The order to sort the results in. The results are sorted by build number, not the build identifier. If this is not specified, the results are sorted in descending order.
Valid values include:
ASCENDING
: List the build identifiers in ascending order, by build number.
DESCENDING
: List the build identifiers in descending order, by build number.
If the project has more than 100 builds, setting the sort order will result in an error.
sortOrder
- The order to sort the results in. The results are sorted by build number, not the build identifier. If
this is not specified, the results are sorted in descending order.
Valid values include:
ASCENDING
: List the build identifiers in ascending order, by build number.
DESCENDING
: List the build identifiers in descending order, by build number.
If the project has more than 100 builds, setting the sort order will result in an error.
SortOrderType
public String getSortOrder()
The order to sort the results in. The results are sorted by build number, not the build identifier. If this is not specified, the results are sorted in descending order.
Valid values include:
ASCENDING
: List the build identifiers in ascending order, by build number.
DESCENDING
: List the build identifiers in descending order, by build number.
If the project has more than 100 builds, setting the sort order will result in an error.
Valid values include:
ASCENDING
: List the build identifiers in ascending order, by build number.
DESCENDING
: List the build identifiers in descending order, by build number.
If the project has more than 100 builds, setting the sort order will result in an error.
SortOrderType
public ListBuildsForProjectRequest withSortOrder(String sortOrder)
The order to sort the results in. The results are sorted by build number, not the build identifier. If this is not specified, the results are sorted in descending order.
Valid values include:
ASCENDING
: List the build identifiers in ascending order, by build number.
DESCENDING
: List the build identifiers in descending order, by build number.
If the project has more than 100 builds, setting the sort order will result in an error.
sortOrder
- The order to sort the results in. The results are sorted by build number, not the build identifier. If
this is not specified, the results are sorted in descending order.
Valid values include:
ASCENDING
: List the build identifiers in ascending order, by build number.
DESCENDING
: List the build identifiers in descending order, by build number.
If the project has more than 100 builds, setting the sort order will result in an error.
SortOrderType
public void setSortOrder(SortOrderType sortOrder)
The order to sort the results in. The results are sorted by build number, not the build identifier. If this is not specified, the results are sorted in descending order.
Valid values include:
ASCENDING
: List the build identifiers in ascending order, by build number.
DESCENDING
: List the build identifiers in descending order, by build number.
If the project has more than 100 builds, setting the sort order will result in an error.
sortOrder
- The order to sort the results in. The results are sorted by build number, not the build identifier. If
this is not specified, the results are sorted in descending order.
Valid values include:
ASCENDING
: List the build identifiers in ascending order, by build number.
DESCENDING
: List the build identifiers in descending order, by build number.
If the project has more than 100 builds, setting the sort order will result in an error.
SortOrderType
public ListBuildsForProjectRequest withSortOrder(SortOrderType sortOrder)
The order to sort the results in. The results are sorted by build number, not the build identifier. If this is not specified, the results are sorted in descending order.
Valid values include:
ASCENDING
: List the build identifiers in ascending order, by build number.
DESCENDING
: List the build identifiers in descending order, by build number.
If the project has more than 100 builds, setting the sort order will result in an error.
sortOrder
- The order to sort the results in. The results are sorted by build number, not the build identifier. If
this is not specified, the results are sorted in descending order.
Valid values include:
ASCENDING
: List the build identifiers in ascending order, by build number.
DESCENDING
: List the build identifiers in descending order, by build number.
If the project has more than 100 builds, setting the sort order will result in an error.
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 ListBuildsForProjectRequest 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 ListBuildsForProjectRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()