@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AssumeQueueRoleForUserResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description | 
|---|
| AssumeQueueRoleForUserResult() | 
| Modifier and Type | Method and Description | 
|---|---|
| AssumeQueueRoleForUserResult | clone() | 
| boolean | equals(Object obj) | 
| AwsCredentials | getCredentials()
 The credentials for the queue role that a user has access to. | 
| int | hashCode() | 
| void | setCredentials(AwsCredentials credentials)
 The credentials for the queue role that a user has access to. | 
| String | toString()Returns a string representation of this object. | 
| AssumeQueueRoleForUserResult | withCredentials(AwsCredentials credentials)
 The credentials for the queue role that a user has access to. | 
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setCredentials(AwsCredentials credentials)
The credentials for the queue role that a user has access to.
credentials - The credentials for the queue role that a user has access to.public AwsCredentials getCredentials()
The credentials for the queue role that a user has access to.
public AssumeQueueRoleForUserResult withCredentials(AwsCredentials credentials)
The credentials for the queue role that a user has access to.
credentials - The credentials for the queue role that a user has access to.public String toString()
toString in class ObjectObject.toString()public AssumeQueueRoleForUserResult clone()