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