@Generated(value="software.amazon.awssdk:codegen") public final class DescribeTapeArchivesRequest extends StorageGatewayRequest implements ToCopyableBuilder<DescribeTapeArchivesRequest.Builder,DescribeTapeArchivesRequest>
DescribeTapeArchivesInput
| Modifier and Type | Class and Description |
|---|---|
static interface |
DescribeTapeArchivesRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DescribeTapeArchivesRequest.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
limit()
Specifies that the number of virtual tapes descried be limited to the specified number.
|
String |
marker()
An opaque string that indicates the position at which to begin describing virtual tapes.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DescribeTapeArchivesRequest.Builder> |
serializableBuilderClass() |
List<String> |
tapeARNs()
Specifies one or more unique Amazon Resource Names (ARNs) that represent the virtual tapes you want to describe.
|
DescribeTapeArchivesRequest.Builder |
toBuilder() |
String |
toString() |
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic List<String> tapeARNs()
Specifies one or more unique Amazon Resource Names (ARNs) that represent the virtual tapes you want to describe.
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 to begin describing virtual tapes.
public Integer limit()
Specifies that the number of virtual tapes descried be limited to the specified number.
public DescribeTapeArchivesRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DescribeTapeArchivesRequest.Builder,DescribeTapeArchivesRequest>toBuilder in class StorageGatewayRequestpublic static DescribeTapeArchivesRequest.Builder builder()
public static Class<? extends DescribeTapeArchivesRequest.Builder> serializableBuilderClass()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2019. All rights reserved.