@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateRecordsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdateRecordsRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateRecordsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getClientContext()
Intended to supply a device ID that will populate the lastModifiedBy field referenced in other methods.
|
String |
getDatasetName()
A string of up to 128 characters.
|
String |
getDeviceId()
The unique ID generated for this device by Cognito.
|
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.
|
List<RecordPatch> |
getRecordPatches()
A list of patch operations.
|
String |
getSyncSessionToken()
The SyncSessionToken returned by a previous call to ListRecords for this dataset and identity.
|
int |
hashCode() |
void |
setClientContext(String clientContext)
Intended to supply a device ID that will populate the lastModifiedBy field referenced in other methods.
|
void |
setDatasetName(String datasetName)
A string of up to 128 characters.
|
void |
setDeviceId(String deviceId)
The unique ID generated for this device by Cognito.
|
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 |
setRecordPatches(Collection<RecordPatch> recordPatches)
A list of patch operations.
|
void |
setSyncSessionToken(String syncSessionToken)
The SyncSessionToken returned by a previous call to ListRecords for this dataset and identity.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
UpdateRecordsRequest |
withClientContext(String clientContext)
Intended to supply a device ID that will populate the lastModifiedBy field referenced in other methods.
|
UpdateRecordsRequest |
withDatasetName(String datasetName)
A string of up to 128 characters.
|
UpdateRecordsRequest |
withDeviceId(String deviceId)
The unique ID generated for this device by Cognito.
|
UpdateRecordsRequest |
withIdentityId(String identityId)
A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito.
|
UpdateRecordsRequest |
withIdentityPoolId(String identityPoolId)
A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito.
|
UpdateRecordsRequest |
withRecordPatches(Collection<RecordPatch> recordPatches)
A list of patch operations.
|
UpdateRecordsRequest |
withRecordPatches(RecordPatch... recordPatches)
A list of patch operations.
|
UpdateRecordsRequest |
withSyncSessionToken(String syncSessionToken)
The SyncSessionToken returned by a previous call to ListRecords for this dataset and identity.
|
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 UpdateRecordsRequest 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 UpdateRecordsRequest 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 UpdateRecordsRequest 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 setDeviceId(String deviceId)
The unique ID generated for this device by Cognito.
deviceId
- The unique ID generated for this device by Cognito.public String getDeviceId()
The unique ID generated for this device by Cognito.
public UpdateRecordsRequest withDeviceId(String deviceId)
The unique ID generated for this device by Cognito.
deviceId
- The unique ID generated for this device by Cognito.public List<RecordPatch> getRecordPatches()
public void setRecordPatches(Collection<RecordPatch> recordPatches)
recordPatches
- A list of patch operations.public UpdateRecordsRequest withRecordPatches(RecordPatch... recordPatches)
NOTE: This method appends the values to the existing list (if any). Use
setRecordPatches(java.util.Collection)
or withRecordPatches(java.util.Collection)
if you want
to override the existing values.
recordPatches
- A list of patch operations.public UpdateRecordsRequest withRecordPatches(Collection<RecordPatch> recordPatches)
recordPatches
- A list of patch operations.public void setSyncSessionToken(String syncSessionToken)
syncSessionToken
- The SyncSessionToken returned by a previous call to ListRecords for this dataset and identity.public String getSyncSessionToken()
public UpdateRecordsRequest withSyncSessionToken(String syncSessionToken)
syncSessionToken
- The SyncSessionToken returned by a previous call to ListRecords for this dataset and identity.public void setClientContext(String clientContext)
clientContext
- Intended to supply a device ID that will populate the lastModifiedBy field referenced in other methods.
The ClientContext field is not yet implemented.public String getClientContext()
public UpdateRecordsRequest withClientContext(String clientContext)
clientContext
- Intended to supply a device ID that will populate the lastModifiedBy field referenced in other methods.
The ClientContext field is not yet implemented.public String toString()
toString
in class Object
Object.toString()
public UpdateRecordsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.