Class UserProfile
- All Implemented Interfaces:
Serializable
,Cloneable
Describes a user's SSH information.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
Whether users can specify their own SSH public key through the My Settings page.The user's IAM ARN.getName()
The user's name.The user's SSH public key.The user's SSH user name.int
hashCode()
Whether users can specify their own SSH public key through the My Settings page.void
setAllowSelfManagement
(Boolean allowSelfManagement) Whether users can specify their own SSH public key through the My Settings page.void
setIamUserArn
(String iamUserArn) The user's IAM ARN.void
The user's name.void
setSshPublicKey
(String sshPublicKey) The user's SSH public key.void
setSshUsername
(String sshUsername) The user's SSH user name.toString()
Returns a string representation of this object; useful for testing and debugging.withAllowSelfManagement
(Boolean allowSelfManagement) Whether users can specify their own SSH public key through the My Settings page.withIamUserArn
(String iamUserArn) The user's IAM ARN.The user's name.withSshPublicKey
(String sshPublicKey) The user's SSH public key.withSshUsername
(String sshUsername) The user's SSH user name.
-
Constructor Details
-
UserProfile
public UserProfile()
-
-
Method Details
-
setIamUserArn
The user's IAM ARN.
- Parameters:
iamUserArn
- The user's IAM ARN.
-
getIamUserArn
The user's IAM ARN.
- Returns:
- The user's IAM ARN.
-
withIamUserArn
The user's IAM ARN.
- Parameters:
iamUserArn
- The user's IAM ARN.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setName
The user's name.
- Parameters:
name
- The user's name.
-
getName
The user's name.
- Returns:
- The user's name.
-
withName
The user's name.
- Parameters:
name
- The user's name.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setSshUsername
The user's SSH user name.
- Parameters:
sshUsername
- The user's SSH user name.
-
getSshUsername
The user's SSH user name.
- Returns:
- The user's SSH user name.
-
withSshUsername
The user's SSH user name.
- Parameters:
sshUsername
- The user's SSH user name.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setSshPublicKey
The user's SSH public key.
- Parameters:
sshPublicKey
- The user's SSH public key.
-
getSshPublicKey
The user's SSH public key.
- Returns:
- The user's SSH public key.
-
withSshPublicKey
The user's SSH public key.
- Parameters:
sshPublicKey
- The user's SSH public key.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setAllowSelfManagement
Whether users can specify their own SSH public key through the My Settings page. For more information, see Managing User Permissions.
- Parameters:
allowSelfManagement
- Whether users can specify their own SSH public key through the My Settings page. For more information, see Managing User Permissions.
-
getAllowSelfManagement
Whether users can specify their own SSH public key through the My Settings page. For more information, see Managing User Permissions.
- Returns:
- Whether users can specify their own SSH public key through the My Settings page. For more information, see Managing User Permissions.
-
withAllowSelfManagement
Whether users can specify their own SSH public key through the My Settings page. For more information, see Managing User Permissions.
- Parameters:
allowSelfManagement
- Whether users can specify their own SSH public key through the My Settings page. For more information, see Managing User Permissions.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
isAllowSelfManagement
Whether users can specify their own SSH public key through the My Settings page. For more information, see Managing User Permissions.
- Returns:
- Whether users can specify their own SSH public key through the My Settings page. For more information, see Managing User Permissions.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-