public static class KinesisEvent.KinesisEventRecord extends Object implements Serializable, Cloneable
Constructor and Description |
---|
KinesisEventRecord()
default constructor
(not available in v1)
|
Modifier and Type | Method and Description |
---|---|
KinesisEvent.KinesisEventRecord |
clone() |
boolean |
equals(Object obj) |
String |
getAwsRegion()
Gets the AWS region where the event originated
|
String |
getEventID()
Gets the event id.
|
String |
getEventName()
Gets the name of the event
|
String |
getEventSource()
Gets the source of the event
|
String |
getEventSourceARN()
Gets the ARN of the event source
|
String |
getEventVersion()
Gets the event version
|
String |
getInvokeIdentityArn()
Gets then ARN for the identity used to invoke the Lambda Function.
|
KinesisEvent.Record |
getKinesis()
Gets the underlying Kinesis record associated with the event.
|
int |
hashCode() |
void |
setAwsRegion(String awsRegion)
Sets the AWS region where the event originated
|
void |
setEventID(String eventID)
Sets the event id
|
void |
setEventName(String eventName)
Sets the name of the event
|
void |
setEventSource(String eventSource)
Sets the source of the event
|
void |
setEventSourceARN(String eventSourceARN)
Sets the ARN of the event source
|
void |
setEventVersion(String eventVersion)
Sets the event version
|
void |
setInvokeIdentityArn(String invokeIdentityArn)
Sets an ARN for the identity used to invoke the Lambda Function.
|
void |
setKinesis(KinesisEvent.Record kinesis)
Sets the underlying Kinesis record associated with the event.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
public KinesisEventRecord()
public String getEventSource()
public void setEventSource(String eventSource)
eventSource
- A string representing the event sourcepublic KinesisEvent.Record getKinesis()
public void setKinesis(KinesisEvent.Record kinesis)
kinesis
- A Kineis record object.public String getEventID()
public void setEventID(String eventID)
eventID
- A string representing the event id.public String getInvokeIdentityArn()
public void setInvokeIdentityArn(String invokeIdentityArn)
invokeIdentityArn
- A string representing the invoke identity ARNpublic String getEventName()
public void setEventName(String eventName)
eventName
- A string containing the event namepublic String getEventVersion()
public void setEventVersion(String eventVersion)
eventVersion
- A string containing the event versionpublic String getEventSourceARN()
public void setEventSourceARN(String eventSourceARN)
eventSourceARN
- A string containing the event source ARNpublic String getAwsRegion()
public void setAwsRegion(String awsRegion)
awsRegion
- A string containing the AWS regionpublic String toString()
toString
in class Object
Object.toString()
public KinesisEvent.KinesisEventRecord clone()
Copyright © 2019. All rights reserved.