@Generated(value="software.amazon.awssdk:codegen") public final class GetGameSessionLogUrlResponse extends GameLiftResponse implements ToCopyableBuilder<GetGameSessionLogUrlResponse.Builder,GetGameSessionLogUrlResponse>
Represents the returned data in response to a request operation.
| Modifier and Type | Class and Description |
|---|---|
static interface |
GetGameSessionLogUrlResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static GetGameSessionLogUrlResponse.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
preSignedUrl()
Location of the requested game session logs, available for download.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends GetGameSessionLogUrlResponse.Builder> |
serializableBuilderClass() |
GetGameSessionLogUrlResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final 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.
public GetGameSessionLogUrlResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<GetGameSessionLogUrlResponse.Builder,GetGameSessionLogUrlResponse>toBuilder in class AwsResponsepublic static GetGameSessionLogUrlResponse.Builder builder()
public static Class<? extends GetGameSessionLogUrlResponse.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsResponsepublic final boolean equals(Object obj)
equals in class AwsResponsepublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2022. All rights reserved.