@Generated(value="software.amazon.awssdk:codegen") public final class RestoreWindow extends Object implements SdkPojo, Serializable, ToCopyableBuilder<RestoreWindow.Builder,RestoreWindow>
Earliest and latest time an instance can be restored to:
Modifier and Type | Class and Description |
---|---|
static interface |
RestoreWindow.Builder |
Modifier and Type | Method and Description |
---|---|
static RestoreWindow.Builder |
builder() |
Instant |
earliestTime()
The earliest time you can restore an instance to.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Instant |
latestTime()
The latest time you can restore an instance to.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends RestoreWindow.Builder> |
serializableBuilderClass() |
RestoreWindow.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public final Instant earliestTime()
The earliest time you can restore an instance to.
public final Instant latestTime()
The latest time you can restore an instance to.
public RestoreWindow.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<RestoreWindow.Builder,RestoreWindow>
public static RestoreWindow.Builder builder()
public static Class<? extends RestoreWindow.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public final String toString()
Copyright © 2023. All rights reserved.