Class ListRepositoriesRequest
- java.lang.Object
-
- software.amazon.awssdk.core.SdkRequest
-
- software.amazon.awssdk.awscore.AwsRequest
-
- software.amazon.awssdk.services.codecommit.model.CodeCommitRequest
-
- software.amazon.awssdk.services.codecommit.model.ListRepositoriesRequest
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<ListRepositoriesRequest.Builder,ListRepositoriesRequest>
@Generated("software.amazon.awssdk:codegen") public final class ListRepositoriesRequest extends CodeCommitRequest implements ToCopyableBuilder<ListRepositoriesRequest.Builder,ListRepositoriesRequest>
Represents the input of a list repositories operation.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceListRepositoriesRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ListRepositoriesRequest.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringnextToken()An enumeration token that allows the operation to batch the results of the operation.OrderEnumorder()The order in which to sort the results of a list repositories operation.StringorderAsString()The order in which to sort the results of a list repositories operation.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends ListRepositoriesRequest.Builder>serializableBuilderClass()SortByEnumsortBy()The criteria used to sort the results of a list repositories operation.StringsortByAsString()The criteria used to sort the results of a list repositories operation.ListRepositoriesRequest.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class software.amazon.awssdk.awscore.AwsRequest
overrideConfiguration
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
nextToken
public final 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 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 CodeCommit, another page of 1,000 records is retrieved.
-
sortBy
public final SortByEnum sortBy()
The criteria used to sort the results of a list repositories operation.
If the service returns an enum value that is not available in the current SDK version,
sortBywill returnSortByEnum.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromsortByAsString().- Returns:
- The criteria used to sort the results of a list repositories operation.
- See Also:
SortByEnum
-
sortByAsString
public final String sortByAsString()
The criteria used to sort the results of a list repositories operation.
If the service returns an enum value that is not available in the current SDK version,
sortBywill returnSortByEnum.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromsortByAsString().- Returns:
- The criteria used to sort the results of a list repositories operation.
- See Also:
SortByEnum
-
order
public final OrderEnum order()
The order in which to sort the results of a list repositories operation.
If the service returns an enum value that is not available in the current SDK version,
orderwill returnOrderEnum.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromorderAsString().- Returns:
- The order in which to sort the results of a list repositories operation.
- See Also:
OrderEnum
-
orderAsString
public final String orderAsString()
The order in which to sort the results of a list repositories operation.
If the service returns an enum value that is not available in the current SDK version,
orderwill returnOrderEnum.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromorderAsString().- Returns:
- The order in which to sort the results of a list repositories operation.
- See Also:
OrderEnum
-
toBuilder
public ListRepositoriesRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ListRepositoriesRequest.Builder,ListRepositoriesRequest>- Specified by:
toBuilderin classCodeCommitRequest
-
builder
public static ListRepositoriesRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends ListRepositoriesRequest.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsRequest
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsRequest
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
getValueForField
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
- Overrides:
getValueForFieldin classSdkRequest
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-