@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListRecordsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListRecordsRequest() |
Modifier and Type | Method and Description |
---|---|
ListRecordsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getDatasetName()
A string of up to 128 characters.
|
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.
|
Long |
getLastSyncCount()
The last server sync count for this record.
|
Integer |
getMaxResults()
The maximum number of results to be returned.
|
String |
getNextToken()
A pagination token for obtaining the next page of results.
|
String |
getSyncSessionToken()
A token containing a session ID, identity ID, and expiration.
|
int |
hashCode() |
void |
setDatasetName(String datasetName)
A string of up to 128 characters.
|
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 |
setLastSyncCount(Long lastSyncCount)
The last server sync count for this record.
|
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.
|
void |
setSyncSessionToken(String syncSessionToken)
A token containing a session ID, identity ID, and expiration.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
ListRecordsRequest |
withDatasetName(String datasetName)
A string of up to 128 characters.
|
ListRecordsRequest |
withIdentityId(String identityId)
A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito.
|
ListRecordsRequest |
withIdentityPoolId(String identityPoolId)
A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito.
|
ListRecordsRequest |
withLastSyncCount(Long lastSyncCount)
The last server sync count for this record.
|
ListRecordsRequest |
withMaxResults(Integer maxResults)
The maximum number of results to be returned.
|
ListRecordsRequest |
withNextToken(String nextToken)
A pagination token for obtaining the next page of results.
|
ListRecordsRequest |
withSyncSessionToken(String syncSessionToken)
A token containing a session ID, identity ID, and expiration.
|
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 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 ListRecordsRequest 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 ListRecordsRequest 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 setDatasetName(String datasetName)
datasetName
- A string of up to 128 characters. Allowed characters are a-z, A-Z, 0-9, '_' (underscore), '-' (dash), and
'.' (dot).public String getDatasetName()
public ListRecordsRequest withDatasetName(String datasetName)
datasetName
- A string of up to 128 characters. Allowed characters are a-z, A-Z, 0-9, '_' (underscore), '-' (dash), and
'.' (dot).public void setLastSyncCount(Long lastSyncCount)
lastSyncCount
- The last server sync count for this record.public Long getLastSyncCount()
public ListRecordsRequest withLastSyncCount(Long lastSyncCount)
lastSyncCount
- The last server sync count for this record.public void setNextToken(String nextToken)
nextToken
- A pagination token for obtaining the next page of results.public String getNextToken()
public ListRecordsRequest 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 ListRecordsRequest withMaxResults(Integer maxResults)
maxResults
- The maximum number of results to be returned.public void setSyncSessionToken(String syncSessionToken)
syncSessionToken
- A token containing a session ID, identity ID, and expiration.public String getSyncSessionToken()
public ListRecordsRequest withSyncSessionToken(String syncSessionToken)
syncSessionToken
- A token containing a session ID, identity ID, and expiration.public String toString()
toString
in class Object
Object.toString()
public ListRecordsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.