Class ListRecoveryPointsByLegalHoldRequest
- 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.ListRecoveryPointsByLegalHoldRequest
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<ListRecoveryPointsByLegalHoldRequest.Builder,ListRecoveryPointsByLegalHoldRequest>
@Generated("software.amazon.awssdk:codegen") public final class ListRecoveryPointsByLegalHoldRequest extends BackupRequest implements ToCopyableBuilder<ListRecoveryPointsByLegalHoldRequest.Builder,ListRecoveryPointsByLegalHoldRequest>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceListRecoveryPointsByLegalHoldRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ListRecoveryPointsByLegalHoldRequest.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringlegalHoldId()This is the ID of the legal hold.IntegermaxResults()This is the maximum number of resource list items to be returned.StringnextToken()This is the next item following a partial list of returned resources.List<SdkField<?>>sdkFields()static Class<? extends ListRecoveryPointsByLegalHoldRequest.Builder>serializableBuilderClass()ListRecoveryPointsByLegalHoldRequest.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
-
legalHoldId
public final String legalHoldId()
This is the ID of the legal hold.
- Returns:
- This is the ID of the legal hold.
-
nextToken
public final String nextToken()
This is the next item following a partial list of returned resources. For example, if a request is made to return
MaxResultsnumber of resources,NextTokenallows you to return more items in your list starting at the location pointed to by the next token.- Returns:
- This is the next item following a partial list of returned resources. For example, if a request is made
to return
MaxResultsnumber of resources,NextTokenallows you to return more items in your list starting at the location pointed to by the next token.
-
maxResults
public final Integer maxResults()
This is the maximum number of resource list items to be returned.
- Returns:
- This is the maximum number of resource list items to be returned.
-
toBuilder
public ListRecoveryPointsByLegalHoldRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ListRecoveryPointsByLegalHoldRequest.Builder,ListRecoveryPointsByLegalHoldRequest>- Specified by:
toBuilderin classBackupRequest
-
builder
public static ListRecoveryPointsByLegalHoldRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends ListRecoveryPointsByLegalHoldRequest.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
-
-