@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()
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 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, 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 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 Object
Object.toString()
public AssumeQueueRoleForUserRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()