@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetGameSessionLogUrlResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
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.
|
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. This URL is valid for 15 minutes, after which S3 will reject any download request using this URL. You can request a new URL any time within the 14-day period that the logs are retained.
preSignedUrl
- Location of the requested game session logs, available for download. This URL is valid for 15 minutes,
after which S3 will reject any download request using this URL. You can request a new URL any time within
the 14-day period that the logs are retained.public String getPreSignedUrl()
Location of the requested game session logs, available for download. This URL is valid for 15 minutes, after which S3 will reject any download request using this URL. You can request a new URL any time within the 14-day period that the logs are retained.
public GetGameSessionLogUrlResult withPreSignedUrl(String preSignedUrl)
Location of the requested game session logs, available for download. This URL is valid for 15 minutes, after which S3 will reject any download request using this URL. You can request a new URL any time within the 14-day period that the logs are retained.
preSignedUrl
- Location of the requested game session logs, available for download. This URL is valid for 15 minutes,
after which S3 will reject any download request using this URL. You can request a new URL any time within
the 14-day period that the logs are retained.public String toString()
toString
in class Object
Object.toString()
public GetGameSessionLogUrlResult clone()