public class GetGameSessionLogUrlRequest extends AmazonWebServiceRequest implements java.io.Serializable, java.lang.Cloneable
Represents the input for a request action.
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
gameSessionId
Unique identifier for a game session.
|
NOOP
Constructor and Description |
---|
GetGameSessionLogUrlRequest() |
Modifier and Type | Method and Description |
---|---|
GetGameSessionLogUrlRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getGameSessionId()
Unique identifier for a game session.
|
int |
hashCode() |
void |
setGameSessionId(java.lang.String gameSessionId)
Unique identifier for a game session.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
GetGameSessionLogUrlRequest |
withGameSessionId(java.lang.String gameSessionId)
Unique identifier for a game session.
|
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
private java.lang.String gameSessionId
Unique identifier for a game session. Specify the game session you want to get logs for.
public void setGameSessionId(java.lang.String gameSessionId)
Unique identifier for a game session. Specify the game session you want to get logs for.
gameSessionId
- Unique identifier for a game session. Specify the game session you
want to get logs for.public java.lang.String getGameSessionId()
Unique identifier for a game session. Specify the game session you want to get logs for.
public GetGameSessionLogUrlRequest withGameSessionId(java.lang.String gameSessionId)
Unique identifier for a game session. Specify the game session you want to get logs for.
gameSessionId
- Unique identifier for a game session. Specify the game session you
want to get logs for.public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public GetGameSessionLogUrlRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()