public class ListDatasetsRequest extends AmazonWebServiceRequest implements Serializable
ListDatasets operation
.
Lists datasets for an identity.
NOOP
Constructor and Description |
---|
ListDatasetsRequest() |
Modifier and Type | Method and Description |
---|---|
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; useful for testing and
debugging.
|
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.
|
copyPrivateRequestParameters, getGeneralProgressListener, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollector
public String getIdentityPoolId()
Constraints:
Length: 1 - 50
Pattern: [\w-]+:[0-9a-f-]+
public void setIdentityPoolId(String identityPoolId)
Constraints:
Length: 1 - 50
Pattern: [\w-]+:[0-9a-f-]+
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 ListDatasetsRequest withIdentityPoolId(String identityPoolId)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 50
Pattern: [\w-]+:[0-9a-f-]+
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 getIdentityId()
Constraints:
Length: 1 - 50
Pattern: [\w-]+:[0-9a-f-]+
public void setIdentityId(String identityId)
Constraints:
Length: 1 - 50
Pattern: [\w-]+:[0-9a-f-]+
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 ListDatasetsRequest withIdentityId(String identityId)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 50
Pattern: [\w-]+:[0-9a-f-]+
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 getNextToken()
public void setNextToken(String nextToken)
nextToken
- A pagination token for obtaining the next page of results.public ListDatasetsRequest withNextToken(String nextToken)
Returns a reference to this object so that method calls can be chained together.
nextToken
- A pagination token for obtaining the next page of results.public Integer getMaxResults()
Constraints:
Length: 0 - 19
Pattern: \d+
public void setMaxResults(Integer maxResults)
Constraints:
Length: 0 - 19
Pattern: \d+
maxResults
- The maximum number of results to be returned.public ListDatasetsRequest withMaxResults(Integer maxResults)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 0 - 19
Pattern: \d+
maxResults
- The maximum number of results to be returned.public String toString()
toString
in class Object
Object.toString()
Copyright © 2014. All rights reserved.