@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListGameServerGroupsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
ListGameServerGroupsRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListGameServerGroupsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Integer |
getLimit()
The maximum number of results to return.
|
String |
getNextToken()
A token that indicates the start of the next sequential segment of results.
|
int |
hashCode() |
void |
setLimit(Integer limit)
The maximum number of results to return.
|
void |
setNextToken(String nextToken)
A token that indicates the start of the next sequential segment of results.
|
String |
toString()
Returns a string representation of this object.
|
ListGameServerGroupsRequest |
withLimit(Integer limit)
The maximum number of results to return.
|
ListGameServerGroupsRequest |
withNextToken(String nextToken)
A token that indicates the start of the next sequential segment of 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, withSdkRequestTimeoutpublic void setLimit(Integer limit)
The maximum number of results to return. Use this parameter with NextToken to get results as a set
of sequential segments.
limit - The maximum number of results to return. Use this parameter with NextToken to get results as
a set of sequential segments.public Integer getLimit()
The maximum number of results to return. Use this parameter with NextToken to get results as a set
of sequential segments.
NextToken to get results as
a set of sequential segments.public ListGameServerGroupsRequest withLimit(Integer limit)
The maximum number of results to return. Use this parameter with NextToken to get results as a set
of sequential segments.
limit - The maximum number of results to return. Use this parameter with NextToken to get results as
a set of sequential segments.public void setNextToken(String nextToken)
A token that indicates the start of the next sequential segment of results. Use the token returned with the previous call to this operation. To start at the beginning of the result set, do not specify a value.
nextToken - A token that indicates the start of the next sequential segment of results. Use the token returned with
the previous call to this operation. To start at the beginning of the result set, do not specify a value.public String getNextToken()
A token that indicates the start of the next sequential segment of results. Use the token returned with the previous call to this operation. To start at the beginning of the result set, do not specify a value.
public ListGameServerGroupsRequest withNextToken(String nextToken)
A token that indicates the start of the next sequential segment of results. Use the token returned with the previous call to this operation. To start at the beginning of the result set, do not specify a value.
nextToken - A token that indicates the start of the next sequential segment of results. Use the token returned with
the previous call to this operation. To start at the beginning of the result set, do not specify a value.public String toString()
toString in class ObjectObject.toString()public ListGameServerGroupsRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()