public static class KinesisEvent.Record
extends com.amazonaws.services.kinesis.model.Record
| Constructor and Description |
|---|
Record()
default constructor
(Not available in v1)
|
| Modifier and Type | Method and Description |
|---|---|
KinesisEvent.Record |
clone() |
boolean |
equals(Object obj) |
String |
getKinesisSchemaVersion()
Gets the schema version for the record
|
int |
hashCode() |
void |
setKinesisSchemaVersion(String kinesisSchemaVersion)
Sets the schema version for the record
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
getApproximateArrivalTimestamp, getData, getEncryptionType, getPartitionKey, getSequenceNumber, marshall, setApproximateArrivalTimestamp, setData, setEncryptionType, setEncryptionType, setPartitionKey, setSequenceNumber, withApproximateArrivalTimestamp, withData, withEncryptionType, withEncryptionType, withPartitionKey, withSequenceNumberpublic String getKinesisSchemaVersion()
public void setKinesisSchemaVersion(String kinesisSchemaVersion)
kinesisSchemaVersion - A string containing the schema versionpublic String toString()
toString in class com.amazonaws.services.kinesis.model.RecordObject.toString()public boolean equals(Object obj)
equals in class com.amazonaws.services.kinesis.model.Recordpublic int hashCode()
hashCode in class com.amazonaws.services.kinesis.model.Recordpublic KinesisEvent.Record clone()
clone in class com.amazonaws.services.kinesis.model.RecordCopyright © 2019. All rights reserved.