|
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.opsworks.model.UserProfile
public class UserProfile
Describes a user's SSH information.
Constructor Summary | |
---|---|
UserProfile()
|
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
String |
getIamUserArn()
The user IAM ARN. |
String |
getName()
The user name. |
String |
getSshPublicKey()
The user's SSH public key. |
String |
getSshUsername()
The user's SSH user name. |
int |
hashCode()
|
void |
setIamUserArn(String iamUserArn)
The user IAM ARN. |
void |
setName(String name)
The user name. |
void |
setSshPublicKey(String sshPublicKey)
The user's SSH public key. |
void |
setSshUsername(String sshUsername)
The user's SSH user name. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
UserProfile |
withIamUserArn(String iamUserArn)
The user IAM ARN. |
UserProfile |
withName(String name)
The user name. |
UserProfile |
withSshPublicKey(String sshPublicKey)
The user's SSH public key. |
UserProfile |
withSshUsername(String sshUsername)
The user's SSH user name. |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public UserProfile()
Method Detail |
---|
public String getIamUserArn()
public void setIamUserArn(String iamUserArn)
iamUserArn
- The user IAM ARN.public UserProfile withIamUserArn(String iamUserArn)
Returns a reference to this object so that method calls can be chained together.
iamUserArn
- The user IAM ARN.
public String getName()
public void setName(String name)
name
- The user name.public UserProfile withName(String name)
Returns a reference to this object so that method calls can be chained together.
name
- The user name.
public String getSshUsername()
public void setSshUsername(String sshUsername)
sshUsername
- The user's SSH user name.public UserProfile withSshUsername(String sshUsername)
Returns a reference to this object so that method calls can be chained together.
sshUsername
- The user's SSH user name.
public String getSshPublicKey()
public void setSshPublicKey(String sshPublicKey)
sshPublicKey
- The user's SSH public key.public UserProfile withSshPublicKey(String sshPublicKey)
Returns a reference to this object so that method calls can be chained together.
sshPublicKey
- The user's SSH public key.
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 |