public class UpdateRecordsRequest extends com.amazonaws.AmazonWebServiceRequest implements Serializable
UpdateRecords operation.| Constructor and Description |
|---|
UpdateRecordsRequest() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getClientContext()
Returns the value of the ClientContext property for this object.
|
String |
getDatasetName()
Returns the value of the DatasetName property for this object.
|
String |
getDeviceId()
Returns the value of the DeviceId 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.
|
List<RecordPatch> |
getRecordPatches()
Returns the value of the RecordPatches property for this object.
|
String |
getSyncSessionToken()
Returns the value of the SyncSessionToken property for this object.
|
int |
hashCode() |
void |
setClientContext(String clientContext)
Sets the value of the ClientContext property for this object.
|
void |
setDatasetName(String datasetName)
Sets the value of the DatasetName property for this object.
|
void |
setDeviceId(String deviceId)
Sets the value of the DeviceId 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 |
setRecordPatches(Collection<RecordPatch> recordPatches)
Sets the value of the RecordPatches 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.
|
UpdateRecordsRequest |
withClientContext(String clientContext)
Sets the value of the ClientContext property for this object.
|
UpdateRecordsRequest |
withDatasetName(String datasetName)
Sets the value of the DatasetName property for this object.
|
UpdateRecordsRequest |
withDeviceId(String deviceId)
Sets the value of the DeviceId property for this object.
|
UpdateRecordsRequest |
withIdentityId(String identityId)
Sets the value of the IdentityId property for this object.
|
UpdateRecordsRequest |
withIdentityPoolId(String identityPoolId)
Sets the value of the IdentityPoolId property for this object.
|
UpdateRecordsRequest |
withRecordPatches(Collection<RecordPatch> recordPatches)
Sets the value of the RecordPatches property for this object.
|
UpdateRecordsRequest |
withRecordPatches(RecordPatch... recordPatches)
Sets the value of the RecordPatches property for this object.
|
UpdateRecordsRequest |
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 UpdateRecordsRequest 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 UpdateRecordsRequest 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 UpdateRecordsRequest 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 getDeviceId()
Constraints:
Length: 1 - 256
public void setDeviceId(String deviceId)
Constraints:
Length: 1 - 256
deviceId - The new value for the DeviceId property for this object.public UpdateRecordsRequest withDeviceId(String deviceId)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 256
deviceId - The new value for the DeviceId property for this object.public List<RecordPatch> getRecordPatches()
public void setRecordPatches(Collection<RecordPatch> recordPatches)
recordPatches - The new value for the RecordPatches property for this object.public UpdateRecordsRequest withRecordPatches(RecordPatch... recordPatches)
Returns a reference to this object so that method calls can be chained together.
recordPatches - The new value for the RecordPatches property for this object.public UpdateRecordsRequest withRecordPatches(Collection<RecordPatch> recordPatches)
Returns a reference to this object so that method calls can be chained together.
recordPatches - The new value for the RecordPatches property for this object.public String getSyncSessionToken()
public void setSyncSessionToken(String syncSessionToken)
syncSessionToken - The new value for the SyncSessionToken property for this object.public UpdateRecordsRequest 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 getClientContext()
public void setClientContext(String clientContext)
clientContext - The new value for the ClientContext property for this object.public UpdateRecordsRequest withClientContext(String clientContext)
Returns a reference to this object so that method calls can be chained together.
clientContext - The new value for the ClientContext property for this object.public String toString()
toString in class ObjectObject.toString()Copyright © 2015. All rights reserved.