@Generated(value="software.amazon.awssdk:codegen") public final class BatchListObjectParentPaths extends Object implements SdkPojo, Serializable, ToCopyableBuilder<BatchListObjectParentPaths.Builder,BatchListObjectParentPaths>
Retrieves all available parent paths for any object type such as node, leaf node, policy node, and index node objects inside a BatchRead operation. For more information, see ListObjectParentPaths and BatchReadRequest$Operations.
| Modifier and Type | Class and Description |
|---|---|
static interface |
BatchListObjectParentPaths.Builder |
| Modifier and Type | Method and Description |
|---|---|
static BatchListObjectParentPaths.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 results to retrieve.
|
String |
nextToken()
The pagination token.
|
ObjectReference |
objectReference()
The reference that identifies the object whose attributes will be listed.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends BatchListObjectParentPaths.Builder> |
serializableBuilderClass() |
BatchListObjectParentPaths.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final ObjectReference objectReference()
The reference that identifies the object whose attributes will be listed.
public final String nextToken()
The pagination token.
public final Integer maxResults()
The maximum number of results to retrieve.
public BatchListObjectParentPaths.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<BatchListObjectParentPaths.Builder,BatchListObjectParentPaths>public static BatchListObjectParentPaths.Builder builder()
public static Class<? extends BatchListObjectParentPaths.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.