|
||||||||||
| 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.CreateQueueRequest
public class CreateQueueRequest
| Constructor Summary | |
|---|---|
CreateQueueRequest()
Default constructor for a new CreateQueueRequest object. |
|
CreateQueueRequest(String queueName)
Constructs a new CreateQueueRequest object and initializes the specified object members. |
|
| Method Summary | |
|---|---|
Integer |
getDefaultVisibilityTimeout()
The visibility timeout (in seconds) to use for the created queue. |
String |
getQueueName()
The name to use for the created queue. |
void |
setDefaultVisibilityTimeout(Integer defaultVisibilityTimeout)
The visibility timeout (in seconds) to use for the created queue. |
void |
setQueueName(String queueName)
The name to use for the created queue. |
String |
toString()
|
CreateQueueRequest |
withDefaultVisibilityTimeout(Integer defaultVisibilityTimeout)
The visibility timeout (in seconds) to use for the created queue. |
CreateQueueRequest |
withQueueName(String queueName)
The name to use for the created queue. |
| 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 CreateQueueRequest()
public CreateQueueRequest(String queueName)
queueName - The name to use for the created queue.| Method Detail |
|---|
public String getQueueName()
public void setQueueName(String queueName)
queueName - The name to use for the created queue.public CreateQueueRequest withQueueName(String queueName)
Returns a reference to this object so that method calls can be chained together.
queueName - The name to use for the created queue.
public Integer getDefaultVisibilityTimeout()
public void setDefaultVisibilityTimeout(Integer defaultVisibilityTimeout)
defaultVisibilityTimeout - The visibility timeout (in seconds) to use for the created queue.public CreateQueueRequest withDefaultVisibilityTimeout(Integer defaultVisibilityTimeout)
Returns a reference to this object so that method calls can be chained together.
defaultVisibilityTimeout - The visibility timeout (in seconds) to use for the created queue.
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||