public class CreateUserProfileRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
CreateUserProfileRequest() |
| Modifier and Type | Method and Description |
|---|---|
CreateUserProfileRequest |
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's IAM ARN.
|
String |
getSshPublicKey()
The user's public SSH 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's IAM ARN.
|
void |
setSshPublicKey(String sshPublicKey)
The user's public SSH 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.
|
CreateUserProfileRequest |
withAllowSelfManagement(Boolean allowSelfManagement)
Whether users can specify their own SSH public key through the My
Settings page.
|
CreateUserProfileRequest |
withIamUserArn(String iamUserArn)
The user's IAM ARN.
|
CreateUserProfileRequest |
withSshPublicKey(String sshPublicKey)
The user's public SSH key.
|
CreateUserProfileRequest |
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's IAM ARN.
iamUserArn - The user's IAM ARN.public String getIamUserArn()
The user's IAM ARN.
public CreateUserProfileRequest withIamUserArn(String iamUserArn)
The user's IAM ARN.
iamUserArn - The user's 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 CreateUserProfileRequest 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 public SSH key.
sshPublicKey - The user's public SSH key.public String getSshPublicKey()
The user's public SSH key.
public CreateUserProfileRequest withSshPublicKey(String sshPublicKey)
The user's public SSH key.
sshPublicKey - The user's public SSH key.public void setAllowSelfManagement(Boolean allowSelfManagement)
Whether users can specify their own SSH public key through the My Settings page. For more information, see Setting an IAM User's Public SSH Key.
allowSelfManagement - Whether users can specify their own SSH public key through the My
Settings page. For more information, see Setting an IAM User's Public SSH Key.public Boolean getAllowSelfManagement()
Whether users can specify their own SSH public key through the My Settings page. For more information, see Setting an IAM User's Public SSH Key.
public CreateUserProfileRequest withAllowSelfManagement(Boolean allowSelfManagement)
Whether users can specify their own SSH public key through the My Settings page. For more information, see Setting an IAM User's Public SSH Key.
allowSelfManagement - Whether users can specify their own SSH public key through the My
Settings page. For more information, see Setting an IAM User's Public SSH Key.public Boolean isAllowSelfManagement()
Whether users can specify their own SSH public key through the My Settings page. For more information, see Setting an IAM User's Public SSH Key.
public String toString()
toString in class ObjectObject.toString()public CreateUserProfileRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.