|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.AmazonWebServiceRequest
com.amazonaws.services.sqs.model.ChangeMessageVisibilityRequest
public class ChangeMessageVisibilityRequest
Constructor Summary | |
---|---|
ChangeMessageVisibilityRequest()
Default constructor for a new ChangeMessageVisibilityRequest object. |
|
ChangeMessageVisibilityRequest(String queueUrl,
String receiptHandle,
Integer visibilityTimeout)
Constructs a new ChangeMessageVisibilityRequest object and initializes the specified object members. |
Method Summary | |
---|---|
String |
getQueueUrl()
|
String |
getReceiptHandle()
The receipt handle associated with the message whose visibility timeout the client wants to change. |
Integer |
getVisibilityTimeout()
The new value (in seconds) for the message's visibility timeout. |
void |
setQueueUrl(String queueUrl)
|
void |
setReceiptHandle(String receiptHandle)
The receipt handle associated with the message whose visibility timeout the client wants to change. |
void |
setVisibilityTimeout(Integer visibilityTimeout)
The new value (in seconds) for the message's visibility timeout. |
String |
toString()
|
ChangeMessageVisibilityRequest |
withQueueUrl(String queueUrl)
Returns a reference to this object so that method calls can be chained together. |
ChangeMessageVisibilityRequest |
withReceiptHandle(String receiptHandle)
The receipt handle associated with the message whose visibility timeout the client wants to change. |
ChangeMessageVisibilityRequest |
withVisibilityTimeout(Integer visibilityTimeout)
The new value (in seconds) for the message's visibility timeout. |
Methods inherited from class com.amazonaws.AmazonWebServiceRequest |
---|
copyPrivateRequestParameters |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ChangeMessageVisibilityRequest()
public ChangeMessageVisibilityRequest(String queueUrl, String receiptHandle, Integer visibilityTimeout)
queueUrl
- receiptHandle
- The receipt handle associated with the message
whose visibility timeout the client wants to change.visibilityTimeout
- The new value (in seconds) for the message's
visibility timeout.Method Detail |
---|
public String getQueueUrl()
public void setQueueUrl(String queueUrl)
queueUrl
- public ChangeMessageVisibilityRequest withQueueUrl(String queueUrl)
Returns a reference to this object so that method calls can be chained together.
queueUrl
-
public String getReceiptHandle()
public void setReceiptHandle(String receiptHandle)
receiptHandle
- The receipt handle associated with the message whose visibility
timeout the client wants to change.public ChangeMessageVisibilityRequest withReceiptHandle(String receiptHandle)
Returns a reference to this object so that method calls can be chained together.
receiptHandle
- The receipt handle associated with the message whose visibility
timeout the client wants to change.
public Integer getVisibilityTimeout()
public void setVisibilityTimeout(Integer visibilityTimeout)
visibilityTimeout
- The new value (in seconds) for the message's visibility timeout.public ChangeMessageVisibilityRequest withVisibilityTimeout(Integer visibilityTimeout)
Returns a reference to this object so that method calls can be chained together.
visibilityTimeout
- The new value (in seconds) for the message's visibility timeout.
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |