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, withUserIdentity
public 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.Record
Object.toString()
public boolean equals(Object obj)
equals
in class com.amazonaws.services.dynamodbv2.model.Record
public int hashCode()
hashCode
in class com.amazonaws.services.dynamodbv2.model.Record
public DynamodbEvent.DynamodbStreamRecord clone()
clone
in class com.amazonaws.services.dynamodbv2.model.Record
Copyright © 2019. All rights reserved.