@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetGameSessionLogUrlResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Represents the returned data in response to a request action.
Constructor and Description |
---|
GetGameSessionLogUrlResult() |
Modifier and Type | Method and Description |
---|---|
GetGameSessionLogUrlResult |
clone() |
boolean |
equals(Object obj) |
String |
getPreSignedUrl()
Location of the requested game session logs, available for download.
|
int |
hashCode() |
void |
setPreSignedUrl(String preSignedUrl)
Location of the requested game session logs, available for download.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
GetGameSessionLogUrlResult |
withPreSignedUrl(String preSignedUrl)
Location of the requested game session logs, available for download.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setPreSignedUrl(String preSignedUrl)
Location of the requested game session logs, available for download.
preSignedUrl
- Location of the requested game session logs, available for download.public String getPreSignedUrl()
Location of the requested game session logs, available for download.
public GetGameSessionLogUrlResult withPreSignedUrl(String preSignedUrl)
Location of the requested game session logs, available for download.
preSignedUrl
- Location of the requested game session logs, available for download.public String toString()
toString
in class Object
Object.toString()
public GetGameSessionLogUrlResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.