@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 String repositoryName()
The name of the repository that contains the branches.
public 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 int hashCode()
hashCode in class AwsRequestpublic boolean equals(Object obj)
equals in class AwsRequestpublic boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2020. All rights reserved.