@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 final String userArn()
The Amazon Resource Name (ARN) of the user in IAM.
public final String displayName()
The name that is displayed as the friendly name for the user in AWS CodeStar.
public final String emailAddress()
The email address that is displayed as part of the user's profile in AWS CodeStar.
public final 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 final Instant createdTimestamp()
The date the user profile was created, in timestamp format.
public final 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 final int hashCode()
hashCode in class AwsResponsepublic final boolean equals(Object obj)
equals in class AwsResponsepublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2021. All rights reserved.