@Generated(value="software.amazon.awssdk:codegen") public final class DescribeTapeRecoveryPointsRequest extends StorageGatewayRequest implements ToCopyableBuilder<DescribeTapeRecoveryPointsRequest.Builder,DescribeTapeRecoveryPointsRequest>
DescribeTapeRecoveryPointsInput
| Modifier and Type | Class and Description |
|---|---|
static interface |
DescribeTapeRecoveryPointsRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DescribeTapeRecoveryPointsRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
gatewayARN()
Returns the value of the GatewayARN property for this object.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
limit()
Specifies that the number of virtual tape recovery points that are described be limited to the specified number.
|
String |
marker()
An opaque string that indicates the position at which to begin describing the virtual tape recovery points.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DescribeTapeRecoveryPointsRequest.Builder> |
serializableBuilderClass() |
DescribeTapeRecoveryPointsRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String gatewayARN()
public final String marker()
An opaque string that indicates the position at which to begin describing the virtual tape recovery points.
public final Integer limit()
Specifies that the number of virtual tape recovery points that are described be limited to the specified number.
public DescribeTapeRecoveryPointsRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DescribeTapeRecoveryPointsRequest.Builder,DescribeTapeRecoveryPointsRequest>toBuilder in class StorageGatewayRequestpublic static DescribeTapeRecoveryPointsRequest.Builder builder()
public static Class<? extends DescribeTapeRecoveryPointsRequest.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 © 2022. All rights reserved.