@Generated(value="software.amazon.awssdk:codegen") public final class ListObjectParentPathsRequest extends CloudDirectoryRequest implements ToCopyableBuilder<ListObjectParentPathsRequest.Builder,ListObjectParentPathsRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListObjectParentPathsRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListObjectParentPathsRequest.Builder |
builder() |
String |
directoryArn()
The ARN of the directory to which the parent path applies.
|
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()
The reference that identifies the object whose parent paths are listed.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListObjectParentPathsRequest.Builder> |
serializableBuilderClass() |
ListObjectParentPathsRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String directoryArn()
The ARN of the directory to which the parent path applies.
public final ObjectReference objectReference()
The reference that identifies the object whose parent paths are listed.
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 ListObjectParentPathsRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListObjectParentPathsRequest.Builder,ListObjectParentPathsRequest>toBuilder in class CloudDirectoryRequestpublic static ListObjectParentPathsRequest.Builder builder()
public static Class<? extends ListObjectParentPathsRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2022. All rights reserved.