@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 String gatewayARN()
public String marker()
An opaque string that indicates the position at which to begin describing the virtual tape recovery points.
public 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 int hashCode()
hashCode in class AwsRequestpublic boolean equals(Object obj)
equals in class AwsRequestpublic boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2019. All rights reserved.