@Generated(value="software.amazon.awssdk:codegen") public final class GetFolderPathRequest extends WorkDocsRequest implements ToCopyableBuilder<GetFolderPathRequest.Builder,GetFolderPathRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
GetFolderPathRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
authenticationToken()
Amazon WorkDocs authentication token.
|
static GetFolderPathRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
fields()
A comma-separated list of values.
|
String |
folderId()
The ID of the folder.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
limit()
The maximum number of levels in the hierarchy to return.
|
String |
marker()
This value is not supported.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends GetFolderPathRequest.Builder> |
serializableBuilderClass() |
GetFolderPathRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String authenticationToken()
Amazon WorkDocs authentication token. Do not set this field 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()
toBuilder in interface ToCopyableBuilder<GetFolderPathRequest.Builder,GetFolderPathRequest>toBuilder in class WorkDocsRequestpublic static GetFolderPathRequest.Builder builder()
public static Class<? extends GetFolderPathRequest.Builder> serializableBuilderClass()
public int hashCode()
hashCode in class AwsRequestpublic boolean equals(Object obj)
equals in class AwsRequestpublic boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2020. All rights reserved.