Class DescribeAppResponse
- java.lang.Object
-
- software.amazon.awssdk.core.SdkResponse
-
- software.amazon.awssdk.awscore.AwsResponse
-
- software.amazon.awssdk.services.simspaceweaver.model.SimSpaceWeaverResponse
-
- software.amazon.awssdk.services.simspaceweaver.model.DescribeAppResponse
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<DescribeAppResponse.Builder,DescribeAppResponse>
@Generated("software.amazon.awssdk:codegen") public final class DescribeAppResponse extends SimSpaceWeaverResponse implements ToCopyableBuilder<DescribeAppResponse.Builder,DescribeAppResponse>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceDescribeAppResponse.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DescribeAppResponse.Builderbuilder()Stringdescription()The description of the app.Stringdomain()The name of the domain of the app.SimulationAppEndpointInfoendpointInfo()Information about the network endpoint for the custom app.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()LaunchOverrideslaunchOverrides()Returns the value of the LaunchOverrides property for this object.Stringname()The name of the app.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends DescribeAppResponse.Builder>serializableBuilderClass()Stringsimulation()The name of the simulation of the app.SimulationAppStatusstatus()The current lifecycle state of the custom app.StringstatusAsString()The current lifecycle state of the custom app.SimulationAppTargetStatustargetStatus()The desired lifecycle state of the custom app.StringtargetStatusAsString()The desired lifecycle state of the custom app.DescribeAppResponse.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class software.amazon.awssdk.services.simspaceweaver.model.SimSpaceWeaverResponse
responseMetadata
-
Methods inherited from class software.amazon.awssdk.core.SdkResponse
sdkHttpResponse
-
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
-
description
public final String description()
The description of the app.
- Returns:
- The description of the app.
-
domain
public final String domain()
The name of the domain of the app.
- Returns:
- The name of the domain of the app.
-
endpointInfo
public final SimulationAppEndpointInfo endpointInfo()
Information about the network endpoint for the custom app. You can use the endpoint to connect to the custom app.
- Returns:
- Information about the network endpoint for the custom app. You can use the endpoint to connect to the custom app.
-
launchOverrides
public final LaunchOverrides launchOverrides()
Returns the value of the LaunchOverrides property for this object.- Returns:
- The value of the LaunchOverrides property for this object.
-
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 lifecycle state of the custom 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 lifecycle state of the custom app.
- See Also:
SimulationAppStatus
-
statusAsString
public 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,
statuswill returnSimulationAppStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- The current lifecycle state of the custom app.
- See Also:
SimulationAppStatus
-
targetStatus
public 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,
targetStatuswill returnSimulationAppTargetStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromtargetStatusAsString().- Returns:
- The desired lifecycle state of the custom app.
- See Also:
SimulationAppTargetStatus
-
targetStatusAsString
public 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,
targetStatuswill returnSimulationAppTargetStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromtargetStatusAsString().- Returns:
- The desired lifecycle state of the custom app.
- See Also:
SimulationAppTargetStatus
-
toBuilder
public DescribeAppResponse.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<DescribeAppResponse.Builder,DescribeAppResponse>- Specified by:
toBuilderin classAwsResponse
-
builder
public static DescribeAppResponse.Builder builder()
-
serializableBuilderClass
public static Class<? extends DescribeAppResponse.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsResponse
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsResponse
-
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.
-
getValueForField
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
- Overrides:
getValueForFieldin classSdkResponse
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-