@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListProjectsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListProjectsRequest() |
Modifier and Type | Method and Description |
---|---|
ListProjectsRequest |
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 next token.
|
String |
getSortBy()
The criterion to be used to list build project names.
|
String |
getSortOrder()
The order in which to list build projects.
|
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 next token.
|
void |
setSortBy(ProjectSortByType sortBy)
The criterion to be used to list build project names.
|
void |
setSortBy(String sortBy)
The criterion to be used to list build project names.
|
void |
setSortOrder(SortOrderType sortOrder)
The order in which to list build projects.
|
void |
setSortOrder(String sortOrder)
The order in which to list build projects.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
ListProjectsRequest |
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 next token.
|
ListProjectsRequest |
withSortBy(ProjectSortByType sortBy)
The criterion to be used to list build project names.
|
ListProjectsRequest |
withSortBy(String sortBy)
The criterion to be used to list build project names.
|
ListProjectsRequest |
withSortOrder(SortOrderType sortOrder)
The order in which to list build projects.
|
ListProjectsRequest |
withSortOrder(String sortOrder)
The order in which to list build projects.
|
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 setSortBy(String sortBy)
The criterion to be used to list build project names. Valid values include:
CREATED_TIME
: List the build project names based on when each build project was created.
LAST_MODIFIED_TIME
: List the build project names based on when information about each build project
was last changed.
NAME
: List the build project names based on each build project's name.
Use sortOrder
to specify in what order to list the build project names based on the preceding
criteria.
sortBy
- The criterion to be used to list build project names. Valid values include:
CREATED_TIME
: List the build project names based on when each build project was created.
LAST_MODIFIED_TIME
: List the build project names based on when information about each build
project was last changed.
NAME
: List the build project names based on each build project's name.
Use sortOrder
to specify in what order to list the build project names based on the preceding
criteria.
ProjectSortByType
public String getSortBy()
The criterion to be used to list build project names. Valid values include:
CREATED_TIME
: List the build project names based on when each build project was created.
LAST_MODIFIED_TIME
: List the build project names based on when information about each build project
was last changed.
NAME
: List the build project names based on each build project's name.
Use sortOrder
to specify in what order to list the build project names based on the preceding
criteria.
CREATED_TIME
: List the build project names based on when each build project was created.
LAST_MODIFIED_TIME
: List the build project names based on when information about each build
project was last changed.
NAME
: List the build project names based on each build project's name.
Use sortOrder
to specify in what order to list the build project names based on the
preceding criteria.
ProjectSortByType
public ListProjectsRequest withSortBy(String sortBy)
The criterion to be used to list build project names. Valid values include:
CREATED_TIME
: List the build project names based on when each build project was created.
LAST_MODIFIED_TIME
: List the build project names based on when information about each build project
was last changed.
NAME
: List the build project names based on each build project's name.
Use sortOrder
to specify in what order to list the build project names based on the preceding
criteria.
sortBy
- The criterion to be used to list build project names. Valid values include:
CREATED_TIME
: List the build project names based on when each build project was created.
LAST_MODIFIED_TIME
: List the build project names based on when information about each build
project was last changed.
NAME
: List the build project names based on each build project's name.
Use sortOrder
to specify in what order to list the build project names based on the preceding
criteria.
ProjectSortByType
public void setSortBy(ProjectSortByType sortBy)
The criterion to be used to list build project names. Valid values include:
CREATED_TIME
: List the build project names based on when each build project was created.
LAST_MODIFIED_TIME
: List the build project names based on when information about each build project
was last changed.
NAME
: List the build project names based on each build project's name.
Use sortOrder
to specify in what order to list the build project names based on the preceding
criteria.
sortBy
- The criterion to be used to list build project names. Valid values include:
CREATED_TIME
: List the build project names based on when each build project was created.
LAST_MODIFIED_TIME
: List the build project names based on when information about each build
project was last changed.
NAME
: List the build project names based on each build project's name.
Use sortOrder
to specify in what order to list the build project names based on the preceding
criteria.
ProjectSortByType
public ListProjectsRequest withSortBy(ProjectSortByType sortBy)
The criterion to be used to list build project names. Valid values include:
CREATED_TIME
: List the build project names based on when each build project was created.
LAST_MODIFIED_TIME
: List the build project names based on when information about each build project
was last changed.
NAME
: List the build project names based on each build project's name.
Use sortOrder
to specify in what order to list the build project names based on the preceding
criteria.
sortBy
- The criterion to be used to list build project names. Valid values include:
CREATED_TIME
: List the build project names based on when each build project was created.
LAST_MODIFIED_TIME
: List the build project names based on when information about each build
project was last changed.
NAME
: List the build project names based on each build project's name.
Use sortOrder
to specify in what order to list the build project names based on the preceding
criteria.
ProjectSortByType
public void setSortOrder(String sortOrder)
The order in which to list build projects. Valid values include:
ASCENDING
: List the build project names in ascending order.
DESCENDING
: List the build project names in descending order.
Use sortBy
to specify the criterion to be used to list build project names.
sortOrder
- The order in which to list build projects. Valid values include:
ASCENDING
: List the build project names in ascending order.
DESCENDING
: List the build project names in descending order.
Use sortBy
to specify the criterion to be used to list build project names.
SortOrderType
public String getSortOrder()
The order in which to list build projects. Valid values include:
ASCENDING
: List the build project names in ascending order.
DESCENDING
: List the build project names in descending order.
Use sortBy
to specify the criterion to be used to list build project names.
ASCENDING
: List the build project names in ascending order.
DESCENDING
: List the build project names in descending order.
Use sortBy
to specify the criterion to be used to list build project names.
SortOrderType
public ListProjectsRequest withSortOrder(String sortOrder)
The order in which to list build projects. Valid values include:
ASCENDING
: List the build project names in ascending order.
DESCENDING
: List the build project names in descending order.
Use sortBy
to specify the criterion to be used to list build project names.
sortOrder
- The order in which to list build projects. Valid values include:
ASCENDING
: List the build project names in ascending order.
DESCENDING
: List the build project names in descending order.
Use sortBy
to specify the criterion to be used to list build project names.
SortOrderType
public void setSortOrder(SortOrderType sortOrder)
The order in which to list build projects. Valid values include:
ASCENDING
: List the build project names in ascending order.
DESCENDING
: List the build project names in descending order.
Use sortBy
to specify the criterion to be used to list build project names.
sortOrder
- The order in which to list build projects. Valid values include:
ASCENDING
: List the build project names in ascending order.
DESCENDING
: List the build project names in descending order.
Use sortBy
to specify the criterion to be used to list build project names.
SortOrderType
public ListProjectsRequest withSortOrder(SortOrderType sortOrder)
The order in which to list build projects. Valid values include:
ASCENDING
: List the build project names in ascending order.
DESCENDING
: List the build project names in descending order.
Use sortBy
to specify the criterion to be used to list build project names.
sortOrder
- The order in which to list build projects. Valid values include:
ASCENDING
: List the build project names in ascending order.
DESCENDING
: List the build project names in descending order.
Use sortBy
to specify the criterion to be used to list build project names.
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 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.
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 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 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 ListProjectsRequest 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 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.
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 String toString()
toString
in class Object
Object.toString()
public ListProjectsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.