Class ListRecoveryPointsByResourceRequest
- 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.ListRecoveryPointsByResourceRequest
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<ListRecoveryPointsByResourceRequest.Builder,ListRecoveryPointsByResourceRequest>
@Generated("software.amazon.awssdk:codegen") public final class ListRecoveryPointsByResourceRequest extends BackupRequest implements ToCopyableBuilder<ListRecoveryPointsByResourceRequest.Builder,ListRecoveryPointsByResourceRequest>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceListRecoveryPointsByResourceRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ListRecoveryPointsByResourceRequest.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()BooleanmanagedByAWSBackupOnly()This attribute filters recovery points based on ownership.IntegermaxResults()The maximum number of items to be returned.StringnextToken()The next item following a partial list of returned items.StringresourceArn()An ARN that uniquely identifies a resource.List<SdkField<?>>sdkFields()static Class<? extends ListRecoveryPointsByResourceRequest.Builder>serializableBuilderClass()ListRecoveryPointsByResourceRequest.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
-
resourceArn
public final String resourceArn()
An ARN that uniquely identifies a resource. The format of the ARN depends on the resource type.
- Returns:
- An ARN that uniquely identifies a resource. The format of the ARN depends on the resource type.
-
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.
Amazon RDS requires a value of at least 20.
- Returns:
- The maximum number of items to be returned.
Amazon RDS requires a value of at least 20.
-
managedByAWSBackupOnly
public final Boolean managedByAWSBackupOnly()
This attribute filters recovery points based on ownership.
If this is set to
TRUE, the response will contain recovery points associated with the selected resources that are managed by Backup.If this is set to
FALSE, the response will contain all recovery points associated with the selected resource.Type: Boolean
- Returns:
- This attribute filters recovery points based on ownership.
If this is set to
TRUE, the response will contain recovery points associated with the selected resources that are managed by Backup.If this is set to
FALSE, the response will contain all recovery points associated with the selected resource.Type: Boolean
-
toBuilder
public ListRecoveryPointsByResourceRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ListRecoveryPointsByResourceRequest.Builder,ListRecoveryPointsByResourceRequest>- Specified by:
toBuilderin classBackupRequest
-
builder
public static ListRecoveryPointsByResourceRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends ListRecoveryPointsByResourceRequest.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
-
-