public class AssumeRoleWithWebIdentityRequest extends AbstractModel
Constructor and Description |
---|
AssumeRoleWithWebIdentityRequest() |
AssumeRoleWithWebIdentityRequest(AssumeRoleWithWebIdentityRequest 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 The validity period of the temporary credential in seconds.
|
String |
getProviderId()
Get Identity provider name
|
String |
getRoleArn()
Get Role access description name
|
String |
getRoleSessionName()
Get Session name
|
String |
getWebIdentityToken()
Get OIDC token issued by the IdP
|
void |
setDurationSeconds(Long DurationSeconds)
Set The validity period of the temporary credential in seconds.
|
void |
setProviderId(String ProviderId)
Set Identity provider name
|
void |
setRoleArn(String RoleArn)
Set Role access description name
|
void |
setRoleSessionName(String RoleSessionName)
Set Session name
|
void |
setWebIdentityToken(String WebIdentityToken)
Set OIDC token issued by the IdP
|
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 AssumeRoleWithWebIdentityRequest()
public AssumeRoleWithWebIdentityRequest(AssumeRoleWithWebIdentityRequest source)
public String getProviderId()
public void setProviderId(String ProviderId)
ProviderId
- Identity provider namepublic String getWebIdentityToken()
public void setWebIdentityToken(String WebIdentityToken)
WebIdentityToken
- OIDC token issued by the IdPpublic 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
- The validity period of the temporary credential in seconds. Default value: 7,200s. Maximum value: 43,200s.Copyright © 2023. All rights reserved.