@Generated(value="software.amazon.awssdk:codegen") public final class AppInstanceUser extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AppInstanceUser.Builder,AppInstanceUser>
The details of an AppInstanceUser.
| Modifier and Type | Class and Description |
|---|---|
static interface |
AppInstanceUser.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
appInstanceUserArn()
The ARN of the
AppInstanceUser. |
static AppInstanceUser.Builder |
builder() |
Instant |
createdTimestamp()
The time at which the
AppInstanceUser was created. |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Instant |
lastUpdatedTimestamp()
The time at which the
AppInstanceUser was last updated. |
String |
metadata()
The metadata of the
AppInstanceUser. |
String |
name()
The name of the
AppInstanceUser. |
List<SdkField<?>> |
sdkFields() |
static Class<? extends AppInstanceUser.Builder> |
serializableBuilderClass() |
AppInstanceUser.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String appInstanceUserArn()
The ARN of the AppInstanceUser.
AppInstanceUser.public final String name()
The name of the AppInstanceUser.
AppInstanceUser.public final String metadata()
The metadata of the AppInstanceUser.
AppInstanceUser.public final Instant createdTimestamp()
The time at which the AppInstanceUser was created.
AppInstanceUser was created.public final Instant lastUpdatedTimestamp()
The time at which the AppInstanceUser was last updated.
AppInstanceUser was last updated.public AppInstanceUser.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<AppInstanceUser.Builder,AppInstanceUser>public static AppInstanceUser.Builder builder()
public static Class<? extends AppInstanceUser.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.