|
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.AmazonWebServiceRequest
com.amazonaws.services.opsworks.model.UpdateUserProfileRequest
public class UpdateUserProfileRequest
Container for the parameters to the UpdateUserProfile operation.
Updates a specified user profile.
AWSOpsWorks.updateUserProfile(UpdateUserProfileRequest),
Serialized Form| Constructor Summary | |
|---|---|
UpdateUserProfileRequest()
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
String |
getIamUserArn()
The user IAM ARN. |
String |
getSshPublicKey()
The user's new SSH public key. |
String |
getSshUsername()
The user's new SSH user name. |
int |
hashCode()
|
void |
setIamUserArn(String iamUserArn)
The user IAM ARN. |
void |
setSshPublicKey(String sshPublicKey)
The user's new SSH public key. |
void |
setSshUsername(String sshUsername)
The user's new SSH user name. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
UpdateUserProfileRequest |
withIamUserArn(String iamUserArn)
The user IAM ARN. |
UpdateUserProfileRequest |
withSshPublicKey(String sshPublicKey)
The user's new SSH public key. |
UpdateUserProfileRequest |
withSshUsername(String sshUsername)
The user's new SSH user name. |
| Methods inherited from class com.amazonaws.AmazonWebServiceRequest |
|---|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, setRequestCredentials |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public UpdateUserProfileRequest()
| Method Detail |
|---|
public String getIamUserArn()
public void setIamUserArn(String iamUserArn)
iamUserArn - The user IAM ARN.public UpdateUserProfileRequest withIamUserArn(String iamUserArn)
Returns a reference to this object so that method calls can be chained together.
iamUserArn - The user IAM ARN.
public String getSshUsername()
public void setSshUsername(String sshUsername)
sshUsername - The user's new SSH user name.public UpdateUserProfileRequest withSshUsername(String sshUsername)
Returns a reference to this object so that method calls can be chained together.
sshUsername - The user's new SSH user name.
public String getSshPublicKey()
public void setSshPublicKey(String sshPublicKey)
sshPublicKey - The user's new SSH public key.public UpdateUserProfileRequest withSshPublicKey(String sshPublicKey)
Returns a reference to this object so that method calls can be chained together.
sshPublicKey - The user's new SSH public key.
public String toString()
toString in class ObjectObject.toString()public int hashCode()
hashCode in class Objectpublic boolean equals(Object obj)
equals in class Object
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||