public class ListRepositoriesRequest extends AmazonWebServiceRequest implements java.io.Serializable, java.lang.Cloneable
Represents the input of a list repositories operation.
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
nextToken
An enumeration token that allows the operation to batch the results of
the operation.
|
private java.lang.String |
order
The order in which to sort the results of a list repositories operation.
|
private java.lang.String |
sortBy
The criteria used to sort the results of a list repositories operation.
|
NOOP
Constructor and Description |
---|
ListRepositoriesRequest() |
Modifier and Type | Method and Description |
---|---|
ListRepositoriesRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getNextToken()
An enumeration token that allows the operation to batch the results of
the operation.
|
java.lang.String |
getOrder()
The order in which to sort the results of a list repositories operation.
|
java.lang.String |
getSortBy()
The criteria used to sort the results of a list repositories operation.
|
int |
hashCode() |
void |
setNextToken(java.lang.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(java.lang.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(java.lang.String sortBy)
The criteria used to sort the results of a list repositories operation.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ListRepositoriesRequest |
withNextToken(java.lang.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(java.lang.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(java.lang.String sortBy)
The criteria used to sort the results of a list repositories operation.
|
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
private java.lang.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.
private java.lang.String sortBy
The criteria used to sort the results of a list repositories operation.
private java.lang.String order
The order in which to sort the results of a list repositories operation.
public void setNextToken(java.lang.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 java.lang.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(java.lang.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(java.lang.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.SortByEnum
public java.lang.String getSortBy()
The criteria used to sort the results of a list repositories operation.
SortByEnum
public ListRepositoriesRequest withSortBy(java.lang.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.SortByEnum
public 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.SortByEnum
public 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.SortByEnum
public void setOrder(java.lang.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.OrderEnum
public java.lang.String getOrder()
The order in which to sort the results of a list repositories operation.
OrderEnum
public ListRepositoriesRequest withOrder(java.lang.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.OrderEnum
public 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.OrderEnum
public 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.OrderEnum
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public ListRepositoriesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()