@Generated(value="software.amazon.awssdk:codegen") public final class StartAppResponse extends SimSpaceWeaverResponse implements ToCopyableBuilder<StartAppResponse.Builder,StartAppResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
StartAppResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static StartAppResponse.Builder |
builder() |
String |
domain()
The name of 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 StartAppResponse.Builder> |
serializableBuilderClass() |
String |
simulation()
The name of the simulation of the app.
|
StartAppResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String domain()
The name of the domain of the app.
public final String name()
The name of the app.
public final String simulation()
The name of the simulation of the app.
public StartAppResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<StartAppResponse.Builder,StartAppResponse>toBuilder in class AwsResponsepublic static StartAppResponse.Builder builder()
public static Class<? extends StartAppResponse.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.