@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateUserProfileResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
UpdateUserProfileResult() |
Modifier and Type | Method and Description |
---|---|
UpdateUserProfileResult |
clone() |
boolean |
equals(Object obj) |
Date |
getCreatedTimestamp()
The date the user profile was created, in timestamp format.
|
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.
|
Date |
getLastModifiedTimestamp()
The date the user profile was last modified, in timestamp format.
|
String |
getSshPublicKey()
The SSH public key associated with the user in AWS CodeStar.
|
String |
getUserArn()
The Amazon Resource Name (ARN) of the user in IAM.
|
int |
hashCode() |
void |
setCreatedTimestamp(Date createdTimestamp)
The date the user profile was created, in timestamp format.
|
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 |
setLastModifiedTimestamp(Date lastModifiedTimestamp)
The date the user profile was last modified, in timestamp format.
|
void |
setSshPublicKey(String sshPublicKey)
The SSH public key associated with the user in AWS CodeStar.
|
void |
setUserArn(String userArn)
The Amazon Resource Name (ARN) of the user in IAM.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
UpdateUserProfileResult |
withCreatedTimestamp(Date createdTimestamp)
The date the user profile was created, in timestamp format.
|
UpdateUserProfileResult |
withDisplayName(String displayName)
The name that is displayed as the friendly name for the user in AWS CodeStar.
|
UpdateUserProfileResult |
withEmailAddress(String emailAddress)
The email address that is displayed as part of the user's profile in AWS CodeStar.
|
UpdateUserProfileResult |
withLastModifiedTimestamp(Date lastModifiedTimestamp)
The date the user profile was last modified, in timestamp format.
|
UpdateUserProfileResult |
withSshPublicKey(String sshPublicKey)
The SSH public key associated with the user in AWS CodeStar.
|
UpdateUserProfileResult |
withUserArn(String userArn)
The Amazon Resource Name (ARN) of the user in IAM.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setUserArn(String userArn)
The Amazon Resource Name (ARN) of the user in IAM.
userArn
- The Amazon Resource Name (ARN) of the user in IAM.public String getUserArn()
The Amazon Resource Name (ARN) of the user in IAM.
public UpdateUserProfileResult withUserArn(String userArn)
The Amazon Resource Name (ARN) of the user in IAM.
userArn
- The Amazon Resource Name (ARN) of the user in IAM.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 UpdateUserProfileResult 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 UpdateUserProfileResult 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. This is the public portion of the public/private keypair the user can use to access project resources if a project owner allows the user remote access to those resources.
sshPublicKey
- The SSH public key associated with the user in AWS CodeStar. This is the public portion of the
public/private keypair the user can use to access project resources if a project owner allows the user
remote access to those resources.public String getSshPublicKey()
The SSH public key associated with the user in AWS CodeStar. This is the public portion of the public/private keypair the user can use to access project resources if a project owner allows the user remote access to those resources.
public UpdateUserProfileResult withSshPublicKey(String sshPublicKey)
The SSH public key associated with the user in AWS CodeStar. This is the public portion of the public/private keypair the user can use to access project resources if a project owner allows the user remote access to those resources.
sshPublicKey
- The SSH public key associated with the user in AWS CodeStar. This is the public portion of the
public/private keypair the user can use to access project resources if a project owner allows the user
remote access to those resources.public void setCreatedTimestamp(Date createdTimestamp)
The date the user profile was created, in timestamp format.
createdTimestamp
- The date the user profile was created, in timestamp format.public Date getCreatedTimestamp()
The date the user profile was created, in timestamp format.
public UpdateUserProfileResult withCreatedTimestamp(Date createdTimestamp)
The date the user profile was created, in timestamp format.
createdTimestamp
- The date the user profile was created, in timestamp format.public void setLastModifiedTimestamp(Date lastModifiedTimestamp)
The date the user profile was last modified, in timestamp format.
lastModifiedTimestamp
- The date the user profile was last modified, in timestamp format.public Date getLastModifiedTimestamp()
The date the user profile was last modified, in timestamp format.
public UpdateUserProfileResult withLastModifiedTimestamp(Date lastModifiedTimestamp)
The date the user profile was last modified, in timestamp format.
lastModifiedTimestamp
- The date the user profile was last modified, in timestamp format.public String toString()
toString
in class Object
Object.toString()
public UpdateUserProfileResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.