@Generated(value="software.amazon.awssdk:codegen") public final class SimulationAppMetadata extends Object implements SdkPojo, Serializable, ToCopyableBuilder<SimulationAppMetadata.Builder,SimulationAppMetadata>
A collection of metadata about the app.
| Modifier and Type | Class and Description |
|---|---|
static interface |
SimulationAppMetadata.Builder |
| Modifier and Type | Method and Description |
|---|---|
static SimulationAppMetadata.Builder |
builder() |
String |
domain()
The domain of the app.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
name()
The name of the app.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends SimulationAppMetadata.Builder> |
serializableBuilderClass() |
String |
simulation()
The name of the simulation of the app.
|
SimulationAppStatus |
status()
The current status of the app.
|
String |
statusAsString()
The current status of the app.
|
SimulationAppTargetStatus |
targetStatus()
The desired status of the app.
|
String |
targetStatusAsString()
The desired status of the app.
|
SimulationAppMetadata.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String domain()
The domain of the app. For more information about domains, see Key concepts: Domains in the SimSpace Weaver User Guide.
public final String name()
The name of the app.
public final String simulation()
The name of the simulation of the app.
public final SimulationAppStatus status()
The current status of the app.
If the service returns an enum value that is not available in the current SDK version, status will
return SimulationAppStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from statusAsString().
SimulationAppStatuspublic final String statusAsString()
The current status of the app.
If the service returns an enum value that is not available in the current SDK version, status will
return SimulationAppStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from statusAsString().
SimulationAppStatuspublic final SimulationAppTargetStatus targetStatus()
The desired status of the app.
If the service returns an enum value that is not available in the current SDK version, targetStatus will
return SimulationAppTargetStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from targetStatusAsString().
SimulationAppTargetStatuspublic final String targetStatusAsString()
The desired status of the app.
If the service returns an enum value that is not available in the current SDK version, targetStatus will
return SimulationAppTargetStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from targetStatusAsString().
SimulationAppTargetStatuspublic SimulationAppMetadata.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<SimulationAppMetadata.Builder,SimulationAppMetadata>public static SimulationAppMetadata.Builder builder()
public static Class<? extends SimulationAppMetadata.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.