@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) |
<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()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public Instant earliestTime()
The earliest time you can restore an instance to.
public Instant latestTime()
The latest time you can restore an instance to.
public RestoreWindow.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<RestoreWindow.Builder,RestoreWindow>
public static RestoreWindow.Builder builder()
public static Class<? extends RestoreWindow.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.