@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetPlayerConnectionStatusRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
GetPlayerConnectionStatusRequest() |
Modifier and Type | Method and Description |
---|---|
GetPlayerConnectionStatusRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getGameName()
The name of the game.
|
String |
getPlayerId()
The unique identifier representing a player.
|
String |
getStageName()
The name of the stage.
|
int |
hashCode() |
void |
setGameName(String gameName)
The name of the game.
|
void |
setPlayerId(String playerId)
The unique identifier representing a player.
|
void |
setStageName(String stageName)
The name of the stage.
|
String |
toString()
Returns a string representation of this object.
|
GetPlayerConnectionStatusRequest |
withGameName(String gameName)
The name of the game.
|
GetPlayerConnectionStatusRequest |
withPlayerId(String playerId)
The unique identifier representing a player.
|
GetPlayerConnectionStatusRequest |
withStageName(String stageName)
The name of the stage.
|
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 setGameName(String gameName)
The name of the game.
gameName
- The name of the game.public String getGameName()
The name of the game.
public GetPlayerConnectionStatusRequest withGameName(String gameName)
The name of the game.
gameName
- The name of the game.public void setPlayerId(String playerId)
The unique identifier representing a player.
playerId
- The unique identifier representing a player.public String getPlayerId()
The unique identifier representing a player.
public GetPlayerConnectionStatusRequest withPlayerId(String playerId)
The unique identifier representing a player.
playerId
- The unique identifier representing a player.public void setStageName(String stageName)
The name of the stage.
stageName
- The name of the stage.public String getStageName()
The name of the stage.
public GetPlayerConnectionStatusRequest withStageName(String stageName)
The name of the stage.
stageName
- The name of the stage.public String toString()
toString
in class Object
Object.toString()
public GetPlayerConnectionStatusRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()