Cloneable
, ReadLimitInfo
, ToCopyableBuilder<GetFolderPathRequest.Builder,GetFolderPathRequest>
@Generated("software.amazon.awssdk:codegen") public class GetFolderPathRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<GetFolderPathRequest.Builder,GetFolderPathRequest>
Modifier and Type | Class | Description |
---|---|---|
static interface |
GetFolderPathRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
String |
authenticationToken() |
Amazon WorkDocs authentication token.
|
static GetFolderPathRequest.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
String |
fields() |
A comma-separated list of values.
|
String |
folderId() |
The ID of the folder.
|
int |
hashCode() |
|
Integer |
limit() |
The maximum number of levels in the hierarchy to return.
|
String |
marker() |
This value is not supported.
|
static Class<? extends GetFolderPathRequest.Builder> |
serializableBuilderClass() |
|
GetFolderPathRequest.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 authenticationToken()
Amazon WorkDocs authentication token. This field should not be set when using administrative API actions, as in accessing the API using AWS credentials.
public String folderId()
The ID of the folder.
public Integer limit()
The maximum number of levels in the hierarchy to return.
public String fields()
A comma-separated list of values. Specify "NAME" to include the names of the parent folders.
public String marker()
This value is not supported.
public GetFolderPathRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<GetFolderPathRequest.Builder,GetFolderPathRequest>
public static GetFolderPathRequest.Builder builder()
public static Class<? extends GetFolderPathRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.