@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AssumeDecoratedRoleWithSAMLRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
AssumeDecoratedRoleWithSAMLRequest() |
Modifier and Type | Method and Description |
---|---|
AssumeDecoratedRoleWithSAMLRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Integer |
getDurationSeconds()
The time period, between 900 and 43,200 seconds, for the timeout of the temporary credentials.
|
String |
getPrincipalArn()
The Amazon Resource Name (ARN) of the SAML provider in IAM that describes the IdP.
|
String |
getRoleArn()
The role that represents an IAM principal whose scope down policy allows it to call credential vending APIs such
as
GetTemporaryTableCredentials . |
String |
getSAMLAssertion()
A SAML assertion consisting of an assertion statement for the user who needs temporary credentials.
|
int |
hashCode() |
void |
setDurationSeconds(Integer durationSeconds)
The time period, between 900 and 43,200 seconds, for the timeout of the temporary credentials.
|
void |
setPrincipalArn(String principalArn)
The Amazon Resource Name (ARN) of the SAML provider in IAM that describes the IdP.
|
void |
setRoleArn(String roleArn)
The role that represents an IAM principal whose scope down policy allows it to call credential vending APIs such
as
GetTemporaryTableCredentials . |
void |
setSAMLAssertion(String sAMLAssertion)
A SAML assertion consisting of an assertion statement for the user who needs temporary credentials.
|
String |
toString()
Returns a string representation of this object.
|
AssumeDecoratedRoleWithSAMLRequest |
withDurationSeconds(Integer durationSeconds)
The time period, between 900 and 43,200 seconds, for the timeout of the temporary credentials.
|
AssumeDecoratedRoleWithSAMLRequest |
withPrincipalArn(String principalArn)
The Amazon Resource Name (ARN) of the SAML provider in IAM that describes the IdP.
|
AssumeDecoratedRoleWithSAMLRequest |
withRoleArn(String roleArn)
The role that represents an IAM principal whose scope down policy allows it to call credential vending APIs such
as
GetTemporaryTableCredentials . |
AssumeDecoratedRoleWithSAMLRequest |
withSAMLAssertion(String sAMLAssertion)
A SAML assertion consisting of an assertion statement for the user who needs temporary credentials.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setSAMLAssertion(String sAMLAssertion)
A SAML assertion consisting of an assertion statement for the user who needs temporary credentials. This must match the SAML assertion that was issued to IAM. This must be Base64 encoded.
sAMLAssertion
- A SAML assertion consisting of an assertion statement for the user who needs temporary credentials. This
must match the SAML assertion that was issued to IAM. This must be Base64 encoded.public String getSAMLAssertion()
A SAML assertion consisting of an assertion statement for the user who needs temporary credentials. This must match the SAML assertion that was issued to IAM. This must be Base64 encoded.
public AssumeDecoratedRoleWithSAMLRequest withSAMLAssertion(String sAMLAssertion)
A SAML assertion consisting of an assertion statement for the user who needs temporary credentials. This must match the SAML assertion that was issued to IAM. This must be Base64 encoded.
sAMLAssertion
- A SAML assertion consisting of an assertion statement for the user who needs temporary credentials. This
must match the SAML assertion that was issued to IAM. This must be Base64 encoded.public void setRoleArn(String roleArn)
The role that represents an IAM principal whose scope down policy allows it to call credential vending APIs such
as GetTemporaryTableCredentials
. The caller must also have iam:PassRole permission on this role.
roleArn
- The role that represents an IAM principal whose scope down policy allows it to call credential vending
APIs such as GetTemporaryTableCredentials
. The caller must also have iam:PassRole permission
on this role.public String getRoleArn()
The role that represents an IAM principal whose scope down policy allows it to call credential vending APIs such
as GetTemporaryTableCredentials
. The caller must also have iam:PassRole permission on this role.
GetTemporaryTableCredentials
. The caller must also have iam:PassRole permission
on this role.public AssumeDecoratedRoleWithSAMLRequest withRoleArn(String roleArn)
The role that represents an IAM principal whose scope down policy allows it to call credential vending APIs such
as GetTemporaryTableCredentials
. The caller must also have iam:PassRole permission on this role.
roleArn
- The role that represents an IAM principal whose scope down policy allows it to call credential vending
APIs such as GetTemporaryTableCredentials
. The caller must also have iam:PassRole permission
on this role.public void setPrincipalArn(String principalArn)
The Amazon Resource Name (ARN) of the SAML provider in IAM that describes the IdP.
principalArn
- The Amazon Resource Name (ARN) of the SAML provider in IAM that describes the IdP.public String getPrincipalArn()
The Amazon Resource Name (ARN) of the SAML provider in IAM that describes the IdP.
public AssumeDecoratedRoleWithSAMLRequest withPrincipalArn(String principalArn)
The Amazon Resource Name (ARN) of the SAML provider in IAM that describes the IdP.
principalArn
- The Amazon Resource Name (ARN) of the SAML provider in IAM that describes the IdP.public void setDurationSeconds(Integer durationSeconds)
The time period, between 900 and 43,200 seconds, for the timeout of the temporary credentials.
durationSeconds
- The time period, between 900 and 43,200 seconds, for the timeout of the temporary credentials.public Integer getDurationSeconds()
The time period, between 900 and 43,200 seconds, for the timeout of the temporary credentials.
public AssumeDecoratedRoleWithSAMLRequest withDurationSeconds(Integer durationSeconds)
The time period, between 900 and 43,200 seconds, for the timeout of the temporary credentials.
durationSeconds
- The time period, between 900 and 43,200 seconds, for the timeout of the temporary credentials.public String toString()
toString
in class Object
Object.toString()
public AssumeDecoratedRoleWithSAMLRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()