public class AssumeRoleWithSAMLRequest extends AbstractModel
Constructor and Description |
---|
AssumeRoleWithSAMLRequest() |
Modifier and Type | Method and Description |
---|---|
Long |
getDurationSeconds()
Get Specifies the validity period of credentials in seconds.
|
String |
getPrincipalArn()
Get Principal access description name
|
String |
getRoleArn()
Get Role access description name
|
String |
getRoleSessionName()
Get Session name
|
String |
getSAMLAssertion()
Get Base64-encoded SAML assertion
|
void |
setDurationSeconds(Long DurationSeconds)
Set Specifies the validity period of credentials in seconds.
|
void |
setPrincipalArn(String PrincipalArn)
Set Principal access description name
|
void |
setRoleArn(String RoleArn)
Set Role access description name
|
void |
setRoleSessionName(String RoleSessionName)
Set Session name
|
void |
setSAMLAssertion(String SAMLAssertion)
Set Base64-encoded SAML assertion
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public String getSAMLAssertion()
public void setSAMLAssertion(String SAMLAssertion)
SAMLAssertion
- Base64-encoded SAML assertionpublic String getPrincipalArn()
public void setPrincipalArn(String PrincipalArn)
PrincipalArn
- Principal access description namepublic String getRoleArn()
public void setRoleArn(String RoleArn)
RoleArn
- Role access description namepublic String getRoleSessionName()
public void setRoleSessionName(String RoleSessionName)
RoleSessionName
- Session namepublic Long getDurationSeconds()
public void setDurationSeconds(Long DurationSeconds)
DurationSeconds
- Specifies the validity period of credentials in seconds. Default value: 7200. Maximum value: 7200Copyright © 2020. All rights reserved.