@Generated(value="software.amazon.awssdk:codegen") public final class ListBranchesRequest extends CodeCommitRequest implements ToCopyableBuilder<ListBranchesRequest.Builder,ListBranchesRequest>
Represents the input of a list branches operation.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListBranchesRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListBranchesRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
nextToken()
An enumeration token that allows the operation to batch the results.
|
String |
repositoryName()
The name of the repository that contains the branches.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListBranchesRequest.Builder> |
serializableBuilderClass() |
ListBranchesRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String repositoryName()
The name of the repository that contains the branches.
public final String nextToken()
An enumeration token that allows the operation to batch the results.
public ListBranchesRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListBranchesRequest.Builder,ListBranchesRequest>toBuilder in class CodeCommitRequestpublic static ListBranchesRequest.Builder builder()
public static Class<? extends ListBranchesRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2021. All rights reserved.