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