@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) |
String |
getDisplayName()
The name that is displayed as the friendly name for the user in AWS CodeStar.
|
String |
getEmailAddress()
The email address that is displayed as part of the user's profile in AWS CodeStar.
|
String |
getSshPublicKey()
The SSH public key associated with the user in AWS CodeStar.
|
String |
getUserArn()
The name that will be displayed as the friendly name for the user in AWS CodeStar.
|
int |
hashCode() |
void |
setDisplayName(String displayName)
The name that is displayed as the friendly name for the user in AWS CodeStar.
|
void |
setEmailAddress(String emailAddress)
The email address that is displayed as part of the user's profile in AWS CodeStar.
|
void |
setSshPublicKey(String sshPublicKey)
The SSH public key associated with the user in AWS CodeStar.
|
void |
setUserArn(String userArn)
The name that will be displayed as the friendly name for the user in AWS CodeStar.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
UpdateUserProfileRequest |
withDisplayName(String displayName)
The name that is displayed as the friendly name for the user in AWS CodeStar.
|
UpdateUserProfileRequest |
withEmailAddress(String emailAddress)
The email address that is displayed as part of the user's profile in AWS CodeStar.
|
UpdateUserProfileRequest |
withSshPublicKey(String sshPublicKey)
The SSH public key associated with the user in AWS CodeStar.
|
UpdateUserProfileRequest |
withUserArn(String userArn)
The name that will be displayed as the friendly name for the user in AWS CodeStar.
|
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 setUserArn(String userArn)
The name that will be displayed as the friendly name for the user in AWS CodeStar.
userArn
- The name that will be displayed as the friendly name for the user in AWS CodeStar.public String getUserArn()
The name that will be displayed as the friendly name for the user in AWS CodeStar.
public UpdateUserProfileRequest withUserArn(String userArn)
The name that will be displayed as the friendly name for the user in AWS CodeStar.
userArn
- The name that will be displayed as the friendly name for the user in AWS CodeStar.public void setDisplayName(String displayName)
The name that is displayed as the friendly name for the user in AWS CodeStar.
displayName
- The name that is displayed as the friendly name for the user in AWS CodeStar.public String getDisplayName()
The name that is displayed as the friendly name for the user in AWS CodeStar.
public UpdateUserProfileRequest withDisplayName(String displayName)
The name that is displayed as the friendly name for the user in AWS CodeStar.
displayName
- The name that is displayed as the friendly name for the user in AWS CodeStar.public void setEmailAddress(String emailAddress)
The email address that is displayed as part of the user's profile in AWS CodeStar.
emailAddress
- The email address that is displayed as part of the user's profile in AWS CodeStar.public String getEmailAddress()
The email address that is displayed as part of the user's profile in AWS CodeStar.
public UpdateUserProfileRequest withEmailAddress(String emailAddress)
The email address that is displayed as part of the user's profile in AWS CodeStar.
emailAddress
- The email address that is displayed as part of the user's profile in AWS CodeStar.public void setSshPublicKey(String sshPublicKey)
The SSH public key associated with the user in AWS CodeStar. If a project owner allows the user remote access to project resources, this public key will be used along with the user's private key for SSH access.
sshPublicKey
- The SSH public key associated with the user in AWS CodeStar. If a project owner allows the user remote
access to project resources, this public key will be used along with the user's private key for SSH
access.public String getSshPublicKey()
The SSH public key associated with the user in AWS CodeStar. If a project owner allows the user remote access to project resources, this public key will be used along with the user's private key for SSH access.
public UpdateUserProfileRequest withSshPublicKey(String sshPublicKey)
The SSH public key associated with the user in AWS CodeStar. If a project owner allows the user remote access to project resources, this public key will be used along with the user's private key for SSH access.
sshPublicKey
- The SSH public key associated with the user in AWS CodeStar. If a project owner allows the user remote
access to project resources, this public key will be used along with the user's private key for SSH
access.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.