@Generated(value="software.amazon.awssdk:codegen") public final class BatchListObjectParents extends Object implements SdkPojo, Serializable, ToCopyableBuilder<BatchListObjectParents.Builder,BatchListObjectParents>
Lists parent objects that are associated with a given object in pagination fashion.
| Modifier and Type | Class and Description |
|---|---|
static interface |
BatchListObjectParents.Builder |
| Modifier and Type | Method and Description |
|---|---|
static BatchListObjectParents.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
maxResults()
The maximum number of items to be retrieved in a single call.
|
String |
nextToken()
The pagination token.
|
ObjectReference |
objectReference()
Returns the value of the ObjectReference property for this object.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends BatchListObjectParents.Builder> |
serializableBuilderClass() |
BatchListObjectParents.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final ObjectReference objectReference()
public final String nextToken()
The pagination token.
public final Integer maxResults()
The maximum number of items to be retrieved in a single call. This is an approximate number.
public BatchListObjectParents.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<BatchListObjectParents.Builder,BatchListObjectParents>public static BatchListObjectParents.Builder builder()
public static Class<? extends BatchListObjectParents.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.