@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ApplicationVersionSummary extends Object implements Serializable, Cloneable, StructuredPojo
The summary of the application version.
| Constructor and Description |
|---|
ApplicationVersionSummary() |
| Modifier and Type | Method and Description |
|---|---|
ApplicationVersionSummary |
clone() |
boolean |
equals(Object obj) |
String |
getApplicationStatus()
The status of the application.
|
Long |
getApplicationVersionId()
The ID of the application version.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setApplicationStatus(String applicationStatus)
The status of the application.
|
void |
setApplicationVersionId(Long applicationVersionId)
The ID of the application version.
|
String |
toString()
Returns a string representation of this object.
|
ApplicationVersionSummary |
withApplicationStatus(ApplicationStatus applicationStatus)
The status of the application.
|
ApplicationVersionSummary |
withApplicationStatus(String applicationStatus)
The status of the application.
|
ApplicationVersionSummary |
withApplicationVersionId(Long applicationVersionId)
The ID of the application version.
|
public void setApplicationVersionId(Long applicationVersionId)
The ID of the application version. Managed Service for Apache Flink updates the ApplicationVersionId
each time you update the application.
applicationVersionId - The ID of the application version. Managed Service for Apache Flink updates the
ApplicationVersionId each time you update the application.public Long getApplicationVersionId()
The ID of the application version. Managed Service for Apache Flink updates the ApplicationVersionId
each time you update the application.
ApplicationVersionId each time you update the application.public ApplicationVersionSummary withApplicationVersionId(Long applicationVersionId)
The ID of the application version. Managed Service for Apache Flink updates the ApplicationVersionId
each time you update the application.
applicationVersionId - The ID of the application version. Managed Service for Apache Flink updates the
ApplicationVersionId each time you update the application.public void setApplicationStatus(String applicationStatus)
The status of the application.
applicationStatus - The status of the application.ApplicationStatuspublic String getApplicationStatus()
The status of the application.
ApplicationStatuspublic ApplicationVersionSummary withApplicationStatus(String applicationStatus)
The status of the application.
applicationStatus - The status of the application.ApplicationStatuspublic ApplicationVersionSummary withApplicationStatus(ApplicationStatus applicationStatus)
The status of the application.
applicationStatus - The status of the application.ApplicationStatuspublic String toString()
toString in class ObjectObject.toString()public ApplicationVersionSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.