public static class DynamodbEvent.DynamodbStreamRecord extends 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, setAwsRegion, setDynamodb, setEventID, setEventName, setEventName, setEventSource, setEventVersion, setUserIdentity, withAwsRegion, withDynamodb, withEventID, withEventName, withEventName, withEventSource, withEventVersion, withUserIdentity
public DynamodbStreamRecord()
public String getEventSourceARN()
public void setEventSourceARN(String eventSourceARN)
eventSourceARN
- A string containing the event source arnpublic String toString()
toString
in class Record
Object.toString()
public DynamodbEvent.DynamodbStreamRecord clone()
Copyright © 2020. All rights reserved.