|
||||||||||
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.UpdateMyUserProfileRequest
public class UpdateMyUserProfileRequest
Container for the parameters to the UpdateMyUserProfile operation
.
Updates a user's SSH public key.
Required Permissions : To use this action, an IAM user must have self-management enabled or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions .
AWSOpsWorks.updateMyUserProfile(UpdateMyUserProfileRequest)
,
Serialized FormConstructor Summary | |
---|---|
UpdateMyUserProfileRequest()
|
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
String |
getSshPublicKey()
The user's SSH public key. |
int |
hashCode()
|
void |
setSshPublicKey(String sshPublicKey)
The user's SSH public key. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
UpdateMyUserProfileRequest |
withSshPublicKey(String sshPublicKey)
The user's SSH public key. |
Methods inherited from class com.amazonaws.AmazonWebServiceRequest |
---|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setRequestCredentials, setRequestMetricCollector, withRequestMetricCollector |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public UpdateMyUserProfileRequest()
Method Detail |
---|
public String getSshPublicKey()
public void setSshPublicKey(String sshPublicKey)
sshPublicKey
- The user's SSH public key.public UpdateMyUserProfileRequest 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 |