@Generated(value="com.amazonaws:aws-java-sdk-code-generator") 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 object for all fields except the handler context.
|
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.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setIamUserArn(String iamUserArn)
The user IAM ARN. This can also be a federated user's ARN.
iamUserArn
- The user IAM ARN. This can also be a federated user's ARN.public String getIamUserArn()
The user IAM ARN. This can also be a federated user's ARN.
public UpdateUserProfileRequest withIamUserArn(String iamUserArn)
The user IAM ARN. This can also be a federated user's ARN.
iamUserArn
- The user IAM ARN. This can also be a federated user's 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 Stacks removes them. For example, my.name
will be
changed to myname
. If you do not specify an SSH user name, AWS OpsWorks Stacks 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 Stacks removes them. For example, my.name
will be changed to myname
. If you do not specify an SSH user name, AWS OpsWorks Stacks
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 Stacks removes them. For example, my.name
will be
changed to myname
. If you do not specify an SSH user name, AWS OpsWorks Stacks 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 Stacks 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 Stacks removes them. For example, my.name
will be
changed to myname
. If you do not specify an SSH user name, AWS OpsWorks Stacks 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 Stacks removes them. For example, my.name
will be changed to myname
. If you do not specify an SSH user name, AWS OpsWorks Stacks
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 Object
Object.toString()
public UpdateUserProfileRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.