|
Did this page help you?Yes No Tell us about it... |
||||||
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
Identifiers for the temporary security credentials that the AssumeRole
action returns.
Constructor Summary | |
---|---|
AssumedRoleUser()
|
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
String |
getArn()
The ARN of the temporary security credentials that are returned from the AssumeRole action. |
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(String arn)
The ARN of the temporary security credentials that are returned from the AssumeRole action. |
void |
setAssumedRoleId(String assumedRoleId)
A unique identifier that contains the role ID and the role session name of the role that is being assumed. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
AssumedRoleUser |
withArn(String arn)
The ARN of the temporary security credentials that are returned from the AssumeRole action. |
AssumedRoleUser |
withAssumedRoleId(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 String getAssumedRoleId()
Constraints:
Length: 2 - 96
Pattern: [\w+=,.@:-]*
public void setAssumedRoleId(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 was generated by
AWS when the role was created.public AssumedRoleUser withAssumedRoleId(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 was generated by
AWS when the role was created.
public String getArn()
Constraints:
Length: 20 - 2048
public void setArn(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(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 String toString()
toString
in class Object
Object.toString()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |