@Generated(value="software.amazon.awssdk:codegen") public final class BatchListObjectChildren extends Object implements SdkPojo, Serializable, ToCopyableBuilder<BatchListObjectChildren.Builder,BatchListObjectChildren>
Represents the output of a ListObjectChildren operation.
Modifier and Type | Class and Description |
---|---|
static interface |
BatchListObjectChildren.Builder |
Modifier and Type | Method and Description |
---|---|
static BatchListObjectChildren.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
maxResults()
Maximum number of items to be retrieved in a single call.
|
String |
nextToken()
The pagination token.
|
ObjectReference |
objectReference()
Reference of the object for which child objects are being listed.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends BatchListObjectChildren.Builder> |
serializableBuilderClass() |
BatchListObjectChildren.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public ObjectReference objectReference()
Reference of the object for which child objects are being listed.
public String nextToken()
The pagination token.
public Integer maxResults()
Maximum number of items to be retrieved in a single call. This is an approximate number.
public BatchListObjectChildren.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<BatchListObjectChildren.Builder,BatchListObjectChildren>
public static BatchListObjectChildren.Builder builder()
public static Class<? extends BatchListObjectChildren.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.