@Generated(value="software.amazon.awssdk:codegen") public final class DescribeAppResponse extends SimSpaceWeaverResponse implements ToCopyableBuilder<DescribeAppResponse.Builder,DescribeAppResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DescribeAppResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DescribeAppResponse.Builder |
builder() |
String |
description()
The description of the app.
|
String |
domain()
The name of the domain of the app.
|
SimulationAppEndpointInfo |
endpointInfo()
Information about the network endpoint for the custom app.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
LaunchOverrides |
launchOverrides()
Returns the value of the LaunchOverrides property for this object.
|
String |
name()
The name of the app.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DescribeAppResponse.Builder> |
serializableBuilderClass() |
String |
simulation()
The name of the simulation of the app.
|
SimulationAppStatus |
status()
The current lifecycle state of the custom app.
|
String |
statusAsString()
The current lifecycle state of the custom app.
|
SimulationAppTargetStatus |
targetStatus()
The desired lifecycle state of the custom app.
|
String |
targetStatusAsString()
The desired lifecycle state of the custom app.
|
DescribeAppResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String description()
The description of the app.
public final String domain()
The name of the domain of the app.
public final SimulationAppEndpointInfo endpointInfo()
Information about the network endpoint for the custom app. You can use the endpoint to connect to the custom app.
public final LaunchOverrides launchOverrides()
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 lifecycle state of the custom 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 lifecycle state of the custom 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 lifecycle state of the custom 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 lifecycle state of the custom 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 DescribeAppResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DescribeAppResponse.Builder,DescribeAppResponse>toBuilder in class AwsResponsepublic static DescribeAppResponse.Builder builder()
public static Class<? extends DescribeAppResponse.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsResponsepublic final boolean equals(Object obj)
equals in class AwsResponsepublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2023. All rights reserved.