@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 AWS SMS.
|
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 String appId()
The unique ID of the application.
public String importedAppId()
The ID of the application.
public String name()
The name of the application.
public String description()
The description of the application.
public 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 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 String statusMessage()
A message related to the status of the application
public 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 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 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 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 String replicationStatusMessage()
A message related to the replication status of the application.
public Instant latestReplicationTime()
The timestamp of the application's most recent successful replication.
public 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 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 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 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 String launchStatusMessage()
A message related to the launch status of the application.
public LaunchDetails launchDetails()
Details about the latest launch of the application.
public Instant creationTime()
The creation time of the application.
public Instant lastModified()
The last modified time of the application.
public String roleName()
The name of the service role in the customer's account used by AWS SMS.
public Integer totalServerGroups()
The number of server groups present in the application.
public 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 boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2020. All rights reserved.