@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, or trial component.
| 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 String userProfileArn()
The Amazon Resource Name (ARN) of the user's profile.
public String userProfileName()
The name of the user's profile.
public 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 boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2020. All rights reserved.