@Generated(value="software.amazon.awssdk:codegen") public final class DescribeTapeRecoveryPointsResponse extends StorageGatewayResponse implements ToCopyableBuilder<DescribeTapeRecoveryPointsResponse.Builder,DescribeTapeRecoveryPointsResponse>
DescribeTapeRecoveryPointsOutput
| Modifier and Type | Class and Description |
|---|---|
static interface |
DescribeTapeRecoveryPointsResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DescribeTapeRecoveryPointsResponse.Builder |
builder() |
boolean |
equals(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() |
String |
marker()
An opaque string that indicates the position at which the virtual tape recovery points that were listed for
description ended.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DescribeTapeRecoveryPointsResponse.Builder> |
serializableBuilderClass() |
List<TapeRecoveryPointInfo> |
tapeRecoveryPointInfos()
An array of TapeRecoveryPointInfos that are available for the specified gateway.
|
DescribeTapeRecoveryPointsResponse.Builder |
toBuilder() |
String |
toString() |
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String gatewayARN()
public List<TapeRecoveryPointInfo> tapeRecoveryPointInfos()
An array of TapeRecoveryPointInfos that are available for the specified gateway.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public String marker()
An opaque string that indicates the position at which the virtual tape recovery points that were listed for description ended.
Use this marker in your next request to list the next set of virtual tape recovery points in the list. If there are no more recovery points to describe, this field does not appear in the response.
Use this marker in your next request to list the next set of virtual tape recovery points in the list. If there are no more recovery points to describe, this field does not appear in the response.
public DescribeTapeRecoveryPointsResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DescribeTapeRecoveryPointsResponse.Builder,DescribeTapeRecoveryPointsResponse>toBuilder in class AwsResponsepublic static DescribeTapeRecoveryPointsResponse.Builder builder()
public static Class<? extends DescribeTapeRecoveryPointsResponse.Builder> serializableBuilderClass()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2019. All rights reserved.