ToCopyableBuilder<ListTapesResponse.Builder,ListTapesResponse>
@Generated("software.amazon.awssdk:codegen") public class ListTapesResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<ListTapesResponse.Builder,ListTapesResponse>
A JSON object containing the following fields:
Modifier and Type | Class | Description |
---|---|---|
static interface |
ListTapesResponse.Builder |
Modifier and Type | Method | Description |
---|---|---|
static ListTapesResponse.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
marker() |
A string that indicates the position at which to begin returning the next list of tapes.
|
static Class<? extends ListTapesResponse.Builder> |
serializableBuilderClass() |
|
List<TapeInfo> |
tapeInfos() |
|
ListTapesResponse.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
setSdkHttpMetadata, setSdkResponseMetadata
public String marker()
A string that indicates the position at which to begin returning the next list of tapes. Use the marker in your next request to continue pagination of tapes. If there are no more tapes to list, this element does not appear in the response body.
public ListTapesResponse.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ListTapesResponse.Builder,ListTapesResponse>
public static ListTapesResponse.Builder builder()
public static Class<? extends ListTapesResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.