@Generated(value="software.amazon.awssdk:codegen") public final class UserContext extends Object implements SdkPojo, Serializable, ToCopyableBuilder<UserContext.Builder,UserContext>
Information about the user who created or modified an experiment, trial, trial component, or project.
| Modifier and Type | Class and Description |
|---|---|
static interface |
UserContext.Builder |
| Modifier and Type | Method and Description |
|---|---|
static UserContext.Builder |
builder() |
String |
domainId()
The domain associated with the user.
|
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 UserContext.Builder> |
serializableBuilderClass() |
UserContext.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
userProfileArn()
The Amazon Resource Name (ARN) of the user's profile.
|
String |
userProfileName()
The name of the user's profile.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String userProfileArn()
The Amazon Resource Name (ARN) of the user's profile.
public final String userProfileName()
The name of the user's profile.
public final String domainId()
The domain associated with the user.
public UserContext.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UserContext.Builder,UserContext>public static UserContext.Builder builder()
public static Class<? extends UserContext.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.