|
Did this page help you?Yes No Tell us about it... |
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.services.sqs.model.SendMessageBatchRequestEntry
public class SendMessageBatchRequestEntry
Send Message Batch Request Entry
Constructor Summary | |
---|---|
SendMessageBatchRequestEntry()
Default constructor for a new SendMessageBatchRequestEntry object. |
|
SendMessageBatchRequestEntry(String id,
String messageBody)
Constructs a new SendMessageBatchRequestEntry object. |
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
Integer |
getDelaySeconds()
Returns the value of the DelaySeconds property for this object. |
String |
getId()
Returns the value of the Id property for this object. |
String |
getMessageBody()
Returns the value of the MessageBody property for this object. |
int |
hashCode()
|
void |
setDelaySeconds(Integer delaySeconds)
Sets the value of the DelaySeconds property for this object. |
void |
setId(String id)
Sets the value of the Id property for this object. |
void |
setMessageBody(String messageBody)
Sets the value of the MessageBody property for this object. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
SendMessageBatchRequestEntry |
withDelaySeconds(Integer delaySeconds)
Sets the value of the DelaySeconds property for this object. |
SendMessageBatchRequestEntry |
withId(String id)
Sets the value of the Id property for this object. |
SendMessageBatchRequestEntry |
withMessageBody(String messageBody)
Sets the value of the MessageBody property for this object. |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public SendMessageBatchRequestEntry()
public SendMessageBatchRequestEntry(String id, String messageBody)
id
- messageBody
- Method Detail |
---|
public String getId()
public void setId(String id)
id
- The new value for the Id property for this object.public SendMessageBatchRequestEntry withId(String id)
Returns a reference to this object so that method calls can be chained together.
id
- The new value for the Id property for this object.
public String getMessageBody()
public void setMessageBody(String messageBody)
messageBody
- The new value for the MessageBody property for this object.public SendMessageBatchRequestEntry withMessageBody(String messageBody)
Returns a reference to this object so that method calls can be chained together.
messageBody
- The new value for the MessageBody property for this object.
public Integer getDelaySeconds()
public void setDelaySeconds(Integer delaySeconds)
delaySeconds
- The new value for the DelaySeconds property for this object.public SendMessageBatchRequestEntry withDelaySeconds(Integer delaySeconds)
Returns a reference to this object so that method calls can be chained together.
delaySeconds
- The new value for the DelaySeconds property for this object.
public String toString()
toString
in class Object
Object.toString()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |