@Generated(value="software.amazon.awssdk:codegen") public final class CreateUserProfileResponse extends CodeStarResponse implements ToCopyableBuilder<CreateUserProfileResponse.Builder,CreateUserProfileResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
CreateUserProfileResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static CreateUserProfileResponse.Builder |
builder() |
Instant |
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) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Instant |
lastModifiedTimestamp()
The date the user profile was last modified, in timestamp format.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends CreateUserProfileResponse.Builder> |
serializableBuilderClass() |
String |
sshPublicKey()
The SSH public key associated with the user in AWS CodeStar.
|
CreateUserProfileResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
userArn()
The Amazon Resource Name (ARN) of the user in IAM.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic 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 Instant createdTimestamp()
The date the user profile was created, in timestamp format.
public Instant lastModifiedTimestamp()
The date the user profile was last modified, in timestamp format.
public CreateUserProfileResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<CreateUserProfileResponse.Builder,CreateUserProfileResponse>toBuilder in class AwsResponsepublic static CreateUserProfileResponse.Builder builder()
public static Class<? extends CreateUserProfileResponse.Builder> serializableBuilderClass()
public int hashCode()
hashCode in class AwsResponsepublic boolean equals(Object obj)
equals in class AwsResponsepublic boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2020. All rights reserved.