@Generated(value="software.amazon.awssdk:codegen") public final class AppInstance extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AppInstance.Builder,AppInstance>
The details of an AppInstance, an instance of an Amazon Chime SDK messaging application.
| Modifier and Type | Class and Description |
|---|---|
static interface |
AppInstance.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
appInstanceArn()
The ARN of the messaging instance.
|
static AppInstance.Builder |
builder() |
Instant |
createdTimestamp()
The time at which an
AppInstance 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 an
AppInstance was last updated. |
String |
metadata()
The metadata of an
AppInstance. |
String |
name()
The name of an
AppInstance. |
List<SdkField<?>> |
sdkFields() |
static Class<? extends AppInstance.Builder> |
serializableBuilderClass() |
AppInstance.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String appInstanceArn()
The ARN of the messaging instance.
public final String name()
The name of an AppInstance.
AppInstance.public final String metadata()
The metadata of an AppInstance.
AppInstance.public final Instant createdTimestamp()
The time at which an AppInstance was created. In epoch milliseconds.
AppInstance was created. In epoch milliseconds.public final Instant lastUpdatedTimestamp()
The time an AppInstance was last updated. In epoch milliseconds.
AppInstance was last updated. In epoch milliseconds.public AppInstance.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<AppInstance.Builder,AppInstance>public static AppInstance.Builder builder()
public static Class<? extends AppInstance.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.