| Constructor and Description |
|---|
SNSRecord() |
| Modifier and Type | Method and Description |
|---|---|
String |
getEventSource()
Gets the event source
|
String |
getEventSubscriptionArn()
Gets the event subscription ARN
|
String |
getEventVersion()
Gets the event version
|
SNSEvent.SNS |
getSNS()
Gets the SNS message
|
void |
setEventSource(String eventSource)
Sets the event source
|
void |
setEventSubscriptionArn(String eventSubscriptionArn)
Sets the event subscription ARN
|
void |
setEventVersion(String eventVersion)
Sets the event version
|
void |
setSns(SNSEvent.SNS sns)
Sets the SNS message
|
public SNSEvent.SNS getSNS()
public void setSns(SNSEvent.SNS sns)
sns - An SNS object representing the SNS messagepublic String getEventVersion()
public void setEventVersion(String eventVersion)
eventVersion - A string containing the event versionpublic String getEventSource()
public void setEventSource(String eventSource)
eventSource - A string containing the event sourcepublic String getEventSubscriptionArn()
public void setEventSubscriptionArn(String eventSubscriptionArn)
eventSubscriptionArn - A string containing the event subscription ARNCopyright © 2016. All rights reserved.