@Generated(value="software.amazon.awssdk:codegen") public final class ListProtectedResourcesByBackupVaultRequest extends BackupRequest implements ToCopyableBuilder<ListProtectedResourcesByBackupVaultRequest.Builder,ListProtectedResourcesByBackupVaultRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListProtectedResourcesByBackupVaultRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
backupVaultAccountId()
This is the list of protected resources by backup vault within the vault(s) you specify by account ID.
|
String |
backupVaultName()
This is the list of protected resources by backup vault within the vault(s) you specify by name.
|
static ListProtectedResourcesByBackupVaultRequest.Builder |
builder() |
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 ListProtectedResourcesByBackupVaultRequest.Builder> |
serializableBuilderClass() |
ListProtectedResourcesByBackupVaultRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String backupVaultName()
This is the list of protected resources by backup vault within the vault(s) you specify by name.
public final String backupVaultAccountId()
This is the list of protected resources by backup vault within the vault(s) you specify 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 ListProtectedResourcesByBackupVaultRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListProtectedResourcesByBackupVaultRequest.Builder,ListProtectedResourcesByBackupVaultRequest>toBuilder in class BackupRequestpublic static ListProtectedResourcesByBackupVaultRequest.Builder builder()
public static Class<? extends ListProtectedResourcesByBackupVaultRequest.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.