Class AppInstanceUser
- java.lang.Object
-
- software.amazon.awssdk.services.chimesdkidentity.model.AppInstanceUser
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<AppInstanceUser.Builder,AppInstanceUser>
@Generated("software.amazon.awssdk:codegen") public final class AppInstanceUser extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AppInstanceUser.Builder,AppInstanceUser>
The details of an
AppInstanceUser.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceAppInstanceUser.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringappInstanceUserArn()The ARN of theAppInstanceUser.static AppInstanceUser.Builderbuilder()InstantcreatedTimestamp()The time at which theAppInstanceUserwas created.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)ExpirationSettingsexpirationSettings()The interval after which anAppInstanceUseris automatically deleted.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()InstantlastUpdatedTimestamp()The time at which theAppInstanceUserwas last updated.Stringmetadata()The metadata of theAppInstanceUser.Stringname()The name of theAppInstanceUser.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends AppInstanceUser.Builder>serializableBuilderClass()AppInstanceUser.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
appInstanceUserArn
public final String appInstanceUserArn()
The ARN of the
AppInstanceUser.- Returns:
- The ARN of the
AppInstanceUser.
-
name
public final String name()
The name of the
AppInstanceUser.- Returns:
- The name of the
AppInstanceUser.
-
metadata
public final String metadata()
The metadata of the
AppInstanceUser.- Returns:
- The metadata of the
AppInstanceUser.
-
createdTimestamp
public final Instant createdTimestamp()
The time at which the
AppInstanceUserwas created.- Returns:
- The time at which the
AppInstanceUserwas created.
-
lastUpdatedTimestamp
public final Instant lastUpdatedTimestamp()
The time at which the
AppInstanceUserwas last updated.- Returns:
- The time at which the
AppInstanceUserwas last updated.
-
expirationSettings
public final ExpirationSettings expirationSettings()
The interval after which an
AppInstanceUseris automatically deleted.- Returns:
- The interval after which an
AppInstanceUseris automatically deleted.
-
toBuilder
public AppInstanceUser.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<AppInstanceUser.Builder,AppInstanceUser>
-
builder
public static AppInstanceUser.Builder builder()
-
serializableBuilderClass
public static Class<? extends AppInstanceUser.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-