@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListDatasetsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description | 
|---|
| ListDatasetsRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| ListDatasetsRequest | clone()Creates a shallow clone of this object for all fields except the handler context. | 
| boolean | equals(Object obj) | 
| String | getIdentityId()A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. | 
| String | getIdentityPoolId()A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. | 
| Integer | getMaxResults()The maximum number of results to be returned. | 
| String | getNextToken()A pagination token for obtaining the next page of results. | 
| int | hashCode() | 
| void | setIdentityId(String identityId)A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. | 
| void | setIdentityPoolId(String identityPoolId)A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. | 
| void | setMaxResults(Integer maxResults)The maximum number of results to be returned. | 
| void | setNextToken(String nextToken)A pagination token for obtaining the next page of results. | 
| String | toString()Returns a string representation of this object. | 
| ListDatasetsRequest | withIdentityId(String identityId)A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. | 
| ListDatasetsRequest | withIdentityPoolId(String identityPoolId)A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. | 
| ListDatasetsRequest | withMaxResults(Integer maxResults)The maximum number of results to be returned. | 
| ListDatasetsRequest | withNextToken(String nextToken)A pagination token for obtaining the next page of results. | 
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 setIdentityPoolId(String identityPoolId)
identityPoolId - A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon
        Cognito. GUID generation is unique within a region.public String getIdentityPoolId()
public ListDatasetsRequest withIdentityPoolId(String identityPoolId)
identityPoolId - A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon
        Cognito. GUID generation is unique within a region.public void setIdentityId(String identityId)
identityId - A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon
        Cognito. GUID generation is unique within a region.public String getIdentityId()
public ListDatasetsRequest withIdentityId(String identityId)
identityId - A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon
        Cognito. GUID generation is unique within a region.public void setNextToken(String nextToken)
nextToken - A pagination token for obtaining the next page of results.public String getNextToken()
public ListDatasetsRequest withNextToken(String nextToken)
nextToken - A pagination token for obtaining the next page of results.public void setMaxResults(Integer maxResults)
maxResults - The maximum number of results to be returned.public Integer getMaxResults()
public ListDatasetsRequest withMaxResults(Integer maxResults)
maxResults - The maximum number of results to be returned.public String toString()
toString in class ObjectObject.toString()public ListDatasetsRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()