public class UpdateRecordsRequest extends AmazonWebServiceRequest implements java.io.Serializable
UpdateRecords operation.| Constructor and Description |
|---|
UpdateRecordsRequest() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getClientContext()
Returns the value of the ClientContext property for this object.
|
java.lang.String |
getDatasetName()
Returns the value of the DatasetName property for this object.
|
java.lang.String |
getDeviceId()
Returns the value of the DeviceId property for this object.
|
java.lang.String |
getIdentityId()
Returns the value of the IdentityId property for this object.
|
java.lang.String |
getIdentityPoolId()
Returns the value of the IdentityPoolId property for this object.
|
java.util.List<RecordPatch> |
getRecordPatches()
Returns the value of the RecordPatches property for this object.
|
java.lang.String |
getSyncSessionToken()
Returns the value of the SyncSessionToken property for this object.
|
int |
hashCode() |
void |
setClientContext(java.lang.String clientContext)
Sets the value of the ClientContext property for this object.
|
void |
setDatasetName(java.lang.String datasetName)
Sets the value of the DatasetName property for this object.
|
void |
setDeviceId(java.lang.String deviceId)
Sets the value of the DeviceId property for this object.
|
void |
setIdentityId(java.lang.String identityId)
Sets the value of the IdentityId property for this object.
|
void |
setIdentityPoolId(java.lang.String identityPoolId)
Sets the value of the IdentityPoolId property for this object.
|
void |
setRecordPatches(java.util.Collection<RecordPatch> recordPatches)
Sets the value of the RecordPatches property for this object.
|
void |
setSyncSessionToken(java.lang.String syncSessionToken)
Sets the value of the SyncSessionToken property for this object.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
UpdateRecordsRequest |
withClientContext(java.lang.String clientContext)
Sets the value of the ClientContext property for this object.
|
UpdateRecordsRequest |
withDatasetName(java.lang.String datasetName)
Sets the value of the DatasetName property for this object.
|
UpdateRecordsRequest |
withDeviceId(java.lang.String deviceId)
Sets the value of the DeviceId property for this object.
|
UpdateRecordsRequest |
withIdentityId(java.lang.String identityId)
Sets the value of the IdentityId property for this object.
|
UpdateRecordsRequest |
withIdentityPoolId(java.lang.String identityPoolId)
Sets the value of the IdentityPoolId property for this object.
|
UpdateRecordsRequest |
withRecordPatches(java.util.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(java.lang.String syncSessionToken)
Sets the value of the SyncSessionToken property for this object.
|
copyPrivateRequestParameters, getDelegationToken, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setDelegationToken, setRequestCredentials, setRequestMetricCollector, withRequestMetricCollectorpublic java.lang.String getIdentityPoolId()
Constraints:
Length: 1 - 50
Pattern: [\w-]+:[0-9a-f-]+
public void setIdentityPoolId(java.lang.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(java.lang.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 java.lang.String getIdentityId()
Constraints:
Length: 1 - 50
Pattern: [\w-]+:[0-9a-f-]+
public void setIdentityId(java.lang.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(java.lang.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 java.lang.String getDatasetName()
Constraints:
Length: 1 - 128
Pattern: [a-zA-Z0-9_.:-]+
public void setDatasetName(java.lang.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(java.lang.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 java.lang.String getDeviceId()
Constraints:
Length: 1 - 256
public void setDeviceId(java.lang.String deviceId)
Constraints:
Length: 1 - 256
deviceId - The new value for the DeviceId property for this object.public UpdateRecordsRequest withDeviceId(java.lang.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 java.util.List<RecordPatch> getRecordPatches()
public void setRecordPatches(java.util.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(java.util.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 java.lang.String getSyncSessionToken()
public void setSyncSessionToken(java.lang.String syncSessionToken)
syncSessionToken - The new value for the SyncSessionToken property for this object.public UpdateRecordsRequest withSyncSessionToken(java.lang.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 java.lang.String getClientContext()
public void setClientContext(java.lang.String clientContext)
clientContext - The new value for the ClientContext property for this object.public UpdateRecordsRequest withClientContext(java.lang.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 java.lang.String toString()
toString in class java.lang.ObjectObject.toString()public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object