@Generated(value="software.amazon.awssdk:codegen") public final class ListRecoveryPointsByBackupVaultRequest extends BackupRequest implements ToCopyableBuilder<ListRecoveryPointsByBackupVaultRequest.Builder,ListRecoveryPointsByBackupVaultRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListRecoveryPointsByBackupVaultRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
backupVaultAccountId()
This parameter will sort the list of recovery points by account ID.
|
String |
backupVaultName()
The name of a logical container where backups are stored.
|
static ListRecoveryPointsByBackupVaultRequest.Builder |
builder() |
String |
byBackupPlanId()
Returns only recovery points that match the specified backup plan ID.
|
Instant |
byCreatedAfter()
Returns only recovery points that were created after the specified timestamp.
|
Instant |
byCreatedBefore()
Returns only recovery points that were created before the specified timestamp.
|
String |
byParentRecoveryPointArn()
This returns only recovery points that match the specified parent (composite) recovery point Amazon Resource Name
(ARN).
|
String |
byResourceArn()
Returns only recovery points that match the specified resource Amazon Resource Name (ARN).
|
String |
byResourceType()
Returns only recovery points that match the specified resource type.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
maxResults()
The maximum number of items to be returned.
|
String |
nextToken()
The next item following a partial list of returned items.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListRecoveryPointsByBackupVaultRequest.Builder> |
serializableBuilderClass() |
ListRecoveryPointsByBackupVaultRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String backupVaultName()
The name of a logical container where backups are stored. Backup vaults are identified by names that are unique to the account used to create them and the Amazon Web Services Region where they are created. They consist of lowercase letters, numbers, and hyphens.
Backup vault name might not be available when a supported service creates the backup.
Backup vault name might not be available when a supported service creates the backup.
public final String backupVaultAccountId()
This parameter will sort the list of recovery points by account ID.
public final String nextToken()
The next item following a partial list of returned items. For example, if a request is made to return
maxResults number of items, NextToken allows you to return more items in your list
starting at the location pointed to by the next token.
maxResults number of items, NextToken allows you to return more items in your
list starting at the location pointed to by the next token.public final Integer maxResults()
The maximum number of items to be returned.
public final String byResourceArn()
Returns only recovery points that match the specified resource Amazon Resource Name (ARN).
public final String byResourceType()
Returns only recovery points that match the specified resource type.
public final String byBackupPlanId()
Returns only recovery points that match the specified backup plan ID.
public final Instant byCreatedBefore()
Returns only recovery points that were created before the specified timestamp.
public final Instant byCreatedAfter()
Returns only recovery points that were created after the specified timestamp.
public final String byParentRecoveryPointArn()
This returns only recovery points that match the specified parent (composite) recovery point Amazon Resource Name (ARN).
public ListRecoveryPointsByBackupVaultRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListRecoveryPointsByBackupVaultRequest.Builder,ListRecoveryPointsByBackupVaultRequest>toBuilder in class BackupRequestpublic static ListRecoveryPointsByBackupVaultRequest.Builder builder()
public static Class<? extends ListRecoveryPointsByBackupVaultRequest.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.