Cloneable, ReadLimitInfo, ToCopyableBuilder<UpdateUserProfileRequest.Builder,UpdateUserProfileRequest>@Generated("software.amazon.awssdk:codegen") public class UpdateUserProfileRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<UpdateUserProfileRequest.Builder,UpdateUserProfileRequest>
| Modifier and Type | Class | Description |
|---|---|---|
static interface |
UpdateUserProfileRequest.Builder |
NOOP| Modifier and Type | Method | 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) |
|
int |
hashCode() |
|
static Class<? extends UpdateUserProfileRequest.Builder> |
serializableBuilderClass() |
|
String |
sshPublicKey() |
The SSH public key associated with the user in AWS CodeStar.
|
UpdateUserProfileRequest.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 name that will be displayed as the friendly name for the user in AWS CodeStar.
|
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeoutpublic String userArn()
The name that will be displayed as the friendly name for the user in AWS CodeStar.
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. 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()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<UpdateUserProfileRequest.Builder,UpdateUserProfileRequest>public static UpdateUserProfileRequest.Builder builder()
public static Class<? extends UpdateUserProfileRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.