@Generated(value="software.amazon.awssdk:codegen") public final class DescribeRecoverySnapshotsRequest extends DrsRequest implements ToCopyableBuilder<DescribeRecoverySnapshotsRequest.Builder,DescribeRecoverySnapshotsRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DescribeRecoverySnapshotsRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DescribeRecoverySnapshotsRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
DescribeRecoverySnapshotsRequestFilters |
filters()
A set of filters by which to return Recovery Snapshots.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
maxResults()
Maximum number of Recovery Snapshots to retrieve.
|
String |
nextToken()
The token of the next Recovery Snapshot to retrieve.
|
RecoverySnapshotsOrder |
order()
The sorted ordering by which to return Recovery Snapshots.
|
String |
orderAsString()
The sorted ordering by which to return Recovery Snapshots.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DescribeRecoverySnapshotsRequest.Builder> |
serializableBuilderClass() |
String |
sourceServerID()
Filter Recovery Snapshots by Source Server ID.
|
DescribeRecoverySnapshotsRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final DescribeRecoverySnapshotsRequestFilters filters()
A set of filters by which to return Recovery Snapshots.
public final Integer maxResults()
Maximum number of Recovery Snapshots to retrieve.
public final String nextToken()
The token of the next Recovery Snapshot to retrieve.
public final RecoverySnapshotsOrder order()
The sorted ordering by which to return Recovery Snapshots.
If the service returns an enum value that is not available in the current SDK version, order will return
RecoverySnapshotsOrder.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
orderAsString().
RecoverySnapshotsOrderpublic final String orderAsString()
The sorted ordering by which to return Recovery Snapshots.
If the service returns an enum value that is not available in the current SDK version, order will return
RecoverySnapshotsOrder.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
orderAsString().
RecoverySnapshotsOrderpublic final String sourceServerID()
Filter Recovery Snapshots by Source Server ID.
public DescribeRecoverySnapshotsRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DescribeRecoverySnapshotsRequest.Builder,DescribeRecoverySnapshotsRequest>toBuilder in class DrsRequestpublic static DescribeRecoverySnapshotsRequest.Builder builder()
public static Class<? extends DescribeRecoverySnapshotsRequest.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.