Cloneable
, ReadLimitInfo
, ToCopyableBuilder<ListBranchesRequest.Builder,ListBranchesRequest>
@Generated("software.amazon.awssdk:codegen") public class ListBranchesRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<ListBranchesRequest.Builder,ListBranchesRequest>
Represents the input of a list branches operation.
Modifier and Type | Class | Description |
---|---|---|
static interface |
ListBranchesRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static ListBranchesRequest.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
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.
|
static Class<? extends ListBranchesRequest.Builder> |
serializableBuilderClass() |
|
ListBranchesRequest.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 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()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ListBranchesRequest.Builder,ListBranchesRequest>
public static ListBranchesRequest.Builder builder()
public static Class<? extends ListBranchesRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.