@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() |
boolean |
equals(Object obj) |
Integer |
getMaxResults()
The maximum number of repositories to list.
|
String |
getNextToken()
A token to indicate 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 to indicate 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 to indicate the location of the next repository in the array of repositories, after the list of
repositories previously requested.
|
addHandlerContext, copyBaseTo, 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, withSdkRequestTimeoutpublic 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 to indicate the location of the next repository in the array of repositories, after the list of repositories previously requested.
nextToken - A token to indicate the location of the next repository in the array of repositories, after the list of
repositories previously requested.public String getNextToken()
A token to indicate 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 to indicate the location of the next repository in the array of repositories, after the list of repositories previously requested.
nextToken - A token to indicate the location of the next repository in the array of repositories, after the list of
repositories previously requested.public String toString()
toString in class ObjectObject.toString()public ListRepositoriesRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2021. All rights reserved.