@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetGameRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
GetGameRequest() |
| Modifier and Type | Method and Description |
|---|---|
GetGameRequest |
clone() |
boolean |
equals(Object obj) |
String |
getGameName()
The name of the game.
|
int |
hashCode() |
void |
setGameName(String gameName)
The name of the game.
|
String |
toString()
Returns a string representation of this object.
|
GetGameRequest |
withGameName(String gameName)
The name of the game.
|
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 setGameName(String gameName)
The name of the game.
gameName - The name of the game.public String getGameName()
The name of the game.
public GetGameRequest withGameName(String gameName)
The name of the game.
gameName - The name of the game.public String toString()
toString in class ObjectObject.toString()public GetGameRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2023. All rights reserved.