@Generated(value="software.amazon.awssdk:codegen") public final class UserProfileSummary extends Object implements StructuredPojo, ToCopyableBuilder<UserProfileSummary.Builder,UserProfileSummary>
Information about a user's profile in AWS CodeStar.
Modifier and Type | Class and Description |
---|---|
static interface |
UserProfileSummary.Builder |
Modifier and Type | Method and Description |
---|---|
static UserProfileSummary.Builder |
builder() |
String |
displayName()
The display name of a user in AWS CodeStar.
|
String |
emailAddress()
The email address associated with the user.
|
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
static Class<? extends UserProfileSummary.Builder> |
serializableBuilderClass() |
String |
sshPublicKey()
The SSH public key associated with the user in AWS CodeStar.
|
UserProfileSummary.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 Amazon Resource Name (ARN) of the user in IAM.
|
copy
public String userArn()
The Amazon Resource Name (ARN) of the user in IAM.
public String displayName()
The display name of a user in AWS CodeStar. For example, this could be set to both first and last name ("Mary Major") or a single name ("Mary"). The display name is also used to generate the initial icon associated with the user in AWS CodeStar projects. If spaces are included in the display name, the first character that appears after the space will be used as the second character in the user initial icon. The initial icon displays a maximum of two characters, so a display name with more than one space (for example "Mary Jane Major") would generate an initial icon using the first character and the first character after the space ("MJ", not "MM").
public String emailAddress()
The email address associated with the user.
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 UserProfileSummary.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<UserProfileSummary.Builder,UserProfileSummary>
public static UserProfileSummary.Builder builder()
public static Class<? extends UserProfileSummary.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.