Class User
- All Implemented Interfaces:
Serializable
,Cloneable
Contains information about an IAM user entity.
This data type is used as a response element in the following actions:
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
getArn()
The Amazon Resource Name (ARN) that identifies the user.The date and time, in ISO 8601 date-time format, when the user was created.The date and time, in ISO 8601 date-time format, when the user's password was last used to sign in to an AWS website.getPath()
The path to the user.The stable and unique string identifying the user.The friendly name identifying the user.int
hashCode()
void
The Amazon Resource Name (ARN) that identifies the user.void
setCreateDate
(Date createDate) The date and time, in ISO 8601 date-time format, when the user was created.void
setPasswordLastUsed
(Date passwordLastUsed) The date and time, in ISO 8601 date-time format, when the user's password was last used to sign in to an AWS website.void
The path to the user.void
The stable and unique string identifying the user.void
setUserName
(String userName) The friendly name identifying the user.toString()
Returns a string representation of this object; useful for testing and debugging.The Amazon Resource Name (ARN) that identifies the user.withCreateDate
(Date createDate) The date and time, in ISO 8601 date-time format, when the user was created.withPasswordLastUsed
(Date passwordLastUsed) The date and time, in ISO 8601 date-time format, when the user's password was last used to sign in to an AWS website.The path to the user.withUserId
(String userId) The stable and unique string identifying the user.withUserName
(String userName) The friendly name identifying the user.
-
Constructor Details
-
User
public User()Default constructor for User object. Callers should use the setter or fluent setter (with...) methods to initialize the object after creating it. -
User
Constructs a new User object. Callers should use the setter or fluent setter (with...) methods to initialize any additional object members.- Parameters:
path
- The path to the user. For more information about paths, see IAM Identifiers in the Using IAM guide.userName
- The friendly name identifying the user.userId
- The stable and unique string identifying the user. For more information about IDs, see IAM Identifiers in the Using IAM guide.arn
- The Amazon Resource Name (ARN) that identifies the user. For more information about ARNs and how to use ARNs in policies, see IAM Identifiers in the Using IAM guide.createDate
- The date and time, in ISO 8601 date-time format, when the user was created.
-
-
Method Details
-
setPath
The path to the user. For more information about paths, see IAM Identifiers in the Using IAM guide.
- Parameters:
path
- The path to the user. For more information about paths, see IAM Identifiers in the Using IAM guide.
-
getPath
The path to the user. For more information about paths, see IAM Identifiers in the Using IAM guide.
- Returns:
- The path to the user. For more information about paths, see IAM Identifiers in the Using IAM guide.
-
withPath
The path to the user. For more information about paths, see IAM Identifiers in the Using IAM guide.
- Parameters:
path
- The path to the user. For more information about paths, see IAM Identifiers in the Using IAM guide.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setUserName
The friendly name identifying the user.
- Parameters:
userName
- The friendly name identifying the user.
-
getUserName
The friendly name identifying the user.
- Returns:
- The friendly name identifying the user.
-
withUserName
The friendly name identifying the user.
- Parameters:
userName
- The friendly name identifying the user.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setUserId
The stable and unique string identifying the user. For more information about IDs, see IAM Identifiers in the Using IAM guide.
- Parameters:
userId
- The stable and unique string identifying the user. For more information about IDs, see IAM Identifiers in the Using IAM guide.
-
getUserId
The stable and unique string identifying the user. For more information about IDs, see IAM Identifiers in the Using IAM guide.
- Returns:
- The stable and unique string identifying the user. For more information about IDs, see IAM Identifiers in the Using IAM guide.
-
withUserId
The stable and unique string identifying the user. For more information about IDs, see IAM Identifiers in the Using IAM guide.
- Parameters:
userId
- The stable and unique string identifying the user. For more information about IDs, see IAM Identifiers in the Using IAM guide.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setArn
The Amazon Resource Name (ARN) that identifies the user. For more information about ARNs and how to use ARNs in policies, see IAM Identifiers in the Using IAM guide.
- Parameters:
arn
- The Amazon Resource Name (ARN) that identifies the user. For more information about ARNs and how to use ARNs in policies, see IAM Identifiers in the Using IAM guide.
-
getArn
The Amazon Resource Name (ARN) that identifies the user. For more information about ARNs and how to use ARNs in policies, see IAM Identifiers in the Using IAM guide.
- Returns:
- The Amazon Resource Name (ARN) that identifies the user. For more information about ARNs and how to use ARNs in policies, see IAM Identifiers in the Using IAM guide.
-
withArn
The Amazon Resource Name (ARN) that identifies the user. For more information about ARNs and how to use ARNs in policies, see IAM Identifiers in the Using IAM guide.
- Parameters:
arn
- The Amazon Resource Name (ARN) that identifies the user. For more information about ARNs and how to use ARNs in policies, see IAM Identifiers in the Using IAM guide.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setCreateDate
The date and time, in ISO 8601 date-time format, when the user was created.
- Parameters:
createDate
- The date and time, in ISO 8601 date-time format, when the user was created.
-
getCreateDate
The date and time, in ISO 8601 date-time format, when the user was created.
- Returns:
- The date and time, in ISO 8601 date-time format, when the user was created.
-
withCreateDate
The date and time, in ISO 8601 date-time format, when the user was created.
- Parameters:
createDate
- The date and time, in ISO 8601 date-time format, when the user was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setPasswordLastUsed
The date and time, in ISO 8601 date-time format, when the user's password was last used to sign in to an AWS website. For a list of AWS websites that capture a user's last sign-in time, see the Credential Reports topic in the Using IAM guide. If a password is used more than once in a five-minute span, only the first use is returned in this field. This field is null (not present) when:
-
The user does not have a password
-
The password exists but has never been used (at least not since IAM started tracking this information on October 20th, 2014
-
there is no sign-in data associated with the user
This value is returned only in the GetUser and ListUsers actions.
- Parameters:
passwordLastUsed
- The date and time, in ISO 8601 date-time format, when the user's password was last used to sign in to an AWS website. For a list of AWS websites that capture a user's last sign-in time, see the Credential Reports topic in the Using IAM guide. If a password is used more than once in a five-minute span, only the first use is returned in this field. This field is null (not present) when:-
The user does not have a password
-
The password exists but has never been used (at least not since IAM started tracking this information on October 20th, 2014
-
there is no sign-in data associated with the user
This value is returned only in the GetUser and ListUsers actions.
-
-
-
getPasswordLastUsed
The date and time, in ISO 8601 date-time format, when the user's password was last used to sign in to an AWS website. For a list of AWS websites that capture a user's last sign-in time, see the Credential Reports topic in the Using IAM guide. If a password is used more than once in a five-minute span, only the first use is returned in this field. This field is null (not present) when:
-
The user does not have a password
-
The password exists but has never been used (at least not since IAM started tracking this information on October 20th, 2014
-
there is no sign-in data associated with the user
This value is returned only in the GetUser and ListUsers actions.
- Returns:
- The date and time, in ISO 8601 date-time
format, when the user's password was last used to sign in to
an AWS website. For a list of AWS websites that capture a user's
last sign-in time, see the Credential Reports topic in the Using IAM guide. If a
password is used more than once in a five-minute span, only the
first use is returned in this field. This field is null (not
present) when:
-
The user does not have a password
-
The password exists but has never been used (at least not since IAM started tracking this information on October 20th, 2014
-
there is no sign-in data associated with the user
This value is returned only in the GetUser and ListUsers actions.
-
-
-
withPasswordLastUsed
The date and time, in ISO 8601 date-time format, when the user's password was last used to sign in to an AWS website. For a list of AWS websites that capture a user's last sign-in time, see the Credential Reports topic in the Using IAM guide. If a password is used more than once in a five-minute span, only the first use is returned in this field. This field is null (not present) when:
-
The user does not have a password
-
The password exists but has never been used (at least not since IAM started tracking this information on October 20th, 2014
-
there is no sign-in data associated with the user
This value is returned only in the GetUser and ListUsers actions.
- Parameters:
passwordLastUsed
- The date and time, in ISO 8601 date-time format, when the user's password was last used to sign in to an AWS website. For a list of AWS websites that capture a user's last sign-in time, see the Credential Reports topic in the Using IAM guide. If a password is used more than once in a five-minute span, only the first use is returned in this field. This field is null (not present) when:-
The user does not have a password
-
The password exists but has never been used (at least not since IAM started tracking this information on October 20th, 2014
-
there is no sign-in data associated with the user
This value is returned only in the GetUser and ListUsers actions.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-