@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateFolderRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
CreateFolderRequest() |
Modifier and Type | Method and Description |
---|---|
CreateFolderRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getAuthenticationToken()
Amazon WorkDocs authentication token.
|
String |
getName()
The name of the new folder.
|
String |
getParentFolderId()
The ID of the parent folder.
|
int |
hashCode() |
void |
setAuthenticationToken(String authenticationToken)
Amazon WorkDocs authentication token.
|
void |
setName(String name)
The name of the new folder.
|
void |
setParentFolderId(String parentFolderId)
The ID of the parent folder.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
CreateFolderRequest |
withAuthenticationToken(String authenticationToken)
Amazon WorkDocs authentication token.
|
CreateFolderRequest |
withName(String name)
The name of the new folder.
|
CreateFolderRequest |
withParentFolderId(String parentFolderId)
The ID of the parent folder.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setAuthenticationToken(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.
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 getAuthenticationToken()
Amazon WorkDocs authentication token. This field should not be set when using administrative API actions, as in accessing the API using AWS credentials.
public CreateFolderRequest withAuthenticationToken(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.
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 void setName(String name)
The name of the new folder.
name
- The name of the new folder.public String getName()
The name of the new folder.
public CreateFolderRequest withName(String name)
The name of the new folder.
name
- The name of the new folder.public void setParentFolderId(String parentFolderId)
The ID of the parent folder.
parentFolderId
- The ID of the parent folder.public String getParentFolderId()
The ID of the parent folder.
public CreateFolderRequest withParentFolderId(String parentFolderId)
The ID of the parent folder.
parentFolderId
- The ID of the parent folder.public String toString()
toString
in class Object
Object.toString()
public CreateFolderRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.