Class ListBackupVaultsRequest
- java.lang.Object
-
- software.amazon.awssdk.core.SdkRequest
-
- software.amazon.awssdk.awscore.AwsRequest
-
- software.amazon.awssdk.services.backup.model.BackupRequest
-
- software.amazon.awssdk.services.backup.model.ListBackupVaultsRequest
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<ListBackupVaultsRequest.Builder,ListBackupVaultsRequest>
@Generated("software.amazon.awssdk:codegen") public final class ListBackupVaultsRequest extends BackupRequest implements ToCopyableBuilder<ListBackupVaultsRequest.Builder,ListBackupVaultsRequest>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceListBackupVaultsRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ListBackupVaultsRequest.Builderbuilder()BooleanbyShared()This parameter will sort the list of vaults by shared vaults.VaultTypebyVaultType()This parameter will sort the list of vaults by vault type.StringbyVaultTypeAsString()This parameter will sort the list of vaults by vault type.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()IntegermaxResults()The maximum number of items to be returned.StringnextToken()The next item following a partial list of returned items.List<SdkField<?>>sdkFields()static Class<? extends ListBackupVaultsRequest.Builder>serializableBuilderClass()ListBackupVaultsRequest.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class software.amazon.awssdk.awscore.AwsRequest
overrideConfiguration
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
byVaultType
public final VaultType byVaultType()
This parameter will sort the list of vaults by vault type.
If the service returns an enum value that is not available in the current SDK version,
byVaultTypewill returnVaultType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available frombyVaultTypeAsString().- Returns:
- This parameter will sort the list of vaults by vault type.
- See Also:
VaultType
-
byVaultTypeAsString
public final String byVaultTypeAsString()
This parameter will sort the list of vaults by vault type.
If the service returns an enum value that is not available in the current SDK version,
byVaultTypewill returnVaultType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available frombyVaultTypeAsString().- Returns:
- This parameter will sort the list of vaults by vault type.
- See Also:
VaultType
-
byShared
public final Boolean byShared()
This parameter will sort the list of vaults by shared vaults.
- Returns:
- This parameter will sort the list of vaults by shared vaults.
-
nextToken
public final String nextToken()
The next item following a partial list of returned items. For example, if a request is made to return
MaxResultsnumber of items,NextTokenallows you to return more items in your list starting at the location pointed to by the next token.- Returns:
- The next item following a partial list of returned items. For example, if a request is made to return
MaxResultsnumber of items,NextTokenallows you to return more items in your list starting at the location pointed to by the next token.
-
maxResults
public final Integer maxResults()
The maximum number of items to be returned.
- Returns:
- The maximum number of items to be returned.
-
toBuilder
public ListBackupVaultsRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ListBackupVaultsRequest.Builder,ListBackupVaultsRequest>- Specified by:
toBuilderin classBackupRequest
-
builder
public static ListBackupVaultsRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends ListBackupVaultsRequest.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsRequest
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsRequest
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
getValueForField
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
- Overrides:
getValueForFieldin classSdkRequest
-
-