@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AssumeDecoratedRoleWithSAMLResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
AssumeDecoratedRoleWithSAMLResult() |
Modifier and Type | Method and Description |
---|---|
AssumeDecoratedRoleWithSAMLResult |
clone() |
boolean |
equals(Object obj) |
String |
getAccessKeyId()
The access key ID for the temporary credentials.
|
Date |
getExpiration()
The date and time when the temporary credentials expire.
|
String |
getSecretAccessKey()
The secret key for the temporary credentials.
|
String |
getSessionToken()
The session token for the temporary credentials.
|
int |
hashCode() |
void |
setAccessKeyId(String accessKeyId)
The access key ID for the temporary credentials.
|
void |
setExpiration(Date expiration)
The date and time when the temporary credentials expire.
|
void |
setSecretAccessKey(String secretAccessKey)
The secret key for the temporary credentials.
|
void |
setSessionToken(String sessionToken)
The session token for the temporary credentials.
|
String |
toString()
Returns a string representation of this object.
|
AssumeDecoratedRoleWithSAMLResult |
withAccessKeyId(String accessKeyId)
The access key ID for the temporary credentials.
|
AssumeDecoratedRoleWithSAMLResult |
withExpiration(Date expiration)
The date and time when the temporary credentials expire.
|
AssumeDecoratedRoleWithSAMLResult |
withSecretAccessKey(String secretAccessKey)
The secret key for the temporary credentials.
|
AssumeDecoratedRoleWithSAMLResult |
withSessionToken(String sessionToken)
The session token for the temporary credentials.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setAccessKeyId(String accessKeyId)
The access key ID for the temporary credentials. (The access key consists of an access key ID and a secret key).
accessKeyId
- The access key ID for the temporary credentials. (The access key consists of an access key ID and a secret
key).public String getAccessKeyId()
The access key ID for the temporary credentials. (The access key consists of an access key ID and a secret key).
public AssumeDecoratedRoleWithSAMLResult withAccessKeyId(String accessKeyId)
The access key ID for the temporary credentials. (The access key consists of an access key ID and a secret key).
accessKeyId
- The access key ID for the temporary credentials. (The access key consists of an access key ID and a secret
key).public void setSecretAccessKey(String secretAccessKey)
The secret key for the temporary credentials. (The access key consists of an access key ID and a secret key).
secretAccessKey
- The secret key for the temporary credentials. (The access key consists of an access key ID and a secret
key).public String getSecretAccessKey()
The secret key for the temporary credentials. (The access key consists of an access key ID and a secret key).
public AssumeDecoratedRoleWithSAMLResult withSecretAccessKey(String secretAccessKey)
The secret key for the temporary credentials. (The access key consists of an access key ID and a secret key).
secretAccessKey
- The secret key for the temporary credentials. (The access key consists of an access key ID and a secret
key).public void setSessionToken(String sessionToken)
The session token for the temporary credentials.
sessionToken
- The session token for the temporary credentials.public String getSessionToken()
The session token for the temporary credentials.
public AssumeDecoratedRoleWithSAMLResult withSessionToken(String sessionToken)
The session token for the temporary credentials.
sessionToken
- The session token for the temporary credentials.public void setExpiration(Date expiration)
The date and time when the temporary credentials expire.
expiration
- The date and time when the temporary credentials expire.public Date getExpiration()
The date and time when the temporary credentials expire.
public AssumeDecoratedRoleWithSAMLResult withExpiration(Date expiration)
The date and time when the temporary credentials expire.
expiration
- The date and time when the temporary credentials expire.public String toString()
toString
in class Object
Object.toString()
public AssumeDecoratedRoleWithSAMLResult clone()