public final class SendMessageBatchRequestEntry extends Object implements Serializable
Contains the details of a single Amazon SQS message along with a Id
.
Constructor and Description |
---|
SendMessageBatchRequestEntry(String id,
String messageBody,
Integer delaySeconds,
Map<String,MessageAttributeValue> messageAttributes) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Integer |
getDelaySeconds()
The number of seconds for which the message has to be delayed.
|
String |
getId()
An identifier for the message in this batch.
|
Map<String,MessageAttributeValue> |
getMessageAttributes()
Each message attribute consists of a Name, Type, and Value.
|
String |
getMessageBody()
Body of the message.
|
int |
hashCode() |
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
public String getId()
Id
s of a batch request need to be unique within the request.Id
s of a batch request need to be unique within the
request.public String getMessageBody()
public Integer getDelaySeconds()
public Map<String,MessageAttributeValue> getMessageAttributes()
public String toString()
toString
in class Object
Object.toString()
Copyright © 2010–2016. All rights reserved.