@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListTestGridProjectsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListTestGridProjectsRequest() |
Modifier and Type | Method and Description |
---|---|
ListTestGridProjectsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Integer |
getMaxResult()
Return no more than this number of results.
|
String |
getNextToken()
From a response, used to continue a paginated listing.
|
int |
hashCode() |
void |
setMaxResult(Integer maxResult)
Return no more than this number of results.
|
void |
setNextToken(String nextToken)
From a response, used to continue a paginated listing.
|
String |
toString()
Returns a string representation of this object.
|
ListTestGridProjectsRequest |
withMaxResult(Integer maxResult)
Return no more than this number of results.
|
ListTestGridProjectsRequest |
withNextToken(String nextToken)
From a response, used to continue a paginated listing.
|
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 setMaxResult(Integer maxResult)
Return no more than this number of results.
maxResult
- Return no more than this number of results.public Integer getMaxResult()
Return no more than this number of results.
public ListTestGridProjectsRequest withMaxResult(Integer maxResult)
Return no more than this number of results.
maxResult
- Return no more than this number of results.public void setNextToken(String nextToken)
From a response, used to continue a paginated listing.
nextToken
- From a response, used to continue a paginated listing.public String getNextToken()
From a response, used to continue a paginated listing.
public ListTestGridProjectsRequest withNextToken(String nextToken)
From a response, used to continue a paginated listing.
nextToken
- From a response, used to continue a paginated listing.public String toString()
toString
in class Object
Object.toString()
public ListTestGridProjectsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()