@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()
Creates a shallow clone of this object for all fields except the handler context.
|
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, 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, withSdkRequestTimeout
public 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
- QueueStatus
public String getStatus()
QueueStatus
public UpdateQueueRequest withStatus(String status)
status
- QueueStatus
public UpdateQueueRequest withStatus(QueueStatus status)
status
- QueueStatus
public String toString()
toString
in class Object
Object.toString()
public UpdateQueueRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.