@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListSourceLocationsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListSourceLocationsRequest() |
Modifier and Type | Method and Description |
---|---|
ListSourceLocationsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Integer |
getMaxResults()
Upper bound on number of records to return.
|
String |
getNextToken()
Pagination token from the GET list request.
|
int |
hashCode() |
void |
setMaxResults(Integer maxResults)
Upper bound on number of records to return.
|
void |
setNextToken(String nextToken)
Pagination token from the GET list request.
|
String |
toString()
Returns a string representation of this object.
|
ListSourceLocationsRequest |
withMaxResults(Integer maxResults)
Upper bound on number of records to return.
|
ListSourceLocationsRequest |
withNextToken(String nextToken)
Pagination token from the GET list request.
|
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)
Upper bound on number of records to return. The maximum number of results is 100.
maxResults
- Upper bound on number of records to return. The maximum number of results is 100.public Integer getMaxResults()
Upper bound on number of records to return. The maximum number of results is 100.
public ListSourceLocationsRequest withMaxResults(Integer maxResults)
Upper bound on number of records to return. The maximum number of results is 100.
maxResults
- Upper bound on number of records to return. The maximum number of results is 100.public void setNextToken(String nextToken)
Pagination token from the GET list request. Use the token to fetch the next page of results.
nextToken
- Pagination token from the GET list request. Use the token to fetch the next page of results.public String getNextToken()
Pagination token from the GET list request. Use the token to fetch the next page of results.
public ListSourceLocationsRequest withNextToken(String nextToken)
Pagination token from the GET list request. Use the token to fetch the next page of results.
nextToken
- Pagination token from the GET list request. Use the token to fetch the next page of results.public String toString()
toString
in class Object
Object.toString()
public ListSourceLocationsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()