@Generated(value="software.amazon.awssdk:codegen") public final class RestoreSnapshotTierResponse extends Ec2Response implements ToCopyableBuilder<RestoreSnapshotTierResponse.Builder,RestoreSnapshotTierResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
RestoreSnapshotTierResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static RestoreSnapshotTierResponse.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Boolean |
isPermanentRestore()
Indicates whether the snapshot is permanently restored.
|
Integer |
restoreDuration()
For temporary restores only.
|
Instant |
restoreStartTime()
The date and time when the snapshot restore process started.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends RestoreSnapshotTierResponse.Builder> |
serializableBuilderClass() |
String |
snapshotId()
The ID of the snapshot.
|
RestoreSnapshotTierResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String snapshotId()
The ID of the snapshot.
public final Instant restoreStartTime()
The date and time when the snapshot restore process started.
public final Integer restoreDuration()
For temporary restores only. The number of days for which the archived snapshot is temporarily restored.
public final Boolean isPermanentRestore()
Indicates whether the snapshot is permanently restored. true indicates a permanent restore.
false indicates a temporary restore.
true indicates a permanent restore.
false indicates a temporary restore.public RestoreSnapshotTierResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<RestoreSnapshotTierResponse.Builder,RestoreSnapshotTierResponse>toBuilder in class AwsResponsepublic static RestoreSnapshotTierResponse.Builder builder()
public static Class<? extends RestoreSnapshotTierResponse.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 © 2021. All rights reserved.