Cloneable
, ReadLimitInfo
, ToCopyableBuilder<UpdateFolderRequest.Builder,UpdateFolderRequest>
@Generated("software.amazon.awssdk:codegen") public class UpdateFolderRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<UpdateFolderRequest.Builder,UpdateFolderRequest>
Modifier and Type | Class | Description |
---|---|---|
static interface |
UpdateFolderRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
String |
authenticationToken() |
Amazon WorkDocs authentication token.
|
static UpdateFolderRequest.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
String |
folderId() |
The ID of the folder.
|
int |
hashCode() |
|
String |
name() |
The name of the folder.
|
String |
parentFolderId() |
The ID of the parent folder.
|
String |
resourceState() |
The resource state of the folder.
|
static Class<? extends UpdateFolderRequest.Builder> |
serializableBuilderClass() |
|
UpdateFolderRequest.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 String name()
The name of the folder.
public String parentFolderId()
The ID of the parent folder.
public String resourceState()
The resource state of the folder. Note that only ACTIVE and RECYCLED are accepted values from the API.
ResourceStateType
public UpdateFolderRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<UpdateFolderRequest.Builder,UpdateFolderRequest>
public static UpdateFolderRequest.Builder builder()
public static Class<? extends UpdateFolderRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.