public class AssumeRoleWithSAMLResponse extends AbstractModel
header, skipSign
Constructor and Description |
---|
AssumeRoleWithSAMLResponse() |
AssumeRoleWithSAMLResponse(AssumeRoleWithSAMLResponse source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
Credentials |
getCredentials()
Get An object consists of the `Token`, `TmpSecretId`, and `TmpSecretId`
|
String |
getExpiration()
Get Credentials expiration time in UTC time in ISO 8601 format.
|
Long |
getExpiredTime()
Get Credentials expiration time.
|
String |
getRequestId()
Get The unique request ID, which is returned for each request.
|
void |
setCredentials(Credentials Credentials)
Set An object consists of the `Token`, `TmpSecretId`, and `TmpSecretId`
|
void |
setExpiration(String Expiration)
Set Credentials expiration time in UTC time in ISO 8601 format.
|
void |
setExpiredTime(Long ExpiredTime)
Set Credentials expiration time.
|
void |
setRequestId(String RequestId)
Set The unique request ID, which is returned for each request.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public AssumeRoleWithSAMLResponse()
public AssumeRoleWithSAMLResponse(AssumeRoleWithSAMLResponse source)
public Credentials getCredentials()
public void setCredentials(Credentials Credentials)
Credentials
- An object consists of the `Token`, `TmpSecretId`, and `TmpSecretId`public Long getExpiredTime()
public void setExpiredTime(Long ExpiredTime)
ExpiredTime
- Credentials expiration time. A Unix timestamp will be returned which is accurate to the secondpublic String getExpiration()
public void setExpiration(String Expiration)
Expiration
- Credentials expiration time in UTC time in ISO 8601 format.public String getRequestId()
public void setRequestId(String RequestId)
RequestId
- The unique request ID, which is returned for each request. RequestId is required for locating a problem.Copyright © 2024. All rights reserved.