@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateQueueRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
UpdateQueueRequest() |
| Modifier and Type | Method and Description |
|---|---|
UpdateQueueRequest |
clone() |
boolean |
equals(Object obj) |
String |
getDescription()
The new description for the queue, if you are changing it.
|
String |
getName()
The name of the queue you are modifying.
|
String |
getStatus() |
int |
hashCode() |
void |
setDescription(String description)
The new description for the queue, if you are changing it.
|
void |
setName(String name)
The name of the queue you are modifying.
|
void |
setStatus(String status) |
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
UpdateQueueRequest |
withDescription(String description)
The new description for the queue, if you are changing it.
|
UpdateQueueRequest |
withName(String name)
The name of the queue you are modifying.
|
UpdateQueueRequest |
withStatus(QueueStatus status) |
UpdateQueueRequest |
withStatus(String status) |
addHandlerContext, copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setDescription(String description)
description - The new description for the queue, if you are changing it.public String getDescription()
public UpdateQueueRequest withDescription(String description)
description - The new description for the queue, if you are changing it.public void setName(String name)
name - The name of the queue you are modifying.public String getName()
public UpdateQueueRequest withName(String name)
name - The name of the queue you are modifying.public void setStatus(String status)
status - QueueStatuspublic String getStatus()
QueueStatuspublic UpdateQueueRequest withStatus(String status)
status - QueueStatuspublic UpdateQueueRequest withStatus(QueueStatus status)
status - QueueStatuspublic String toString()
toString in class ObjectObject.toString()public UpdateQueueRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2018. All rights reserved.