SendMessageBatchEntry
constructor(Id: String, MessageBody: String, DelaySeconds: Int?, MessageAttributes: Map<String, MessageFieldsDto>?, MessageDeduplicationId: String?, MessageGroupId: String?, MessageSystemAttributes: Map<String, MessageFieldsDto>? = null)(source)
constructor(id: String, payload: String, delaySeconds: Int? = null, attributes: List<MessageAttribute>? = null, deduplicationId: String? = null, messageGroupId: String? = null, messageSystemAttributes: List<MessageSystemAttribute>? = null)(source)
constructor(Id: String, MessageBody: String, DelaySeconds: Int?, MessageAttributes: Map<String, MessageFieldsDto>?, MessageDeduplicationId: String?, MessageGroupId: String?)(source)
Retained for binary compatibility. Not hidden, unlike the others: this is the only arity which tells the two six-argument forms below apart, so hiding it would make a call passing nulls positionally ambiguous rather than merely deprecated.