@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetResourcesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description | 
|---|
| GetResourcesRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| GetResourcesRequest | clone()Creates a shallow clone of this object for all fields except the handler context. | 
| boolean | equals(Object obj) | 
| String | getAuthenticationToken()
 The Amazon WorkDocs authentication token. | 
| String | getCollectionType()
 The collection type. | 
| Integer | getLimit()
 The maximum number of resources to return. | 
| String | getMarker()
 The marker for the next set of results. | 
| String | getUserId()
 The user ID for the resource collection. | 
| int | hashCode() | 
| void | setAuthenticationToken(String authenticationToken)
 The Amazon WorkDocs authentication token. | 
| void | setCollectionType(String collectionType)
 The collection type. | 
| void | setLimit(Integer limit)
 The maximum number of resources to return. | 
| void | setMarker(String marker)
 The marker for the next set of results. | 
| void | setUserId(String userId)
 The user ID for the resource collection. | 
| String | toString()Returns a string representation of this object. | 
| GetResourcesRequest | withAuthenticationToken(String authenticationToken)
 The Amazon WorkDocs authentication token. | 
| GetResourcesRequest | withCollectionType(ResourceCollectionType collectionType)
 The collection type. | 
| GetResourcesRequest | withCollectionType(String collectionType)
 The collection type. | 
| GetResourcesRequest | withLimit(Integer limit)
 The maximum number of resources to return. | 
| GetResourcesRequest | withMarker(String marker)
 The marker for the next set of results. | 
| GetResourcesRequest | withUserId(String userId)
 The user ID for the resource collection. | 
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, withSdkRequestTimeoutpublic void setAuthenticationToken(String authenticationToken)
The Amazon WorkDocs authentication token. Do not set this field when using administrative API actions, as in accessing the API operation using AWS credentials.
authenticationToken - The Amazon WorkDocs authentication token. Do not set this field when using administrative API actions, as
        in accessing the API operation using AWS credentials.public String getAuthenticationToken()
The Amazon WorkDocs authentication token. Do not set this field when using administrative API actions, as in accessing the API operation using AWS credentials.
public GetResourcesRequest withAuthenticationToken(String authenticationToken)
The Amazon WorkDocs authentication token. Do not set this field when using administrative API actions, as in accessing the API operation using AWS credentials.
authenticationToken - The Amazon WorkDocs authentication token. Do not set this field when using administrative API actions, as
        in accessing the API operation using AWS credentials.public void setUserId(String userId)
The user ID for the resource collection. This is a required field for accessing the API operation using IAM credentials.
userId - The user ID for the resource collection. This is a required field for accessing the API operation using
        IAM credentials.public String getUserId()
The user ID for the resource collection. This is a required field for accessing the API operation using IAM credentials.
public GetResourcesRequest withUserId(String userId)
The user ID for the resource collection. This is a required field for accessing the API operation using IAM credentials.
userId - The user ID for the resource collection. This is a required field for accessing the API operation using
        IAM credentials.public void setCollectionType(String collectionType)
The collection type.
collectionType - The collection type.ResourceCollectionTypepublic String getCollectionType()
The collection type.
ResourceCollectionTypepublic GetResourcesRequest withCollectionType(String collectionType)
The collection type.
collectionType - The collection type.ResourceCollectionTypepublic GetResourcesRequest withCollectionType(ResourceCollectionType collectionType)
The collection type.
collectionType - The collection type.ResourceCollectionTypepublic void setLimit(Integer limit)
The maximum number of resources to return.
limit - The maximum number of resources to return.public Integer getLimit()
The maximum number of resources to return.
public GetResourcesRequest withLimit(Integer limit)
The maximum number of resources to return.
limit - The maximum number of resources to return.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 GetResourcesRequest 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 String toString()
toString in class ObjectObject.toString()public GetResourcesRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.