@Generated(value="software.amazon.awssdk:codegen") public final class ListItemsRequest extends MediaStoreDataRequest implements ToCopyableBuilder<ListItemsRequest.Builder,ListItemsRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListItemsRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListItemsRequest.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
maxResults()
The maximum results to return.
|
String |
nextToken()
The
NextToken received in the ListItemsResponse for the same container and path. |
String |
path()
The path in the container from which to retrieve items.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListItemsRequest.Builder> |
serializableBuilderClass() |
ListItemsRequest.Builder |
toBuilder() |
String |
toString() |
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String path()
The path in the container from which to retrieve items. Format: <folder name>/<folder name>/<file name>
public Integer maxResults()
The maximum results to return. The service might return fewer results.
public String nextToken()
The NextToken received in the ListItemsResponse for the same container and path. Tokens
expire after 15 minutes.
NextToken received in the ListItemsResponse for the same container and
path. Tokens expire after 15 minutes.public ListItemsRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListItemsRequest.Builder,ListItemsRequest>toBuilder in class MediaStoreDataRequestpublic static ListItemsRequest.Builder builder()
public static Class<? extends ListItemsRequest.Builder> serializableBuilderClass()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2018. All rights reserved.