@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) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
boolean |
hasTapeARNs()
Returns true if the TapeARNs property was specified by the sender (it may be empty), or false if the sender did
not specify the value (it will be empty).
|
Integer |
limit()
Specifies that the number of virtual tapes described 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()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final boolean hasTapeARNs()
public final 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.
You can use hasTapeARNs() to see if a value was sent in this field.
public final String marker()
An opaque string that indicates the position at which to begin describing virtual tapes.
public final Integer limit()
Specifies that the number of virtual tapes described 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 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 © 2020. All rights reserved.