@Generated(value="software.amazon.awssdk:codegen") public final class ListRecoveryPointsByLegalHoldRequest extends BackupRequest implements ToCopyableBuilder<ListRecoveryPointsByLegalHoldRequest.Builder,ListRecoveryPointsByLegalHoldRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListRecoveryPointsByLegalHoldRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListRecoveryPointsByLegalHoldRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
legalHoldId()
This is the ID of the legal hold.
|
Integer |
maxResults()
This is the maximum number of resource list items to be returned.
|
String |
nextToken()
This is the next item following a partial list of returned resources.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListRecoveryPointsByLegalHoldRequest.Builder> |
serializableBuilderClass() |
ListRecoveryPointsByLegalHoldRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String legalHoldId()
This is the ID of the legal hold.
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
maxResults number of resources, NextToken allows you to return more items in your list
starting at the location pointed to by the next token.
maxResults number of resources, NextToken allows you to return more
items in your list starting at the location pointed to by the next token.public final Integer maxResults()
This is the maximum number of resource list items to be returned.
public ListRecoveryPointsByLegalHoldRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListRecoveryPointsByLegalHoldRequest.Builder,ListRecoveryPointsByLegalHoldRequest>toBuilder in class BackupRequestpublic static ListRecoveryPointsByLegalHoldRequest.Builder builder()
public static Class<? extends ListRecoveryPointsByLegalHoldRequest.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.