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