Cloneable
, ReadLimitInfo
, ToCopyableBuilder<ListRepositoriesRequest.Builder,ListRepositoriesRequest>
@Generated("software.amazon.awssdk:codegen") public class ListRepositoriesRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<ListRepositoriesRequest.Builder,ListRepositoriesRequest>
Represents the input of a list repositories operation.
Modifier and Type | Class | Description |
---|---|---|
static interface |
ListRepositoriesRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static ListRepositoriesRequest.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
nextToken() |
An enumeration token that allows the operation to batch the results of the operation.
|
String |
order() |
The order in which to sort the results of a list repositories operation.
|
static Class<? extends ListRepositoriesRequest.Builder> |
serializableBuilderClass() |
|
String |
sortBy() |
The criteria used to sort the results of a list repositories operation.
|
ListRepositoriesRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout
public 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.
public String sortBy()
The criteria used to sort the results of a list repositories operation.
SortByEnum
public String order()
The order in which to sort the results of a list repositories operation.
OrderEnum
public ListRepositoriesRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ListRepositoriesRequest.Builder,ListRepositoriesRequest>
public static ListRepositoriesRequest.Builder builder()
public static Class<? extends ListRepositoriesRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.