|
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.DeleteMessageBatchRequestEntry
public class DeleteMessageBatchRequestEntry
Delete Message Batch Request Entry
Constructor Summary | |
---|---|
DeleteMessageBatchRequestEntry()
Default constructor for a new DeleteMessageBatchRequestEntry object. |
|
DeleteMessageBatchRequestEntry(String id,
String receiptHandle)
Constructs a new DeleteMessageBatchRequestEntry object. |
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
String |
getId()
Returns the value of the Id property for this object. |
String |
getReceiptHandle()
Returns the value of the ReceiptHandle property for this object. |
int |
hashCode()
|
void |
setId(String id)
Sets the value of the Id property for this object. |
void |
setReceiptHandle(String receiptHandle)
Sets the value of the ReceiptHandle property for this object. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
DeleteMessageBatchRequestEntry |
withId(String id)
Sets the value of the Id property for this object. |
DeleteMessageBatchRequestEntry |
withReceiptHandle(String receiptHandle)
Sets the value of the ReceiptHandle property for this object. |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DeleteMessageBatchRequestEntry()
public DeleteMessageBatchRequestEntry(String id, String receiptHandle)
id
- receiptHandle
- Method Detail |
---|
public String getId()
public void setId(String id)
id
- The new value for the Id property for this object.public DeleteMessageBatchRequestEntry 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 getReceiptHandle()
public void setReceiptHandle(String receiptHandle)
receiptHandle
- The new value for the ReceiptHandle property for this object.public DeleteMessageBatchRequestEntry withReceiptHandle(String receiptHandle)
Returns a reference to this object so that method calls can be chained together.
receiptHandle
- The new value for the ReceiptHandle 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 |