public class SQSEvent extends Object implements Serializable, Cloneable
Modifier and Type | Class and Description |
---|---|
static class |
SQSEvent.MessageAttribute |
static class |
SQSEvent.SQSMessage |
Constructor and Description |
---|
SQSEvent()
Default constructor
|
Modifier and Type | Method and Description |
---|---|
SQSEvent |
clone() |
boolean |
equals(Object obj) |
List<SQSEvent.SQSMessage> |
getRecords()
Gets the list of SQS messages
|
int |
hashCode() |
void |
setRecords(List<SQSEvent.SQSMessage> records)
Sets a list of SQS messages
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
public List<SQSEvent.SQSMessage> getRecords()
public void setRecords(List<SQSEvent.SQSMessage> records)
records
- A list of SQS message objectspublic String toString()
toString
in class Object
Object.toString()
Copyright © 2025. All rights reserved.