SendMessageBatchEntry

@JsonSerializable
data class SendMessageBatchEntry(val Id: String, val MessageBody: String, val DelaySeconds: Int?, val MessageAttributes: Map<String, MessageFieldsDto>?, val MessageDeduplicationId: String?, val MessageGroupId: String?, val MessageSystemAttributes: Map<String, MessageFieldsDto>?)(source)

Constructors

Link copied to clipboard
constructor(Id: String, MessageBody: String, DelaySeconds: Int?, MessageAttributes: Map<String, MessageFieldsDto>?, MessageDeduplicationId: String?, MessageGroupId: String?, MessageSystemAttributes: Map<String, MessageFieldsDto>?)
constructor(id: String, payload: String, delaySeconds: Int? = null, attributes: List<MessageAttribute>? = null, deduplicationId: String? = null, messageGroupId: String? = null, messageSystemAttributes: List<MessageSystemAttribute>? = null)

Properties

Link copied to clipboard
Link copied to clipboard
val Id: String
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard