public class ListBranchesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Represents the input of a list branches operation.
NOOP
Constructor and Description |
---|
ListBranchesRequest() |
Modifier and Type | Method and Description |
---|---|
ListBranchesRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(Object obj) |
String |
getNextToken()
An enumeration token that allows the operation to batch the results.
|
String |
getRepositoryName()
The name of the repository that contains the branches.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
An enumeration token that allows the operation to batch the results.
|
void |
setRepositoryName(String repositoryName)
The name of the repository that contains the branches.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ListBranchesRequest |
withNextToken(String nextToken)
An enumeration token that allows the operation to batch the results.
|
ListBranchesRequest |
withRepositoryName(String repositoryName)
The name of the repository that contains the branches.
|
copyBaseTo, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollector
public void setRepositoryName(String repositoryName)
The name of the repository that contains the branches.
repositoryName
- The name of the repository that contains the branches.public String getRepositoryName()
The name of the repository that contains the branches.
public ListBranchesRequest withRepositoryName(String repositoryName)
The name of the repository that contains the branches.
repositoryName
- The name of the repository that contains the branches.public void setNextToken(String nextToken)
An enumeration token that allows the operation to batch the results.
nextToken
- An enumeration token that allows the operation to batch the
results.public String getNextToken()
An enumeration token that allows the operation to batch the results.
public ListBranchesRequest withNextToken(String nextToken)
An enumeration token that allows the operation to batch the results.
nextToken
- An enumeration token that allows the operation to batch the
results.public String toString()
toString
in class Object
Object.toString()
public ListBranchesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2015. All rights reserved.