@Generated(value="software.amazon.awssdk:codegen") public final class ListRecoveryPointsRequest extends RedshiftServerlessRequest implements ToCopyableBuilder<ListRecoveryPointsRequest.Builder,ListRecoveryPointsRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListRecoveryPointsRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListRecoveryPointsRequest.Builder |
builder() |
Instant |
endTime()
The time when creation of the recovery point finished.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
maxResults()
An optional parameter that specifies the maximum number of results to return.
|
String |
namespaceName()
The name of the namespace to list recovery points for.
|
String |
nextToken()
If your initial
ListRecoveryPoints operation returns a nextToken, you can include the
returned nextToken in subsequent ListRecoveryPoints operations, which returns results
in the next page. |
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListRecoveryPointsRequest.Builder> |
serializableBuilderClass() |
Instant |
startTime()
The time when the recovery point's creation was initiated.
|
ListRecoveryPointsRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Instant endTime()
The time when creation of the recovery point finished.
public final Integer maxResults()
An optional parameter that specifies the maximum number of results to return. You can use nextToken
to get the next page of results.
nextToken to get the next page of results.public final String namespaceName()
The name of the namespace to list recovery points for.
public final String nextToken()
If your initial ListRecoveryPoints operation returns a nextToken, you can include the
returned nextToken in subsequent ListRecoveryPoints operations, which returns results
in the next page.
ListRecoveryPoints operation returns a nextToken, you can
include the returned nextToken in subsequent ListRecoveryPoints operations,
which returns results in the next page.public final Instant startTime()
The time when the recovery point's creation was initiated.
public ListRecoveryPointsRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListRecoveryPointsRequest.Builder,ListRecoveryPointsRequest>toBuilder in class RedshiftServerlessRequestpublic static ListRecoveryPointsRequest.Builder builder()
public static Class<? extends ListRecoveryPointsRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic 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 SdkRequestCopyright © 2022. All rights reserved.