Class SimulationAppMetadata
- java.lang.Object
-
- software.amazon.awssdk.services.simspaceweaver.model.SimulationAppMetadata
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<SimulationAppMetadata.Builder,SimulationAppMetadata>
@Generated("software.amazon.awssdk:codegen") public final class SimulationAppMetadata extends Object implements SdkPojo, Serializable, ToCopyableBuilder<SimulationAppMetadata.Builder,SimulationAppMetadata>
A collection of metadata about the app.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceSimulationAppMetadata.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SimulationAppMetadata.Builderbuilder()Stringdomain()The domain of the app.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringname()The name of the app.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends SimulationAppMetadata.Builder>serializableBuilderClass()Stringsimulation()The name of the simulation of the app.SimulationAppStatusstatus()The current status of the app.StringstatusAsString()The current status of the app.SimulationAppTargetStatustargetStatus()The desired status of the app.StringtargetStatusAsString()The desired status of the app.SimulationAppMetadata.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
-
domain
public final String domain()
The domain of the app. For more information about domains, see Key concepts: Domains in the SimSpace Weaver User Guide.
- Returns:
- The domain of the app. For more information about domains, see Key concepts: Domains in the SimSpace Weaver User Guide.
-
name
public final String name()
The name of the app.
- Returns:
- The name of the app.
-
simulation
public final String simulation()
The name of the simulation of the app.
- Returns:
- The name of the simulation of the app.
-
status
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,
statuswill returnSimulationAppStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- The current status of the app.
- See Also:
SimulationAppStatus
-
statusAsString
public 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,
statuswill returnSimulationAppStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- The current status of the app.
- See Also:
SimulationAppStatus
-
targetStatus
public 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,
targetStatuswill returnSimulationAppTargetStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromtargetStatusAsString().- Returns:
- The desired status of the app.
- See Also:
SimulationAppTargetStatus
-
targetStatusAsString
public 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,
targetStatuswill returnSimulationAppTargetStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromtargetStatusAsString().- Returns:
- The desired status of the app.
- See Also:
SimulationAppTargetStatus
-
toBuilder
public SimulationAppMetadata.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<SimulationAppMetadata.Builder,SimulationAppMetadata>
-
builder
public static SimulationAppMetadata.Builder builder()
-
serializableBuilderClass
public static Class<? extends SimulationAppMetadata.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
-
-