@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AppSummary extends Object implements Serializable, Cloneable, StructuredPojo
Information about the application.
Constructor and Description |
---|
AppSummary() |
Modifier and Type | Method and Description |
---|---|
AppSummary |
clone() |
boolean |
equals(Object obj) |
String |
getAppId()
Unique ID of the application.
|
Date |
getCreationTime()
Time of creation of this application.
|
String |
getDescription()
Description of the application.
|
Date |
getLastModified()
Timestamp of the application's creation.
|
Date |
getLatestReplicationTime()
Timestamp of the application's most recent successful replication.
|
LaunchDetails |
getLaunchDetails()
Details about the latest launch of the application.
|
String |
getLaunchStatus()
Launch status of the application.
|
String |
getLaunchStatusMessage()
A message related to the launch status of the application.
|
String |
getName()
Name of the application.
|
String |
getReplicationStatus()
Replication status of the application.
|
String |
getReplicationStatusMessage()
A message related to the replication status of the application.
|
String |
getRoleName()
Name of the service role in the customer's account used by AWS SMS.
|
String |
getStatus()
Status of the application.
|
String |
getStatusMessage()
A message related to the status of the application
|
Integer |
getTotalServerGroups()
Number of server groups present in the application.
|
Integer |
getTotalServers()
Number of servers present in the application.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setAppId(String appId)
Unique ID of the application.
|
void |
setCreationTime(Date creationTime)
Time of creation of this application.
|
void |
setDescription(String description)
Description of the application.
|
void |
setLastModified(Date lastModified)
Timestamp of the application's creation.
|
void |
setLatestReplicationTime(Date latestReplicationTime)
Timestamp of the application's most recent successful replication.
|
void |
setLaunchDetails(LaunchDetails launchDetails)
Details about the latest launch of the application.
|
void |
setLaunchStatus(String launchStatus)
Launch status of the application.
|
void |
setLaunchStatusMessage(String launchStatusMessage)
A message related to the launch status of the application.
|
void |
setName(String name)
Name of the application.
|
void |
setReplicationStatus(String replicationStatus)
Replication status of the application.
|
void |
setReplicationStatusMessage(String replicationStatusMessage)
A message related to the replication status of the application.
|
void |
setRoleName(String roleName)
Name of the service role in the customer's account used by AWS SMS.
|
void |
setStatus(String status)
Status of the application.
|
void |
setStatusMessage(String statusMessage)
A message related to the status of the application
|
void |
setTotalServerGroups(Integer totalServerGroups)
Number of server groups present in the application.
|
void |
setTotalServers(Integer totalServers)
Number of servers present in the application.
|
String |
toString()
Returns a string representation of this object.
|
AppSummary |
withAppId(String appId)
Unique ID of the application.
|
AppSummary |
withCreationTime(Date creationTime)
Time of creation of this application.
|
AppSummary |
withDescription(String description)
Description of the application.
|
AppSummary |
withLastModified(Date lastModified)
Timestamp of the application's creation.
|
AppSummary |
withLatestReplicationTime(Date latestReplicationTime)
Timestamp of the application's most recent successful replication.
|
AppSummary |
withLaunchDetails(LaunchDetails launchDetails)
Details about the latest launch of the application.
|
AppSummary |
withLaunchStatus(AppLaunchStatus launchStatus)
Launch status of the application.
|
AppSummary |
withLaunchStatus(String launchStatus)
Launch status of the application.
|
AppSummary |
withLaunchStatusMessage(String launchStatusMessage)
A message related to the launch status of the application.
|
AppSummary |
withName(String name)
Name of the application.
|
AppSummary |
withReplicationStatus(AppReplicationStatus replicationStatus)
Replication status of the application.
|
AppSummary |
withReplicationStatus(String replicationStatus)
Replication status of the application.
|
AppSummary |
withReplicationStatusMessage(String replicationStatusMessage)
A message related to the replication status of the application.
|
AppSummary |
withRoleName(String roleName)
Name of the service role in the customer's account used by AWS SMS.
|
AppSummary |
withStatus(AppStatus status)
Status of the application.
|
AppSummary |
withStatus(String status)
Status of the application.
|
AppSummary |
withStatusMessage(String statusMessage)
A message related to the status of the application
|
AppSummary |
withTotalServerGroups(Integer totalServerGroups)
Number of server groups present in the application.
|
AppSummary |
withTotalServers(Integer totalServers)
Number of servers present in the application.
|
public void setAppId(String appId)
Unique ID of the application.
appId
- Unique ID of the application.public String getAppId()
Unique ID of the application.
public AppSummary withAppId(String appId)
Unique ID of the application.
appId
- Unique ID of the application.public void setName(String name)
Name of the application.
name
- Name of the application.public String getName()
Name of the application.
public AppSummary withName(String name)
Name of the application.
name
- Name of the application.public void setDescription(String description)
Description of the application.
description
- Description of the application.public String getDescription()
Description of the application.
public AppSummary withDescription(String description)
Description of the application.
description
- Description of the application.public void setStatus(String status)
Status of the application.
status
- Status of the application.AppStatus
public String getStatus()
Status of the application.
AppStatus
public AppSummary withStatus(String status)
Status of the application.
status
- Status of the application.AppStatus
public AppSummary withStatus(AppStatus status)
Status of the application.
status
- Status of the application.AppStatus
public void setStatusMessage(String statusMessage)
A message related to the status of the application
statusMessage
- A message related to the status of the applicationpublic String getStatusMessage()
A message related to the status of the application
public AppSummary withStatusMessage(String statusMessage)
A message related to the status of the application
statusMessage
- A message related to the status of the applicationpublic void setReplicationStatus(String replicationStatus)
Replication status of the application.
replicationStatus
- Replication status of the application.AppReplicationStatus
public String getReplicationStatus()
Replication status of the application.
AppReplicationStatus
public AppSummary withReplicationStatus(String replicationStatus)
Replication status of the application.
replicationStatus
- Replication status of the application.AppReplicationStatus
public AppSummary withReplicationStatus(AppReplicationStatus replicationStatus)
Replication status of the application.
replicationStatus
- Replication status of the application.AppReplicationStatus
public void setReplicationStatusMessage(String replicationStatusMessage)
A message related to the replication status of the application.
replicationStatusMessage
- A message related to the replication status of the application.public String getReplicationStatusMessage()
A message related to the replication status of the application.
public AppSummary withReplicationStatusMessage(String replicationStatusMessage)
A message related to the replication status of the application.
replicationStatusMessage
- A message related to the replication status of the application.public void setLatestReplicationTime(Date latestReplicationTime)
Timestamp of the application's most recent successful replication.
latestReplicationTime
- Timestamp of the application's most recent successful replication.public Date getLatestReplicationTime()
Timestamp of the application's most recent successful replication.
public AppSummary withLatestReplicationTime(Date latestReplicationTime)
Timestamp of the application's most recent successful replication.
latestReplicationTime
- Timestamp of the application's most recent successful replication.public void setLaunchStatus(String launchStatus)
Launch status of the application.
launchStatus
- Launch status of the application.AppLaunchStatus
public String getLaunchStatus()
Launch status of the application.
AppLaunchStatus
public AppSummary withLaunchStatus(String launchStatus)
Launch status of the application.
launchStatus
- Launch status of the application.AppLaunchStatus
public AppSummary withLaunchStatus(AppLaunchStatus launchStatus)
Launch status of the application.
launchStatus
- Launch status of the application.AppLaunchStatus
public void setLaunchStatusMessage(String launchStatusMessage)
A message related to the launch status of the application.
launchStatusMessage
- A message related to the launch status of the application.public String getLaunchStatusMessage()
A message related to the launch status of the application.
public AppSummary withLaunchStatusMessage(String launchStatusMessage)
A message related to the launch status of the application.
launchStatusMessage
- A message related to the launch status of the application.public void setLaunchDetails(LaunchDetails launchDetails)
Details about the latest launch of the application.
launchDetails
- Details about the latest launch of the application.public LaunchDetails getLaunchDetails()
Details about the latest launch of the application.
public AppSummary withLaunchDetails(LaunchDetails launchDetails)
Details about the latest launch of the application.
launchDetails
- Details about the latest launch of the application.public void setCreationTime(Date creationTime)
Time of creation of this application.
creationTime
- Time of creation of this application.public Date getCreationTime()
Time of creation of this application.
public AppSummary withCreationTime(Date creationTime)
Time of creation of this application.
creationTime
- Time of creation of this application.public void setLastModified(Date lastModified)
Timestamp of the application's creation.
lastModified
- Timestamp of the application's creation.public Date getLastModified()
Timestamp of the application's creation.
public AppSummary withLastModified(Date lastModified)
Timestamp of the application's creation.
lastModified
- Timestamp of the application's creation.public void setRoleName(String roleName)
Name of the service role in the customer's account used by AWS SMS.
roleName
- Name of the service role in the customer's account used by AWS SMS.public String getRoleName()
Name of the service role in the customer's account used by AWS SMS.
public AppSummary withRoleName(String roleName)
Name of the service role in the customer's account used by AWS SMS.
roleName
- Name of the service role in the customer's account used by AWS SMS.public void setTotalServerGroups(Integer totalServerGroups)
Number of server groups present in the application.
totalServerGroups
- Number of server groups present in the application.public Integer getTotalServerGroups()
Number of server groups present in the application.
public AppSummary withTotalServerGroups(Integer totalServerGroups)
Number of server groups present in the application.
totalServerGroups
- Number of server groups present in the application.public void setTotalServers(Integer totalServers)
Number of servers present in the application.
totalServers
- Number of servers present in the application.public Integer getTotalServers()
Number of servers present in the application.
public AppSummary withTotalServers(Integer totalServers)
Number of servers present in the application.
totalServers
- Number of servers present in the application.public String toString()
toString
in class Object
Object.toString()
public AppSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.