@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListRepositoryLinksRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListRepositoryLinksRequest() |
Modifier and Type | Method and Description |
---|---|
ListRepositoryLinksRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Integer |
getMaxResults()
A non-zero, non-negative integer used to limit the number of returned results.
|
String |
getNextToken()
An enumeration token that, when provided in a request, returns the next batch of the results.
|
int |
hashCode() |
void |
setMaxResults(Integer maxResults)
A non-zero, non-negative integer used to limit the number of returned results.
|
void |
setNextToken(String nextToken)
An enumeration token that, when provided in a request, returns the next batch of the results.
|
String |
toString()
Returns a string representation of this object.
|
ListRepositoryLinksRequest |
withMaxResults(Integer maxResults)
A non-zero, non-negative integer used to limit the number of returned results.
|
ListRepositoryLinksRequest |
withNextToken(String nextToken)
An enumeration token that, when provided in a request, returns the next batch of the results.
|
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)
A non-zero, non-negative integer used to limit the number of returned results.
maxResults
- A non-zero, non-negative integer used to limit the number of returned results.public Integer getMaxResults()
A non-zero, non-negative integer used to limit the number of returned results.
public ListRepositoryLinksRequest withMaxResults(Integer maxResults)
A non-zero, non-negative integer used to limit the number of returned results.
maxResults
- A non-zero, non-negative integer used to limit the number of returned results.public void setNextToken(String nextToken)
An enumeration token that, when provided in a request, returns the next batch of the results.
nextToken
- An enumeration token that, when provided in a request, returns the next batch of the results.public String getNextToken()
An enumeration token that, when provided in a request, returns the next batch of the results.
public ListRepositoryLinksRequest withNextToken(String nextToken)
An enumeration token that, when provided in a request, returns the next batch of the results.
nextToken
- An enumeration token that, when provided in a request, returns the next batch of the results.public String toString()
toString
in class Object
Object.toString()
public ListRepositoryLinksRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()