@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListRepositoriesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListRepositoriesRequest() |
Modifier and Type | Method and Description |
---|---|
ListRepositoriesRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Integer |
getMaxResults()
The maximum number of repositories to list.
|
String |
getNextToken()
A token that indicates the location of the next repository in the array of repositories, after the list of
repositories previously requested.
|
int |
hashCode() |
void |
setMaxResults(Integer maxResults)
The maximum number of repositories to list.
|
void |
setNextToken(String nextToken)
A token that indicates the location of the next repository in the array of repositories, after the list of
repositories previously requested.
|
String |
toString()
Returns a string representation of this object.
|
ListRepositoriesRequest |
withMaxResults(Integer maxResults)
The maximum number of repositories to list.
|
ListRepositoriesRequest |
withNextToken(String nextToken)
A token that indicates the location of the next repository in the array of repositories, after the list of
repositories previously requested.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setMaxResults(Integer maxResults)
The maximum number of repositories to list.
maxResults
- The maximum number of repositories to list.public Integer getMaxResults()
The maximum number of repositories to list.
public ListRepositoriesRequest withMaxResults(Integer maxResults)
The maximum number of repositories to list.
maxResults
- The maximum number of repositories to list.public void setNextToken(String nextToken)
A token that indicates the location of the next repository in the array of repositories, after the list of repositories previously requested.
nextToken
- A token that indicates the location of the next repository in the array of repositories, after the list of
repositories previously requested.public String getNextToken()
A token that indicates the location of the next repository in the array of repositories, after the list of repositories previously requested.
public ListRepositoriesRequest withNextToken(String nextToken)
A token that indicates the location of the next repository in the array of repositories, after the list of repositories previously requested.
nextToken
- A token that indicates the location of the next repository in the array of repositories, after the list of
repositories previously requested.public String toString()
toString
in class Object
Object.toString()
public ListRepositoriesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()