@Generated(value="software.amazon.awssdk:codegen") public final class AppSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AppSummary.Builder,AppSummary>
Information about the application.
| Modifier and Type | Class and Description |
|---|---|
static interface |
AppSummary.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
appId()
The unique ID of the application.
|
static AppSummary.Builder |
builder() |
Instant |
creationTime()
The creation time of the application.
|
String |
description()
The description of the application.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
importedAppId()
The ID of the application.
|
Instant |
lastModified()
The last modified time of the application.
|
Instant |
latestReplicationTime()
The timestamp of the application's most recent successful replication.
|
AppLaunchConfigurationStatus |
launchConfigurationStatus()
Status of the launch configuration.
|
String |
launchConfigurationStatusAsString()
Status of the launch configuration.
|
LaunchDetails |
launchDetails()
Details about the latest launch of the application.
|
AppLaunchStatus |
launchStatus()
The launch status of the application.
|
String |
launchStatusAsString()
The launch status of the application.
|
String |
launchStatusMessage()
A message related to the launch status of the application.
|
String |
name()
The name of the application.
|
AppReplicationConfigurationStatus |
replicationConfigurationStatus()
Status of the replication configuration.
|
String |
replicationConfigurationStatusAsString()
Status of the replication configuration.
|
AppReplicationStatus |
replicationStatus()
The replication status of the application.
|
String |
replicationStatusAsString()
The replication status of the application.
|
String |
replicationStatusMessage()
A message related to the replication status of the application.
|
String |
roleName()
The name of the service role in the customer's account used by Server Migration Service.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends AppSummary.Builder> |
serializableBuilderClass() |
AppStatus |
status()
Status of the application.
|
String |
statusAsString()
Status of the application.
|
String |
statusMessage()
A message related to the status of the application
|
AppSummary.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
Integer |
totalServerGroups()
The number of server groups present in the application.
|
Integer |
totalServers()
The number of servers present in the application.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String appId()
The unique ID of the application.
public final String importedAppId()
The ID of the application.
public final String name()
The name of the application.
public final String description()
The description of the application.
public final AppStatus status()
Status of the application.
If the service returns an enum value that is not available in the current SDK version, status will
return AppStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
statusAsString().
AppStatuspublic final String statusAsString()
Status of the application.
If the service returns an enum value that is not available in the current SDK version, status will
return AppStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
statusAsString().
AppStatuspublic final String statusMessage()
A message related to the status of the application
public final AppReplicationConfigurationStatus replicationConfigurationStatus()
Status of the replication configuration.
If the service returns an enum value that is not available in the current SDK version,
replicationConfigurationStatus will return
AppReplicationConfigurationStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from replicationConfigurationStatusAsString().
AppReplicationConfigurationStatuspublic final String replicationConfigurationStatusAsString()
Status of the replication configuration.
If the service returns an enum value that is not available in the current SDK version,
replicationConfigurationStatus will return
AppReplicationConfigurationStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from replicationConfigurationStatusAsString().
AppReplicationConfigurationStatuspublic final AppReplicationStatus replicationStatus()
The replication status of the application.
If the service returns an enum value that is not available in the current SDK version, replicationStatus
will return AppReplicationStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from replicationStatusAsString().
AppReplicationStatuspublic final String replicationStatusAsString()
The replication status of the application.
If the service returns an enum value that is not available in the current SDK version, replicationStatus
will return AppReplicationStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from replicationStatusAsString().
AppReplicationStatuspublic final String replicationStatusMessage()
A message related to the replication status of the application.
public final Instant latestReplicationTime()
The timestamp of the application's most recent successful replication.
public final AppLaunchConfigurationStatus launchConfigurationStatus()
Status of the launch configuration.
If the service returns an enum value that is not available in the current SDK version,
launchConfigurationStatus will return AppLaunchConfigurationStatus.UNKNOWN_TO_SDK_VERSION. The
raw value returned by the service is available from launchConfigurationStatusAsString().
AppLaunchConfigurationStatuspublic final String launchConfigurationStatusAsString()
Status of the launch configuration.
If the service returns an enum value that is not available in the current SDK version,
launchConfigurationStatus will return AppLaunchConfigurationStatus.UNKNOWN_TO_SDK_VERSION. The
raw value returned by the service is available from launchConfigurationStatusAsString().
AppLaunchConfigurationStatuspublic final AppLaunchStatus launchStatus()
The launch status of the application.
If the service returns an enum value that is not available in the current SDK version, launchStatus will
return AppLaunchStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
launchStatusAsString().
AppLaunchStatuspublic final String launchStatusAsString()
The launch status of the application.
If the service returns an enum value that is not available in the current SDK version, launchStatus will
return AppLaunchStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
launchStatusAsString().
AppLaunchStatuspublic final String launchStatusMessage()
A message related to the launch status of the application.
public final LaunchDetails launchDetails()
Details about the latest launch of the application.
public final Instant creationTime()
The creation time of the application.
public final Instant lastModified()
The last modified time of the application.
public final String roleName()
The name of the service role in the customer's account used by Server Migration Service.
public final Integer totalServerGroups()
The number of server groups present in the application.
public final Integer totalServers()
The number of servers present in the application.
public AppSummary.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<AppSummary.Builder,AppSummary>public static AppSummary.Builder builder()
public static Class<? extends AppSummary.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.