@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, withSdkRequestTimeout
public 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.SortByEnum
public String getSortBy()
The criteria used to sort the results of a list repositories operation.
SortByEnum
public 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.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(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 String getOrder()
The order in which to sort the results of a list repositories operation.
OrderEnum
public 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.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 String toString()
toString
in class Object
Object.toString()
public ListRepositoriesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.