@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateUserProfileResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
CreateUserProfileResult() |
Modifier and Type | Method and Description |
---|---|
CreateUserProfileResult |
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.
|
CreateUserProfileResult |
withCreatedTimestamp(Date createdTimestamp)
The date the user profile was created, in timestamp format.
|
CreateUserProfileResult |
withDisplayName(String displayName)
The name that is displayed as the friendly name for the user in AWS CodeStar.
|
CreateUserProfileResult |
withEmailAddress(String emailAddress)
The email address that is displayed as part of the user's profile in AWS CodeStar.
|
CreateUserProfileResult |
withLastModifiedTimestamp(Date lastModifiedTimestamp)
The date the user profile was last modified, in timestamp format.
|
CreateUserProfileResult |
withSshPublicKey(String sshPublicKey)
The SSH public key associated with the user in AWS CodeStar.
|
CreateUserProfileResult |
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 CreateUserProfileResult 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 CreateUserProfileResult 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 CreateUserProfileResult 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 CreateUserProfileResult 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 CreateUserProfileResult 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 CreateUserProfileResult 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 CreateUserProfileResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.