@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AssumeQueueRoleForUserRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
AssumeQueueRoleForUserRequest() |
| Modifier and Type | Method and Description |
|---|---|
AssumeQueueRoleForUserRequest |
clone() |
boolean |
equals(Object obj) |
String |
getFarmId()
The farm ID of the queue that the user assumes the role for.
|
String |
getQueueId()
The queue ID of the queue that the user assumes the role for.
|
int |
hashCode() |
void |
setFarmId(String farmId)
The farm ID of the queue that the user assumes the role for.
|
void |
setQueueId(String queueId)
The queue ID of the queue that the user assumes the role for.
|
String |
toString()
Returns a string representation of this object.
|
AssumeQueueRoleForUserRequest |
withFarmId(String farmId)
The farm ID of the queue that the user assumes the role for.
|
AssumeQueueRoleForUserRequest |
withQueueId(String queueId)
The queue ID of the queue that the user assumes the role for.
|
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 setFarmId(String farmId)
The farm ID of the queue that the user assumes the role for.
farmId - The farm ID of the queue that the user assumes the role for.public String getFarmId()
The farm ID of the queue that the user assumes the role for.
public AssumeQueueRoleForUserRequest withFarmId(String farmId)
The farm ID of the queue that the user assumes the role for.
farmId - The farm ID of the queue that the user assumes the role for.public void setQueueId(String queueId)
The queue ID of the queue that the user assumes the role for.
queueId - The queue ID of the queue that the user assumes the role for.public String getQueueId()
The queue ID of the queue that the user assumes the role for.
public AssumeQueueRoleForUserRequest withQueueId(String queueId)
The queue ID of the queue that the user assumes the role for.
queueId - The queue ID of the queue that the user assumes the role for.public String toString()
toString in class ObjectObject.toString()public AssumeQueueRoleForUserRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2025. All rights reserved.