public class SNSEvent
extends java.lang.Object
| Constructor and Description |
|---|
SNSEvent() |
SNSEvent(io.vertx.core.json.JsonObject json) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<SNSEventRecord> |
getRecords() |
SNSEvent |
setRecords(java.util.List<SNSEventRecord> records) |
io.vertx.core.json.JsonObject |
toJson() |
java.lang.String |
toString() |
public SNSEvent()
public SNSEvent(io.vertx.core.json.JsonObject json)
public io.vertx.core.json.JsonObject toJson()
public java.util.List<SNSEventRecord> getRecords()
public SNSEvent setRecords(java.util.List<SNSEventRecord> records)
public java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2019. All Rights Reserved.