@Generated(value="software.amazon.awssdk:codegen") public final class ExportSnapshotResponse extends GameSparksResponse implements ToCopyableBuilder<ExportSnapshotResponse.Builder,ExportSnapshotResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ExportSnapshotResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ExportSnapshotResponse.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
s3Url()
The presigned URL for the snapshot data.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ExportSnapshotResponse.Builder> |
serializableBuilderClass() |
ExportSnapshotResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String s3Url()
The presigned URL for the snapshot data.
This URL will be available for 10 minutes, and can be used to download the snapshot content. If the URL expires, a new one can be requested using the same operation.
This URL will be available for 10 minutes, and can be used to download the snapshot content. If the URL expires, a new one can be requested using the same operation.
public ExportSnapshotResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ExportSnapshotResponse.Builder,ExportSnapshotResponse>toBuilder in class AwsResponsepublic static ExportSnapshotResponse.Builder builder()
public static Class<? extends ExportSnapshotResponse.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.