|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.services.securitytoken.model.FederatedUser
public class FederatedUser
Identifiers for the federated user that is associated with the credentials.
Constructor Summary | |
---|---|
FederatedUser()
Default constructor for a new FederatedUser object. |
|
FederatedUser(java.lang.String federatedUserId,
java.lang.String arn)
Constructs a new FederatedUser object. |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
|
java.lang.String |
getArn()
The ARN that specifies the federated user that is associated with the credentials. |
java.lang.String |
getFederatedUserId()
The string that identifies the federated user associated with the credentials, similar to the unique ID of an IAM user. |
int |
hashCode()
|
void |
setArn(java.lang.String arn)
The ARN that specifies the federated user that is associated with the credentials. |
void |
setFederatedUserId(java.lang.String federatedUserId)
The string that identifies the federated user associated with the credentials, similar to the unique ID of an IAM user. |
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
FederatedUser |
withArn(java.lang.String arn)
The ARN that specifies the federated user that is associated with the credentials. |
FederatedUser |
withFederatedUserId(java.lang.String federatedUserId)
The string that identifies the federated user associated with the credentials, similar to the unique ID of an IAM user. |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public FederatedUser()
public FederatedUser(java.lang.String federatedUserId, java.lang.String arn)
federatedUserId
- The string that identifies the federated user
associated with the credentials, similar to the unique ID of an IAM
user.arn
- The ARN that specifies the federated user that is
associated with the credentials. For more information about ARNs and
how to use them in policies, see Identifiers for IAM Entities in Using IAM.Method Detail |
---|
public java.lang.String getFederatedUserId()
Constraints:
Length: 2 - 96
Pattern: [\w+=,.@\:-]*
public void setFederatedUserId(java.lang.String federatedUserId)
Constraints:
Length: 2 - 96
Pattern: [\w+=,.@\:-]*
federatedUserId
- The string that identifies the federated user associated with the
credentials, similar to the unique ID of an IAM user.public FederatedUser withFederatedUserId(java.lang.String federatedUserId)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 2 - 96
Pattern: [\w+=,.@\:-]*
federatedUserId
- The string that identifies the federated user associated with the
credentials, similar to the unique ID of an IAM user.
public java.lang.String getArn()
Constraints:
Length: 20 - 2048
public void setArn(java.lang.String arn)
Constraints:
Length: 20 - 2048
arn
- The ARN that specifies the federated user that is associated with the
credentials. For more information about ARNs and how to use them in
policies, see Identifiers for IAM Entities in Using IAM.public FederatedUser 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 that specifies the federated user that is associated with the
credentials. 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 |