@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, withSdkRequestTimeout
public void setAuthenticationToken(String authenticationToken)
The Amazon WorkDocs authentication token. Not required when using Amazon Web Services administrator credentials to access the API.
authenticationToken
- The Amazon WorkDocs authentication token. Not required when using Amazon Web Services administrator
credentials to access the API.public String getAuthenticationToken()
The Amazon WorkDocs authentication token. Not required when using Amazon Web Services administrator credentials to access the API.
public GetResourcesRequest withAuthenticationToken(String authenticationToken)
The Amazon WorkDocs authentication token. Not required when using Amazon Web Services administrator credentials to access the API.
authenticationToken
- The Amazon WorkDocs authentication token. Not required when using Amazon Web Services administrator
credentials to access the API.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.ResourceCollectionType
public String getCollectionType()
The collection type.
ResourceCollectionType
public GetResourcesRequest withCollectionType(String collectionType)
The collection type.
collectionType
- The collection type.ResourceCollectionType
public GetResourcesRequest withCollectionType(ResourceCollectionType collectionType)
The collection type.
collectionType
- The collection type.ResourceCollectionType
public 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 Object
Object.toString()
public GetResourcesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()