@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteQueueRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DeleteQueueRequest() |
Modifier and Type | Method and Description |
---|---|
DeleteQueueRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getFarmId()
The ID of the farm from which to remove the queue.
|
String |
getQueueId()
The queue ID of the queue to delete.
|
int |
hashCode() |
void |
setFarmId(String farmId)
The ID of the farm from which to remove the queue.
|
void |
setQueueId(String queueId)
The queue ID of the queue to delete.
|
String |
toString()
Returns a string representation of this object.
|
DeleteQueueRequest |
withFarmId(String farmId)
The ID of the farm from which to remove the queue.
|
DeleteQueueRequest |
withQueueId(String queueId)
The queue ID of the queue to delete.
|
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 setFarmId(String farmId)
The ID of the farm from which to remove the queue.
farmId
- The ID of the farm from which to remove the queue.public String getFarmId()
The ID of the farm from which to remove the queue.
public DeleteQueueRequest withFarmId(String farmId)
The ID of the farm from which to remove the queue.
farmId
- The ID of the farm from which to remove the queue.public void setQueueId(String queueId)
The queue ID of the queue to delete.
queueId
- The queue ID of the queue to delete.public String getQueueId()
The queue ID of the queue to delete.
public DeleteQueueRequest withQueueId(String queueId)
The queue ID of the queue to delete.
queueId
- The queue ID of the queue to delete.public String toString()
toString
in class Object
Object.toString()
public DeleteQueueRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()