@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeFolderContentsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DescribeFolderContentsRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeFolderContentsRequest |
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 |
getFolderId()
The ID of the folder.
|
String |
getInclude()
The contents to include.
|
Integer |
getLimit()
The maximum number of items to return with this call.
|
String |
getMarker()
The marker for the next set of results.
|
String |
getOrder()
The order for the contents of the folder.
|
String |
getSort()
The sorting criteria.
|
String |
getType()
The type of items.
|
int |
hashCode() |
void |
setAuthenticationToken(String authenticationToken)
Amazon WorkDocs authentication token.
|
void |
setFolderId(String folderId)
The ID of the folder.
|
void |
setInclude(String include)
The contents to include.
|
void |
setLimit(Integer limit)
The maximum number of items to return with this call.
|
void |
setMarker(String marker)
The marker for the next set of results.
|
void |
setOrder(OrderType order)
The order for the contents of the folder.
|
void |
setOrder(String order)
The order for the contents of the folder.
|
void |
setSort(ResourceSortType sort)
The sorting criteria.
|
void |
setSort(String sort)
The sorting criteria.
|
void |
setType(FolderContentType type)
The type of items.
|
void |
setType(String type)
The type of items.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
DescribeFolderContentsRequest |
withAuthenticationToken(String authenticationToken)
Amazon WorkDocs authentication token.
|
DescribeFolderContentsRequest |
withFolderId(String folderId)
The ID of the folder.
|
DescribeFolderContentsRequest |
withInclude(String include)
The contents to include.
|
DescribeFolderContentsRequest |
withLimit(Integer limit)
The maximum number of items to return with this call.
|
DescribeFolderContentsRequest |
withMarker(String marker)
The marker for the next set of results.
|
DescribeFolderContentsRequest |
withOrder(OrderType order)
The order for the contents of the folder.
|
DescribeFolderContentsRequest |
withOrder(String order)
The order for the contents of the folder.
|
DescribeFolderContentsRequest |
withSort(ResourceSortType sort)
The sorting criteria.
|
DescribeFolderContentsRequest |
withSort(String sort)
The sorting criteria.
|
DescribeFolderContentsRequest |
withType(FolderContentType type)
The type of items.
|
DescribeFolderContentsRequest |
withType(String type)
The type of items.
|
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 DescribeFolderContentsRequest 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 setFolderId(String folderId)
The ID of the folder.
folderId
- The ID of the folder.public String getFolderId()
The ID of the folder.
public DescribeFolderContentsRequest withFolderId(String folderId)
The ID of the folder.
folderId
- The ID of the folder.public void setSort(String sort)
The sorting criteria.
sort
- The sorting criteria.ResourceSortType
public String getSort()
The sorting criteria.
ResourceSortType
public DescribeFolderContentsRequest withSort(String sort)
The sorting criteria.
sort
- The sorting criteria.ResourceSortType
public void setSort(ResourceSortType sort)
The sorting criteria.
sort
- The sorting criteria.ResourceSortType
public DescribeFolderContentsRequest withSort(ResourceSortType sort)
The sorting criteria.
sort
- The sorting criteria.ResourceSortType
public void setOrder(String order)
The order for the contents of the folder.
order
- The order for the contents of the folder.OrderType
public String getOrder()
The order for the contents of the folder.
OrderType
public DescribeFolderContentsRequest withOrder(String order)
The order for the contents of the folder.
order
- The order for the contents of the folder.OrderType
public void setOrder(OrderType order)
The order for the contents of the folder.
order
- The order for the contents of the folder.OrderType
public DescribeFolderContentsRequest withOrder(OrderType order)
The order for the contents of the folder.
order
- The order for the contents of the folder.OrderType
public void setLimit(Integer limit)
The maximum number of items to return with this call.
limit
- The maximum number of items to return with this call.public Integer getLimit()
The maximum number of items to return with this call.
public DescribeFolderContentsRequest withLimit(Integer limit)
The maximum number of items to return with this call.
limit
- The maximum number of items to return with this call.public void setMarker(String marker)
The marker for the next set of results. This marker was received from a previous call.
marker
- The marker for the next set of results. This marker was received from a previous call.public String getMarker()
The marker for the next set of results. This marker was received from a previous call.
public DescribeFolderContentsRequest withMarker(String marker)
The marker for the next set of results. This marker was received from a previous call.
marker
- The marker for the next set of results. This marker was received from a previous call.public void setType(String type)
The type of items.
type
- The type of items.FolderContentType
public String getType()
The type of items.
FolderContentType
public DescribeFolderContentsRequest withType(String type)
The type of items.
type
- The type of items.FolderContentType
public void setType(FolderContentType type)
The type of items.
type
- The type of items.FolderContentType
public DescribeFolderContentsRequest withType(FolderContentType type)
The type of items.
type
- The type of items.FolderContentType
public void setInclude(String include)
The contents to include. Specify "INITIALIZED" to include initialized documents.
include
- The contents to include. Specify "INITIALIZED" to include initialized documents.public String getInclude()
The contents to include. Specify "INITIALIZED" to include initialized documents.
public DescribeFolderContentsRequest withInclude(String include)
The contents to include. Specify "INITIALIZED" to include initialized documents.
include
- The contents to include. Specify "INITIALIZED" to include initialized documents.public String toString()
toString
in class Object
Object.toString()
public DescribeFolderContentsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.