ToCopyableBuilder<CreateUserProfileResponse.Builder,CreateUserProfileResponse>
@Generated("software.amazon.awssdk:codegen") public class CreateUserProfileResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<CreateUserProfileResponse.Builder,CreateUserProfileResponse>
Modifier and Type | Class | Description |
---|---|---|
static interface |
CreateUserProfileResponse.Builder |
Modifier and Type | Method | Description |
---|---|---|
static CreateUserProfileResponse.Builder |
builder() |
|
Date |
createdTimestamp() |
The date the user profile was created, in timestamp format.
|
String |
displayName() |
The name that is displayed as the friendly name for the user in AWS CodeStar.
|
String |
emailAddress() |
The email address that is displayed as part of the user's profile in AWS CodeStar.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
Date |
lastModifiedTimestamp() |
The date the user profile was last modified, in timestamp format.
|
static Class<? extends CreateUserProfileResponse.Builder> |
serializableBuilderClass() |
|
String |
sshPublicKey() |
The SSH public key associated with the user in AWS CodeStar.
|
CreateUserProfileResponse.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
|
String |
userArn() |
The Amazon Resource Name (ARN) of the user in IAM.
|
setSdkHttpMetadata, setSdkResponseMetadata
public String userArn()
The Amazon Resource Name (ARN) of the user in IAM.
public String displayName()
The name that is displayed as the friendly name for the user in AWS CodeStar.
public String emailAddress()
The email address that is displayed as part of the user's profile in AWS CodeStar.
public 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.
public Date createdTimestamp()
The date the user profile was created, in timestamp format.
public Date lastModifiedTimestamp()
The date the user profile was last modified, in timestamp format.
public CreateUserProfileResponse.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<CreateUserProfileResponse.Builder,CreateUserProfileResponse>
public static CreateUserProfileResponse.Builder builder()
public static Class<? extends CreateUserProfileResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.