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