@Generated(value="software.amazon.awssdk:codegen") public final class ListSnapshotsRequest extends RedshiftServerlessRequest implements ToCopyableBuilder<ListSnapshotsRequest.Builder,ListSnapshotsRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListSnapshotsRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListSnapshotsRequest.Builder |
builder() |
Instant |
endTime()
The timestamp showing when the snapshot creation 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 |
namespaceArn()
The Amazon Resource Name (ARN) of the namespace from which to list all snapshots.
|
String |
namespaceName()
The namespace from which to list all snapshots.
|
String |
nextToken()
If
nextToken is returned, there are more results available. |
String |
ownerAccount()
The owner Amazon Web Services account of the snapshot.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListSnapshotsRequest.Builder> |
serializableBuilderClass() |
Instant |
startTime()
The time when the creation of the snapshot was initiated.
|
ListSnapshotsRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Instant endTime()
The timestamp showing when the snapshot creation finished.
public final Integer maxResults()
An optional parameter that specifies the maximum number of results to return. You can use nextToken
to display the next page of results.
nextToken to display the next page of results.public final String namespaceArn()
The Amazon Resource Name (ARN) of the namespace from which to list all snapshots.
public final String namespaceName()
The namespace from which to list all snapshots.
public final String nextToken()
If nextToken is returned, there are more results available. The value of nextToken is a
unique pagination token for each page. Make the call again using the returned token to retrieve the next page.
nextToken is returned, there are more results available. The value of
nextToken is a unique pagination token for each page. Make the call again using the returned
token to retrieve the next page.public final String ownerAccount()
The owner Amazon Web Services account of the snapshot.
public final Instant startTime()
The time when the creation of the snapshot was initiated.
public ListSnapshotsRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListSnapshotsRequest.Builder,ListSnapshotsRequest>toBuilder in class RedshiftServerlessRequestpublic static ListSnapshotsRequest.Builder builder()
public static Class<? extends ListSnapshotsRequest.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 © 2023. All rights reserved.