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, withSequenceNumber
public String getKinesisSchemaVersion()
public void setKinesisSchemaVersion(String kinesisSchemaVersion)
kinesisSchemaVersion
- A string containing the schema versionpublic String toString()
toString
in class com.amazonaws.services.kinesis.model.Record
Object.toString()
public boolean equals(Object obj)
equals
in class com.amazonaws.services.kinesis.model.Record
public int hashCode()
hashCode
in class com.amazonaws.services.kinesis.model.Record
public KinesisEvent.Record clone()
clone
in class com.amazonaws.services.kinesis.model.Record
Copyright © 2019. All rights reserved.