@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListGameServersRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
ListGameServersRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListGameServersRequest |
clone() |
boolean |
equals(Object obj) |
String |
getGameServerGroupName()
An identifier for the game server group for the game server you want to list.
|
Integer |
getLimit()
The maximum number of results to return.
|
String |
getNextToken()
A token that indicates the start of the next sequential page of results.
|
String |
getSortOrder()
Indicates how to sort the returned data based on the game servers' custom key sort value.
|
int |
hashCode() |
void |
setGameServerGroupName(String gameServerGroupName)
An identifier for the game server group for the game server you want to list.
|
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 page of results.
|
void |
setSortOrder(String sortOrder)
Indicates how to sort the returned data based on the game servers' custom key sort value.
|
String |
toString()
Returns a string representation of this object.
|
ListGameServersRequest |
withGameServerGroupName(String gameServerGroupName)
An identifier for the game server group for the game server you want to list.
|
ListGameServersRequest |
withLimit(Integer limit)
The maximum number of results to return.
|
ListGameServersRequest |
withNextToken(String nextToken)
A token that indicates the start of the next sequential page of results.
|
ListGameServersRequest |
withSortOrder(SortOrder sortOrder)
Indicates how to sort the returned data based on the game servers' custom key sort value.
|
ListGameServersRequest |
withSortOrder(String sortOrder)
Indicates how to sort the returned data based on the game servers' custom key sort value.
|
addHandlerContext, copyBaseTo, 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 setGameServerGroupName(String gameServerGroupName)
An identifier for the game server group for the game server you want to list. Use either the GameServerGroup name or ARN value.
gameServerGroupName - An identifier for the game server group for the game server you want to list. Use either the
GameServerGroup name or ARN value.public String getGameServerGroupName()
An identifier for the game server group for the game server you want to list. Use either the GameServerGroup name or ARN value.
public ListGameServersRequest withGameServerGroupName(String gameServerGroupName)
An identifier for the game server group for the game server you want to list. Use either the GameServerGroup name or ARN value.
gameServerGroupName - An identifier for the game server group for the game server you want to list. Use either the
GameServerGroup name or ARN value.public void setSortOrder(String sortOrder)
Indicates how to sort the returned data based on the game servers' custom key sort value. If this parameter is left empty, the list of game servers is returned in no particular order.
sortOrder - Indicates how to sort the returned data based on the game servers' custom key sort value. If this
parameter is left empty, the list of game servers is returned in no particular order.SortOrderpublic String getSortOrder()
Indicates how to sort the returned data based on the game servers' custom key sort value. If this parameter is left empty, the list of game servers is returned in no particular order.
SortOrderpublic ListGameServersRequest withSortOrder(String sortOrder)
Indicates how to sort the returned data based on the game servers' custom key sort value. If this parameter is left empty, the list of game servers is returned in no particular order.
sortOrder - Indicates how to sort the returned data based on the game servers' custom key sort value. If this
parameter is left empty, the list of game servers is returned in no particular order.SortOrderpublic ListGameServersRequest withSortOrder(SortOrder sortOrder)
Indicates how to sort the returned data based on the game servers' custom key sort value. If this parameter is left empty, the list of game servers is returned in no particular order.
sortOrder - Indicates how to sort the returned data based on the game servers' custom key sort value. If this
parameter is left empty, the list of game servers is returned in no particular order.SortOrderpublic void setLimit(Integer limit)
The maximum number of results to return. Use this parameter with NextToken to get results as a set
of sequential pages.
limit - The maximum number of results to return. Use this parameter with NextToken to get results as
a set of sequential pages.public Integer getLimit()
The maximum number of results to return. Use this parameter with NextToken to get results as a set
of sequential pages.
NextToken to get results as
a set of sequential pages.public ListGameServersRequest withLimit(Integer limit)
The maximum number of results to return. Use this parameter with NextToken to get results as a set
of sequential pages.
limit - The maximum number of results to return. Use this parameter with NextToken to get results as
a set of sequential pages.public void setNextToken(String nextToken)
A token that indicates the start of the next sequential page of results. Use the token that is returned with a previous call to this action. 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 page of results. Use the token that is returned
with a previous call to this action. 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 page of results. Use the token that is returned with a previous call to this action. To start at the beginning of the result set, do not specify a value.
public ListGameServersRequest withNextToken(String nextToken)
A token that indicates the start of the next sequential page of results. Use the token that is returned with a previous call to this action. 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 page of results. Use the token that is returned
with a previous call to this action. To start at the beginning of the result set, do not specify a value.public String toString()
toString in class ObjectObject.toString()public ListGameServersRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2020. All rights reserved.