public class AssumeRoleWithSAMLRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| AssumeRoleWithSAMLRequest() | 
| AssumeRoleWithSAMLRequest(AssumeRoleWithSAMLRequest 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 | 
|---|---|
| Long | getDurationSeconds()Get 指定临时访问凭证的有效期,单位:秒,默认 7200 秒,最长可设定有效期为 43200 秒 | 
| String | getPrincipalArn()Get 扮演者访问描述名 | 
| String | getRoleArn()Get 角色访问描述名 | 
| String | getRoleSessionName()Get 会话名称 | 
| String | getSAMLAssertion()Get base64 编码的 SAML 断言信息 | 
| void | setDurationSeconds(Long DurationSeconds)Set 指定临时访问凭证的有效期,单位:秒,默认 7200 秒,最长可设定有效期为 43200 秒 | 
| void | setPrincipalArn(String PrincipalArn)Set 扮演者访问描述名 | 
| void | setRoleArn(String RoleArn)Set 角色访问描述名 | 
| void | setRoleSessionName(String RoleSessionName)Set 会话名称 | 
| void | setSAMLAssertion(String SAMLAssertion)Set base64 编码的 SAML 断言信息 | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic AssumeRoleWithSAMLRequest()
public AssumeRoleWithSAMLRequest(AssumeRoleWithSAMLRequest source)
public String getSAMLAssertion()
public void setSAMLAssertion(String SAMLAssertion)
SAMLAssertion - base64 编码的 SAML 断言信息public String getPrincipalArn()
public void setPrincipalArn(String PrincipalArn)
PrincipalArn - 扮演者访问描述名public String getRoleArn()
public void setRoleArn(String RoleArn)
RoleArn - 角色访问描述名public String getRoleSessionName()
public void setRoleSessionName(String RoleSessionName)
RoleSessionName - 会话名称public Long getDurationSeconds()
public void setDurationSeconds(Long DurationSeconds)
DurationSeconds - 指定临时访问凭证的有效期,单位:秒,默认 7200 秒,最长可设定有效期为 43200 秒Copyright © 2025. All rights reserved.