Class AppInstance
- java.lang.Object
-
- software.amazon.awssdk.services.chimesdkidentity.model.AppInstance
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<AppInstance.Builder,AppInstance>
@Generated("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.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceAppInstance.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringappInstanceArn()The ARN of the messaging instance.static AppInstance.Builderbuilder()InstantcreatedTimestamp()The time at which anAppInstancewas created.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()InstantlastUpdatedTimestamp()The time anAppInstancewas last updated.Stringmetadata()The metadata of anAppInstance.Stringname()The name of anAppInstance.List<SdkField<?>>sdkFields()static Class<? extends AppInstance.Builder>serializableBuilderClass()AppInstance.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
-
appInstanceArn
public final String appInstanceArn()
The ARN of the messaging instance.
- Returns:
- The ARN of the messaging instance.
-
name
public final String name()
The name of an
AppInstance.- Returns:
- The name of an
AppInstance.
-
createdTimestamp
public final Instant createdTimestamp()
The time at which an
AppInstancewas created. In epoch milliseconds.- Returns:
- The time at which an
AppInstancewas created. In epoch milliseconds.
-
lastUpdatedTimestamp
public final Instant lastUpdatedTimestamp()
The time an
AppInstancewas last updated. In epoch milliseconds.- Returns:
- The time an
AppInstancewas last updated. In epoch milliseconds.
-
metadata
public final String metadata()
The metadata of an
AppInstance.- Returns:
- The metadata of an
AppInstance.
-
toBuilder
public AppInstance.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<AppInstance.Builder,AppInstance>
-
builder
public static AppInstance.Builder builder()
-
serializableBuilderClass
public static Class<? extends AppInstance.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.
-
-