public static class DynamodbEvent.DynamodbStreamRecord
extends com.amazonaws.services.dynamodbv2.model.Record
| Constructor and Description |
|---|
DynamodbStreamRecord()
default constructor
(Not available in v1)
|
| Modifier and Type | Method and Description |
|---|---|
DynamodbEvent.DynamodbStreamRecord |
clone() |
boolean |
equals(Object obj) |
String |
getEventSourceARN()
Gets the event source arn of DynamoDB
|
int |
hashCode() |
void |
setEventSourceARN(String eventSourceARN)
Sets the event source arn of DynamoDB
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
getAwsRegion, getDynamodb, getEventID, getEventName, getEventSource, getEventVersion, getUserIdentity, marshall, setAwsRegion, setDynamodb, setEventID, setEventName, setEventName, setEventSource, setEventVersion, setUserIdentity, withAwsRegion, withDynamodb, withEventID, withEventName, withEventName, withEventSource, withEventVersion, withUserIdentitypublic DynamodbStreamRecord()
public String getEventSourceARN()
public void setEventSourceARN(String eventSourceARN)
eventSourceARN - A string containing the event source arnpublic String toString()
toString in class com.amazonaws.services.dynamodbv2.model.RecordObject.toString()public boolean equals(Object obj)
equals in class com.amazonaws.services.dynamodbv2.model.Recordpublic int hashCode()
hashCode in class com.amazonaws.services.dynamodbv2.model.Recordpublic DynamodbEvent.DynamodbStreamRecord clone()
clone in class com.amazonaws.services.dynamodbv2.model.RecordCopyright © 2017. All rights reserved.