public class ListRecordsRequest extends com.amazonaws.AmazonWebServiceRequest implements Serializable
ListRecords operation.| Constructor and Description |
|---|
ListRecordsRequest() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getDatasetName()
Returns the value of the DatasetName property for this object.
|
String |
getIdentityId()
Returns the value of the IdentityId property for this object.
|
String |
getIdentityPoolId()
Returns the value of the IdentityPoolId property for this object.
|
String |
getLastSyncCount()
Returns the value of the LastSyncCount property for this object.
|
String |
getMaxResults()
Returns the value of the MaxResults property for this object.
|
String |
getNextToken()
Returns the value of the NextToken property for this object.
|
String |
getSyncSessionToken()
Returns the value of the SyncSessionToken property for this object.
|
int |
hashCode() |
void |
setDatasetName(String datasetName)
Sets the value of the DatasetName property for this object.
|
void |
setIdentityId(String identityId)
Sets the value of the IdentityId property for this object.
|
void |
setIdentityPoolId(String identityPoolId)
Sets the value of the IdentityPoolId property for this object.
|
void |
setLastSyncCount(String lastSyncCount)
Sets the value of the LastSyncCount property for this object.
|
void |
setMaxResults(String maxResults)
Sets the value of the MaxResults property for this object.
|
void |
setNextToken(String nextToken)
Sets the value of the NextToken property for this object.
|
void |
setSyncSessionToken(String syncSessionToken)
Sets the value of the SyncSessionToken property for this object.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ListRecordsRequest |
withDatasetName(String datasetName)
Sets the value of the DatasetName property for this object.
|
ListRecordsRequest |
withIdentityId(String identityId)
Sets the value of the IdentityId property for this object.
|
ListRecordsRequest |
withIdentityPoolId(String identityPoolId)
Sets the value of the IdentityPoolId property for this object.
|
ListRecordsRequest |
withLastSyncCount(String lastSyncCount)
Sets the value of the LastSyncCount property for this object.
|
ListRecordsRequest |
withMaxResults(String maxResults)
Sets the value of the MaxResults property for this object.
|
ListRecordsRequest |
withNextToken(String nextToken)
Sets the value of the NextToken property for this object.
|
ListRecordsRequest |
withSyncSessionToken(String syncSessionToken)
Sets the value of the SyncSessionToken property for this object.
|
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 - The new value for the IdentityPoolId property for this object.public ListRecordsRequest 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 - The new value for the IdentityPoolId property for this object.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 - The new value for the IdentityId property for this object.public ListRecordsRequest 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 - The new value for the IdentityId property for this object.public String getDatasetName()
Constraints:
Length: 1 - 128
Pattern: [a-zA-Z0-9_.:-]+
public void setDatasetName(String datasetName)
Constraints:
Length: 1 - 128
Pattern: [a-zA-Z0-9_.:-]+
datasetName - The new value for the DatasetName property for this object.public ListRecordsRequest withDatasetName(String datasetName)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 128
Pattern: [a-zA-Z0-9_.:-]+
datasetName - The new value for the DatasetName property for this object.public String getLastSyncCount()
Constraints:
Length: 0 - 19
Pattern: \d+
public void setLastSyncCount(String lastSyncCount)
Constraints:
Length: 0 - 19
Pattern: \d+
lastSyncCount - The new value for the LastSyncCount property for this object.public ListRecordsRequest withLastSyncCount(String lastSyncCount)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 0 - 19
Pattern: \d+
lastSyncCount - The new value for the LastSyncCount property for this object.public String getNextToken()
public void setNextToken(String nextToken)
nextToken - The new value for the NextToken property for this object.public ListRecordsRequest withNextToken(String nextToken)
Returns a reference to this object so that method calls can be chained together.
nextToken - The new value for the NextToken property for this object.public String getMaxResults()
Constraints:
Length: 0 - 19
Pattern: \d+
public void setMaxResults(String maxResults)
Constraints:
Length: 0 - 19
Pattern: \d+
maxResults - The new value for the MaxResults property for this object.public ListRecordsRequest withMaxResults(String maxResults)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 0 - 19
Pattern: \d+
maxResults - The new value for the MaxResults property for this object.public String getSyncSessionToken()
public void setSyncSessionToken(String syncSessionToken)
syncSessionToken - The new value for the SyncSessionToken property for this object.public ListRecordsRequest withSyncSessionToken(String syncSessionToken)
Returns a reference to this object so that method calls can be chained together.
syncSessionToken - The new value for the SyncSessionToken property for this object.public String toString()
toString in class ObjectObject.toString()Copyright © 2015. All rights reserved.