Class ListRepositoriesRequest
- All Implemented Interfaces:
ReadLimitInfo
,Serializable
,Cloneable
Represents the input of a list repositories operation.
- See Also:
-
Field Summary
Fields inherited from class com.amazonaws.AmazonWebServiceRequest
NOOP
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
Creates a shallow clone of this request.boolean
An enumeration token that allows the operation to batch the results of the operation.getOrder()
The order in which to sort the results of a list repositories operation.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
The order in which to sort the results of a list repositories operation.void
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
The criteria used to sort the results of a list repositories operation.toString()
Returns a string representation of this object; useful for testing and debugging.withNextToken
(String nextToken) An enumeration token that allows the operation to batch the results of the operation.The order in which to sort the results of a list repositories operation.The order in which to sort the results of a list repositories operation.withSortBy
(SortByEnum sortBy) The criteria used to sort the results of a list repositories operation.withSortBy
(String sortBy) The criteria used to sort the results of a list repositories operation.Methods inherited from class com.amazonaws.AmazonWebServiceRequest
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
-
Constructor Details
-
ListRepositoriesRequest
public ListRepositoriesRequest()
-
-
Method Details
-
setNextToken
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.
- Parameters:
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.
-
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.
- Returns:
- 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.
-
withNextToken
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setSortBy
The criteria used to sort the results of a list repositories operation.
- Parameters:
sortBy
- The criteria used to sort the results of a list repositories operation.- See Also:
-
getSortBy
The criteria used to sort the results of a list repositories operation.
- Returns:
- The criteria used to sort the results of a list repositories operation.
- See Also:
-
withSortBy
The criteria used to sort the results of a list repositories operation.
- Parameters:
sortBy
- The criteria used to sort the results of a list repositories operation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
setSortBy
The criteria used to sort the results of a list repositories operation.
- Parameters:
sortBy
- The criteria used to sort the results of a list repositories operation.- See Also:
-
withSortBy
The criteria used to sort the results of a list repositories operation.
- Parameters:
sortBy
- The criteria used to sort the results of a list repositories operation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
setOrder
The order in which to sort the results of a list repositories operation.
- Parameters:
order
- The order in which to sort the results of a list repositories operation.- See Also:
-
getOrder
The order in which to sort the results of a list repositories operation.
- Returns:
- The order in which to sort the results of a list repositories operation.
- See Also:
-
withOrder
The order in which to sort the results of a list repositories operation.
- Parameters:
order
- The order in which to sort the results of a list repositories operation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
setOrder
The order in which to sort the results of a list repositories operation.
- Parameters:
order
- The order in which to sort the results of a list repositories operation.- See Also:
-
withOrder
The order in which to sort the results of a list repositories operation.
- Parameters:
order
- The order in which to sort the results of a list repositories operation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
Description copied from class:AmazonWebServiceRequest
Creates a shallow clone of this request. Explicitly does not clone the deep structure of the request object.- Overrides:
clone
in classAmazonWebServiceRequest
- See Also:
-