@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 game server groups' limit.
|
String |
getNextToken()
Specify the pagination token from a previous request to retrieve the next page of results.
|
int |
hashCode() |
void |
setLimit(Integer limit)
The game server groups' limit.
|
void |
setNextToken(String nextToken)
Specify the pagination token from a previous request to retrieve the next page of results.
|
String |
toString()
Returns a string representation of this object.
|
ListGameServerGroupsRequest |
withLimit(Integer limit)
The game server groups' limit.
|
ListGameServerGroupsRequest |
withNextToken(String nextToken)
Specify the pagination token from a previous request to retrieve the next page 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, withSdkRequestTimeout
public void setLimit(Integer limit)
The game server groups' limit.
limit
- The game server groups' limit.public Integer getLimit()
The game server groups' limit.
public ListGameServerGroupsRequest withLimit(Integer limit)
The game server groups' limit.
limit
- The game server groups' limit.public void setNextToken(String nextToken)
Specify the pagination token from a previous request to retrieve the next page of results.
nextToken
- Specify the pagination token from a previous request to retrieve the next page of results.public String getNextToken()
Specify the pagination token from a previous request to retrieve the next page of results.
public ListGameServerGroupsRequest withNextToken(String nextToken)
Specify the pagination token from a previous request to retrieve the next page of results.
nextToken
- Specify the pagination token from a previous request to retrieve the next page of results.public String toString()
toString
in class Object
Object.toString()
public ListGameServerGroupsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()