@Generated(value="software.amazon.awssdk:codegen") public final class CreateUserProfileRequest extends CodeStarRequest implements ToCopyableBuilder<CreateUserProfileRequest.Builder,CreateUserProfileRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
CreateUserProfileRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static CreateUserProfileRequest.Builder |
builder() |
String |
displayName()
The name that will be displayed as the friendly name for the user in AWS CodeStar.
|
String |
emailAddress()
The email address that will be 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 CreateUserProfileRequest.Builder> |
serializableBuilderClass() |
String |
sshPublicKey()
The SSH public key associated with the user in AWS CodeStar.
|
CreateUserProfileRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
userArn()
The Amazon Resource Name (ARN) of the user in IAM.
|
overrideConfigurationclone, 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 will be displayed as the friendly name for the user in AWS CodeStar.
public final String emailAddress()
The email address that will be 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 CreateUserProfileRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<CreateUserProfileRequest.Builder,CreateUserProfileRequest>toBuilder in class CodeStarRequestpublic static CreateUserProfileRequest.Builder builder()
public static Class<? extends CreateUserProfileRequest.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.