@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListRepositoriesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Represents the input of a list repositories operation.
NOOP| Constructor and Description |
|---|
ListRepositoriesRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListRepositoriesRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getNextToken()
An enumeration token that allows the operation to batch the results of the operation.
|
String |
getOrder()
The order in which to sort the results of a list repositories operation.
|
String |
getSortBy()
The criteria used to sort the results of a list repositories operation.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
An enumeration token that allows the operation to batch the results of the operation.
|
void |
setOrder(OrderEnum order)
The order in which to sort the results of a list repositories operation.
|
void |
setOrder(String order)
The order in which to sort the results of a list repositories operation.
|
void |
setSortBy(SortByEnum sortBy)
The criteria used to sort the results of a list repositories operation.
|
void |
setSortBy(String sortBy)
The criteria used to sort the results of a list repositories operation.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
ListRepositoriesRequest |
withNextToken(String nextToken)
An enumeration token that allows the operation to batch the results of the operation.
|
ListRepositoriesRequest |
withOrder(OrderEnum order)
The order in which to sort the results of a list repositories operation.
|
ListRepositoriesRequest |
withOrder(String order)
The order in which to sort the results of a list repositories operation.
|
ListRepositoriesRequest |
withSortBy(SortByEnum sortBy)
The criteria used to sort the results of a list repositories operation.
|
ListRepositoriesRequest |
withSortBy(String sortBy)
The criteria used to sort the results of a list repositories operation.
|
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, withSdkRequestTimeoutpublic void setNextToken(String nextToken)
An enumeration token that allows the operation to batch the results of the operation. Batch sizes are 1,000 for list repository operations. When the client sends the token back to AWS CodeCommit, another page of 1,000 records is retrieved.
nextToken - An enumeration token that allows the operation to batch the results of the operation. Batch sizes are
1,000 for list repository operations. When the client sends the token back to AWS CodeCommit, another page
of 1,000 records is retrieved.public String getNextToken()
An enumeration token that allows the operation to batch the results of the operation. Batch sizes are 1,000 for list repository operations. When the client sends the token back to AWS CodeCommit, another page of 1,000 records is retrieved.
public ListRepositoriesRequest withNextToken(String nextToken)
An enumeration token that allows the operation to batch the results of the operation. Batch sizes are 1,000 for list repository operations. When the client sends the token back to AWS CodeCommit, another page of 1,000 records is retrieved.
nextToken - An enumeration token that allows the operation to batch the results of the operation. Batch sizes are
1,000 for list repository operations. When the client sends the token back to AWS CodeCommit, another page
of 1,000 records is retrieved.public void setSortBy(String sortBy)
The criteria used to sort the results of a list repositories operation.
sortBy - The criteria used to sort the results of a list repositories operation.SortByEnumpublic String getSortBy()
The criteria used to sort the results of a list repositories operation.
SortByEnumpublic ListRepositoriesRequest withSortBy(String sortBy)
The criteria used to sort the results of a list repositories operation.
sortBy - The criteria used to sort the results of a list repositories operation.SortByEnumpublic void setSortBy(SortByEnum sortBy)
The criteria used to sort the results of a list repositories operation.
sortBy - The criteria used to sort the results of a list repositories operation.SortByEnumpublic ListRepositoriesRequest withSortBy(SortByEnum sortBy)
The criteria used to sort the results of a list repositories operation.
sortBy - The criteria used to sort the results of a list repositories operation.SortByEnumpublic void setOrder(String order)
The order in which to sort the results of a list repositories operation.
order - The order in which to sort the results of a list repositories operation.OrderEnumpublic String getOrder()
The order in which to sort the results of a list repositories operation.
OrderEnumpublic ListRepositoriesRequest withOrder(String order)
The order in which to sort the results of a list repositories operation.
order - The order in which to sort the results of a list repositories operation.OrderEnumpublic void setOrder(OrderEnum order)
The order in which to sort the results of a list repositories operation.
order - The order in which to sort the results of a list repositories operation.OrderEnumpublic ListRepositoriesRequest withOrder(OrderEnum order)
The order in which to sort the results of a list repositories operation.
order - The order in which to sort the results of a list repositories operation.OrderEnumpublic String toString()
toString in class ObjectObject.toString()public ListRepositoriesRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.