@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeUserProfileResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeUserProfileResult() |
Modifier and Type | Method and Description |
---|---|
DescribeUserProfileResult |
clone() |
boolean |
equals(Object obj) |
Date |
getCreatedTimestamp()
The date and time when the user profile was created in AWS CodeStar, in timestamp format.
|
String |
getDisplayName()
The display name shown for the user in AWS CodeStar projects.
|
String |
getEmailAddress()
The email address for the user.
|
Date |
getLastModifiedTimestamp()
The date and time when the user profile was last modified, in timestamp format.
|
String |
getSshPublicKey()
The SSH public key associated with the user.
|
String |
getUserArn()
The Amazon Resource Name (ARN) of the user.
|
int |
hashCode() |
void |
setCreatedTimestamp(Date createdTimestamp)
The date and time when the user profile was created in AWS CodeStar, in timestamp format.
|
void |
setDisplayName(String displayName)
The display name shown for the user in AWS CodeStar projects.
|
void |
setEmailAddress(String emailAddress)
The email address for the user.
|
void |
setLastModifiedTimestamp(Date lastModifiedTimestamp)
The date and time when the user profile was last modified, in timestamp format.
|
void |
setSshPublicKey(String sshPublicKey)
The SSH public key associated with the user.
|
void |
setUserArn(String userArn)
The Amazon Resource Name (ARN) of the user.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
DescribeUserProfileResult |
withCreatedTimestamp(Date createdTimestamp)
The date and time when the user profile was created in AWS CodeStar, in timestamp format.
|
DescribeUserProfileResult |
withDisplayName(String displayName)
The display name shown for the user in AWS CodeStar projects.
|
DescribeUserProfileResult |
withEmailAddress(String emailAddress)
The email address for the user.
|
DescribeUserProfileResult |
withLastModifiedTimestamp(Date lastModifiedTimestamp)
The date and time when the user profile was last modified, in timestamp format.
|
DescribeUserProfileResult |
withSshPublicKey(String sshPublicKey)
The SSH public key associated with the user.
|
DescribeUserProfileResult |
withUserArn(String userArn)
The Amazon Resource Name (ARN) of the user.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setUserArn(String userArn)
The Amazon Resource Name (ARN) of the user.
userArn
- The Amazon Resource Name (ARN) of the user.public String getUserArn()
The Amazon Resource Name (ARN) of the user.
public DescribeUserProfileResult withUserArn(String userArn)
The Amazon Resource Name (ARN) of the user.
userArn
- The Amazon Resource Name (ARN) of the user.public void setDisplayName(String displayName)
The display name shown for the user in AWS CodeStar projects. For example, this could be set to both first and last name ("Mary Major") or a single name ("Mary"). The display name is also used to generate the initial icon associated with the user in AWS CodeStar projects. If spaces are included in the display name, the first character that appears after the space will be used as the second character in the user initial icon. The initial icon displays a maximum of two characters, so a display name with more than one space (for example "Mary Jane Major") would generate an initial icon using the first character and the first character after the space ("MJ", not "MM").
displayName
- The display name shown for the user in AWS CodeStar projects. For example, this could be set to both first
and last name ("Mary Major") or a single name ("Mary"). The display name is also used to generate the
initial icon associated with the user in AWS CodeStar projects. If spaces are included in the display
name, the first character that appears after the space will be used as the second character in the user
initial icon. The initial icon displays a maximum of two characters, so a display name with more than one
space (for example "Mary Jane Major") would generate an initial icon using the first character and the
first character after the space ("MJ", not "MM").public String getDisplayName()
The display name shown for the user in AWS CodeStar projects. For example, this could be set to both first and last name ("Mary Major") or a single name ("Mary"). The display name is also used to generate the initial icon associated with the user in AWS CodeStar projects. If spaces are included in the display name, the first character that appears after the space will be used as the second character in the user initial icon. The initial icon displays a maximum of two characters, so a display name with more than one space (for example "Mary Jane Major") would generate an initial icon using the first character and the first character after the space ("MJ", not "MM").
public DescribeUserProfileResult withDisplayName(String displayName)
The display name shown for the user in AWS CodeStar projects. For example, this could be set to both first and last name ("Mary Major") or a single name ("Mary"). The display name is also used to generate the initial icon associated with the user in AWS CodeStar projects. If spaces are included in the display name, the first character that appears after the space will be used as the second character in the user initial icon. The initial icon displays a maximum of two characters, so a display name with more than one space (for example "Mary Jane Major") would generate an initial icon using the first character and the first character after the space ("MJ", not "MM").
displayName
- The display name shown for the user in AWS CodeStar projects. For example, this could be set to both first
and last name ("Mary Major") or a single name ("Mary"). The display name is also used to generate the
initial icon associated with the user in AWS CodeStar projects. If spaces are included in the display
name, the first character that appears after the space will be used as the second character in the user
initial icon. The initial icon displays a maximum of two characters, so a display name with more than one
space (for example "Mary Jane Major") would generate an initial icon using the first character and the
first character after the space ("MJ", not "MM").public void setEmailAddress(String emailAddress)
The email address for the user. Optional.
emailAddress
- The email address for the user. Optional.public String getEmailAddress()
The email address for the user. Optional.
public DescribeUserProfileResult withEmailAddress(String emailAddress)
The email address for the user. Optional.
emailAddress
- The email address for the user. Optional.public void setSshPublicKey(String sshPublicKey)
The SSH public key associated with the user. This SSH public key is associated with the user profile, and can be used in conjunction with the associated private key for access to project resources, such as Amazon EC2 instances, if a project owner grants remote access to those resources.
sshPublicKey
- The SSH public key associated with the user. This SSH public key is associated with the user profile, and
can be used in conjunction with the associated private key for access to project resources, such as Amazon
EC2 instances, if a project owner grants remote access to those resources.public String getSshPublicKey()
The SSH public key associated with the user. This SSH public key is associated with the user profile, and can be used in conjunction with the associated private key for access to project resources, such as Amazon EC2 instances, if a project owner grants remote access to those resources.
public DescribeUserProfileResult withSshPublicKey(String sshPublicKey)
The SSH public key associated with the user. This SSH public key is associated with the user profile, and can be used in conjunction with the associated private key for access to project resources, such as Amazon EC2 instances, if a project owner grants remote access to those resources.
sshPublicKey
- The SSH public key associated with the user. This SSH public key is associated with the user profile, and
can be used in conjunction with the associated private key for access to project resources, such as Amazon
EC2 instances, if a project owner grants remote access to those resources.public void setCreatedTimestamp(Date createdTimestamp)
The date and time when the user profile was created in AWS CodeStar, in timestamp format.
createdTimestamp
- The date and time when the user profile was created in AWS CodeStar, in timestamp format.public Date getCreatedTimestamp()
The date and time when the user profile was created in AWS CodeStar, in timestamp format.
public DescribeUserProfileResult withCreatedTimestamp(Date createdTimestamp)
The date and time when the user profile was created in AWS CodeStar, in timestamp format.
createdTimestamp
- The date and time when the user profile was created in AWS CodeStar, in timestamp format.public void setLastModifiedTimestamp(Date lastModifiedTimestamp)
The date and time when the user profile was last modified, in timestamp format.
lastModifiedTimestamp
- The date and time when the user profile was last modified, in timestamp format.public Date getLastModifiedTimestamp()
The date and time when the user profile was last modified, in timestamp format.
public DescribeUserProfileResult withLastModifiedTimestamp(Date lastModifiedTimestamp)
The date and time when the user profile was last modified, in timestamp format.
lastModifiedTimestamp
- The date and time when the user profile was last modified, in timestamp format.public String toString()
toString
in class Object
Object.toString()
public DescribeUserProfileResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.