Cloneable
, ReadLimitInfo
, ToCopyableBuilder<ListObjectParentPathsRequest.Builder,ListObjectParentPathsRequest>
@Generated("software.amazon.awssdk:codegen") public class ListObjectParentPathsRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<ListObjectParentPathsRequest.Builder,ListObjectParentPathsRequest>
Modifier and Type | Class | Description |
---|---|---|
static interface |
ListObjectParentPathsRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static ListObjectParentPathsRequest.Builder |
builder() |
|
String |
directoryArn() |
The ARN of the directory to which the parent path applies.
|
boolean |
equals(Object obj) |
|
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.
|
static Class<? extends ListObjectParentPathsRequest.Builder> |
serializableBuilderClass() |
|
ListObjectParentPathsRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout
public String directoryArn()
The ARN of the directory to which the parent path applies.
public ObjectReference objectReference()
The reference that identifies the object whose parent paths are listed.
public String nextToken()
The pagination token.
public Integer maxResults()
The maximum number of items to be retrieved in a single call. This is an approximate number.
public ListObjectParentPathsRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ListObjectParentPathsRequest.Builder,ListObjectParentPathsRequest>
public static ListObjectParentPathsRequest.Builder builder()
public static Class<? extends ListObjectParentPathsRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.