Cloneable
, ReadLimitInfo
, ToCopyableBuilder<ListTapesRequest.Builder,ListTapesRequest>
@Generated("software.amazon.awssdk:codegen") public class ListTapesRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<ListTapesRequest.Builder,ListTapesRequest>
A JSON object that contains one or more of the following fields:
Modifier and Type | Class | Description |
---|---|---|
static interface |
ListTapesRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static ListTapesRequest.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
Integer |
limit() |
An optional number limit for the tapes in the list returned by this call.
|
String |
marker() |
A string that indicates the position at which to begin the returned list of tapes.
|
static Class<? extends ListTapesRequest.Builder> |
serializableBuilderClass() |
|
List<String> |
tapeARNs() |
|
ListTapesRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout
public String marker()
A string that indicates the position at which to begin the returned list of tapes.
public Integer limit()
An optional number limit for the tapes in the list returned by this call.
public ListTapesRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ListTapesRequest.Builder,ListTapesRequest>
public static ListTapesRequest.Builder builder()
public static Class<? extends ListTapesRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.