|
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.ChangeMessageVisibilityBatchRequestEntry
public class ChangeMessageVisibilityBatchRequestEntry
Change Message Visibility Batch Request Entry
Constructor Summary | |
---|---|
ChangeMessageVisibilityBatchRequestEntry()
Default constructor for a new ChangeMessageVisibilityBatchRequestEntry object. |
|
ChangeMessageVisibilityBatchRequestEntry(java.lang.String id,
java.lang.String receiptHandle)
Constructs a new ChangeMessageVisibilityBatchRequestEntry object. |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
|
java.lang.String |
getId()
Returns the value of the Id property for this object. |
java.lang.String |
getReceiptHandle()
Returns the value of the ReceiptHandle property for this object. |
java.lang.Integer |
getVisibilityTimeout()
Returns the value of the VisibilityTimeout property for this object. |
int |
hashCode()
|
void |
setId(java.lang.String id)
Sets the value of the Id property for this object. |
void |
setReceiptHandle(java.lang.String receiptHandle)
Sets the value of the ReceiptHandle property for this object. |
void |
setVisibilityTimeout(java.lang.Integer visibilityTimeout)
Sets the value of the VisibilityTimeout property for this object. |
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
ChangeMessageVisibilityBatchRequestEntry |
withId(java.lang.String id)
Sets the value of the Id property for this object. |
ChangeMessageVisibilityBatchRequestEntry |
withReceiptHandle(java.lang.String receiptHandle)
Sets the value of the ReceiptHandle property for this object. |
ChangeMessageVisibilityBatchRequestEntry |
withVisibilityTimeout(java.lang.Integer visibilityTimeout)
Sets the value of the VisibilityTimeout property for this object. |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ChangeMessageVisibilityBatchRequestEntry()
public ChangeMessageVisibilityBatchRequestEntry(java.lang.String id, java.lang.String receiptHandle)
id
- receiptHandle
- Method Detail |
---|
public java.lang.String getId()
public void setId(java.lang.String id)
id
- The new value for the Id property for this object.public ChangeMessageVisibilityBatchRequestEntry withId(java.lang.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 java.lang.String getReceiptHandle()
public void setReceiptHandle(java.lang.String receiptHandle)
receiptHandle
- The new value for the ReceiptHandle property for this object.public ChangeMessageVisibilityBatchRequestEntry withReceiptHandle(java.lang.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 java.lang.Integer getVisibilityTimeout()
public void setVisibilityTimeout(java.lang.Integer visibilityTimeout)
visibilityTimeout
- The new value for the VisibilityTimeout property for this object.public ChangeMessageVisibilityBatchRequestEntry withVisibilityTimeout(java.lang.Integer visibilityTimeout)
Returns a reference to this object so that method calls can be chained together.
visibilityTimeout
- The new value for the VisibilityTimeout property for this object.
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |