public class UpdateUserProfileRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
UpdateUserProfileRequest() |
| Modifier and Type | Method and Description |
|---|---|
UpdateUserProfileRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(Object obj) |
Boolean |
getAllowSelfManagement()
Whether users can specify their own SSH public key through the My
Settings page.
|
String |
getIamUserArn()
The user IAM ARN.
|
String |
getSshPublicKey()
The user's new SSH public key.
|
String |
getSshUsername()
The user's SSH user name.
|
int |
hashCode() |
Boolean |
isAllowSelfManagement()
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 IAM ARN.
|
void |
setSshPublicKey(String sshPublicKey)
The user's new 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.
|
UpdateUserProfileRequest |
withAllowSelfManagement(Boolean allowSelfManagement)
Whether users can specify their own SSH public key through the My
Settings page.
|
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 SSH user name.
|
getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setIamUserArn(String iamUserArn)
The user IAM ARN.
iamUserArn - The user IAM ARN.public String getIamUserArn()
The user IAM ARN.
public UpdateUserProfileRequest withIamUserArn(String iamUserArn)
The user IAM ARN.
iamUserArn - The user IAM ARN.public void setSshUsername(String sshUsername)
The user's SSH user name. The allowable characters are [a-z], [A-Z],
[0-9], '-', and '_'. If the specified name includes other punctuation
marks, AWS OpsWorks removes them. For example, my.name will
be changed to myname. If you do not specify an SSH user
name, AWS OpsWorks generates one from the IAM user name.
sshUsername - The user's SSH user name. The allowable characters are [a-z],
[A-Z], [0-9], '-', and '_'. If the specified name includes other
punctuation marks, AWS OpsWorks removes them. For example,
my.name will be changed to myname. If
you do not specify an SSH user name, AWS OpsWorks generates one
from the IAM user name.public String getSshUsername()
The user's SSH user name. The allowable characters are [a-z], [A-Z],
[0-9], '-', and '_'. If the specified name includes other punctuation
marks, AWS OpsWorks removes them. For example, my.name will
be changed to myname. If you do not specify an SSH user
name, AWS OpsWorks generates one from the IAM user name.
my.name will be changed to myname. If
you do not specify an SSH user name, AWS OpsWorks generates one
from the IAM user name.public UpdateUserProfileRequest withSshUsername(String sshUsername)
The user's SSH user name. The allowable characters are [a-z], [A-Z],
[0-9], '-', and '_'. If the specified name includes other punctuation
marks, AWS OpsWorks removes them. For example, my.name will
be changed to myname. If you do not specify an SSH user
name, AWS OpsWorks generates one from the IAM user name.
sshUsername - The user's SSH user name. The allowable characters are [a-z],
[A-Z], [0-9], '-', and '_'. If the specified name includes other
punctuation marks, AWS OpsWorks removes them. For example,
my.name will be changed to myname. If
you do not specify an SSH user name, AWS OpsWorks generates one
from the IAM user name.public void setSshPublicKey(String sshPublicKey)
The user's new SSH public key.
sshPublicKey - The user's new SSH public key.public String getSshPublicKey()
The user's new SSH public key.
public UpdateUserProfileRequest withSshPublicKey(String sshPublicKey)
The user's new SSH public key.
sshPublicKey - The user's new SSH public key.public void setAllowSelfManagement(Boolean allowSelfManagement)
Whether users can specify their own SSH public key through the My Settings page. For more information, see Managing User Permissions.
allowSelfManagement - Whether users can specify their own SSH public key through the My
Settings page. For more information, see Managing User Permissions.public Boolean getAllowSelfManagement()
Whether users can specify their own SSH public key through the My Settings page. For more information, see Managing User Permissions.
public UpdateUserProfileRequest withAllowSelfManagement(Boolean allowSelfManagement)
Whether users can specify their own SSH public key through the My Settings page. For more information, see Managing User Permissions.
allowSelfManagement - Whether users can specify their own SSH public key through the My
Settings page. For more information, see Managing User Permissions.public Boolean isAllowSelfManagement()
Whether users can specify their own SSH public key through the My Settings page. For more information, see Managing User Permissions.
public String toString()
toString in class ObjectObject.toString()public UpdateUserProfileRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.