@Generated(value="software.amazon.awssdk:codegen") public final class UpdateUserProfileRequest extends CodeStarRequest implements ToCopyableBuilder<UpdateUserProfileRequest.Builder,UpdateUserProfileRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
UpdateUserProfileRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static UpdateUserProfileRequest.Builder |
builder() |
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() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends UpdateUserProfileRequest.Builder> |
serializableBuilderClass() |
String |
sshPublicKey()
The SSH public key associated with the user in AWS CodeStar.
|
UpdateUserProfileRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
userArn()
The name that will be displayed as the friendly name for the user in AWS CodeStar.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String userArn()
The name that will be displayed as the friendly name for the user in AWS CodeStar.
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. If a project owner allows the user remote access to project resources, this public key will be used along with the user's private key for SSH access.
public UpdateUserProfileRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UpdateUserProfileRequest.Builder,UpdateUserProfileRequest>toBuilder in class CodeStarRequestpublic static UpdateUserProfileRequest.Builder builder()
public static Class<? extends UpdateUserProfileRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic 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 SdkRequestCopyright © 2022. All rights reserved.