@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeGameSessionDetailsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Represents the input for a request action.
NOOP
Constructor and Description |
---|
DescribeGameSessionDetailsRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeGameSessionDetailsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getAliasId()
A unique identifier for an alias associated with the fleet to retrieve all game sessions for.
|
String |
getFleetId()
A unique identifier for a fleet to retrieve all game sessions active on the fleet.
|
String |
getGameSessionId()
A unique identifier for the game session to retrieve.
|
Integer |
getLimit()
The maximum number of results to return.
|
String |
getNextToken()
Token that indicates the start of the next sequential page of results.
|
String |
getStatusFilter()
Game session status to filter results on.
|
int |
hashCode() |
void |
setAliasId(String aliasId)
A unique identifier for an alias associated with the fleet to retrieve all game sessions for.
|
void |
setFleetId(String fleetId)
A unique identifier for a fleet to retrieve all game sessions active on the fleet.
|
void |
setGameSessionId(String gameSessionId)
A unique identifier for the game session to retrieve.
|
void |
setLimit(Integer limit)
The maximum number of results to return.
|
void |
setNextToken(String nextToken)
Token that indicates the start of the next sequential page of results.
|
void |
setStatusFilter(String statusFilter)
Game session status to filter results on.
|
String |
toString()
Returns a string representation of this object.
|
DescribeGameSessionDetailsRequest |
withAliasId(String aliasId)
A unique identifier for an alias associated with the fleet to retrieve all game sessions for.
|
DescribeGameSessionDetailsRequest |
withFleetId(String fleetId)
A unique identifier for a fleet to retrieve all game sessions active on the fleet.
|
DescribeGameSessionDetailsRequest |
withGameSessionId(String gameSessionId)
A unique identifier for the game session to retrieve.
|
DescribeGameSessionDetailsRequest |
withLimit(Integer limit)
The maximum number of results to return.
|
DescribeGameSessionDetailsRequest |
withNextToken(String nextToken)
Token that indicates the start of the next sequential page of results.
|
DescribeGameSessionDetailsRequest |
withStatusFilter(String statusFilter)
Game session status to filter results on.
|
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 setFleetId(String fleetId)
A unique identifier for a fleet to retrieve all game sessions active on the fleet. You can use either the fleet ID or ARN value.
fleetId
- A unique identifier for a fleet to retrieve all game sessions active on the fleet. You can use either the
fleet ID or ARN value.public String getFleetId()
A unique identifier for a fleet to retrieve all game sessions active on the fleet. You can use either the fleet ID or ARN value.
public DescribeGameSessionDetailsRequest withFleetId(String fleetId)
A unique identifier for a fleet to retrieve all game sessions active on the fleet. You can use either the fleet ID or ARN value.
fleetId
- A unique identifier for a fleet to retrieve all game sessions active on the fleet. You can use either the
fleet ID or ARN value.public void setGameSessionId(String gameSessionId)
A unique identifier for the game session to retrieve.
gameSessionId
- A unique identifier for the game session to retrieve.public String getGameSessionId()
A unique identifier for the game session to retrieve.
public DescribeGameSessionDetailsRequest withGameSessionId(String gameSessionId)
A unique identifier for the game session to retrieve.
gameSessionId
- A unique identifier for the game session to retrieve.public void setAliasId(String aliasId)
A unique identifier for an alias associated with the fleet to retrieve all game sessions for. You can use either the alias ID or ARN value.
aliasId
- A unique identifier for an alias associated with the fleet to retrieve all game sessions for. You can use
either the alias ID or ARN value.public String getAliasId()
A unique identifier for an alias associated with the fleet to retrieve all game sessions for. You can use either the alias ID or ARN value.
public DescribeGameSessionDetailsRequest withAliasId(String aliasId)
A unique identifier for an alias associated with the fleet to retrieve all game sessions for. You can use either the alias ID or ARN value.
aliasId
- A unique identifier for an alias associated with the fleet to retrieve all game sessions for. You can use
either the alias ID or ARN value.public void setStatusFilter(String statusFilter)
Game session status to filter results on. Possible game session statuses include ACTIVE
,
TERMINATED
, ACTIVATING
and TERMINATING
(the last two are transitory).
statusFilter
- Game session status to filter results on. Possible game session statuses include ACTIVE
,
TERMINATED
, ACTIVATING
and TERMINATING
(the last two are
transitory).public String getStatusFilter()
Game session status to filter results on. Possible game session statuses include ACTIVE
,
TERMINATED
, ACTIVATING
and TERMINATING
(the last two are transitory).
ACTIVE
,
TERMINATED
, ACTIVATING
and TERMINATING
(the last two are
transitory).public DescribeGameSessionDetailsRequest withStatusFilter(String statusFilter)
Game session status to filter results on. Possible game session statuses include ACTIVE
,
TERMINATED
, ACTIVATING
and TERMINATING
(the last two are transitory).
statusFilter
- Game session status to filter results on. Possible game session statuses include ACTIVE
,
TERMINATED
, ACTIVATING
and TERMINATING
(the last two are
transitory).public 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 DescribeGameSessionDetailsRequest 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)
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
- 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()
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 DescribeGameSessionDetailsRequest withNextToken(String nextToken)
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
- 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 Object
Object.toString()
public DescribeGameSessionDetailsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.