|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.services.securitytoken.model.AssumedRoleUser
public class AssumedRoleUser
The identifiers for the temporary security credentials that the operation returns.
Constructor Summary | |
---|---|
AssumedRoleUser()
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
|
java.lang.String |
getArn()
The ARN of the temporary security credentials that are returned from the AssumeRole action. |
java.lang.String |
getAssumedRoleId()
A unique identifier that contains the role ID and the role session name of the role that is being assumed. |
int |
hashCode()
|
void |
setArn(java.lang.String arn)
The ARN of the temporary security credentials that are returned from the AssumeRole action. |
void |
setAssumedRoleId(java.lang.String assumedRoleId)
A unique identifier that contains the role ID and the role session name of the role that is being assumed. |
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
AssumedRoleUser |
withArn(java.lang.String arn)
The ARN of the temporary security credentials that are returned from the AssumeRole action. |
AssumedRoleUser |
withAssumedRoleId(java.lang.String assumedRoleId)
A unique identifier that contains the role ID and the role session name of the role that is being assumed. |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public AssumedRoleUser()
Method Detail |
---|
public java.lang.String getAssumedRoleId()
Constraints:
Length: 2 - 96
Pattern: [\w+=,.@:-]*
public void setAssumedRoleId(java.lang.String assumedRoleId)
Constraints:
Length: 2 - 96
Pattern: [\w+=,.@:-]*
assumedRoleId
- A unique identifier that contains the role ID and the role session
name of the role that is being assumed. The role ID is generated by
AWS when the role is created.public AssumedRoleUser withAssumedRoleId(java.lang.String assumedRoleId)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 2 - 96
Pattern: [\w+=,.@:-]*
assumedRoleId
- A unique identifier that contains the role ID and the role session
name of the role that is being assumed. The role ID is generated by
AWS when the role is created.
public java.lang.String getArn()
Constraints:
Length: 20 - 2048
public void setArn(java.lang.String arn)
Constraints:
Length: 20 - 2048
arn
- The ARN of the temporary security credentials that are returned from
the AssumeRole action. For more information about ARNs and how
to use them in policies, see Identifiers for IAM Entities in Using
IAM.public AssumedRoleUser withArn(java.lang.String arn)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 20 - 2048
arn
- The ARN of the temporary security credentials that are returned from
the AssumeRole action. For more information about ARNs and how
to use them in policies, see Identifiers for IAM Entities in Using
IAM.
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |