@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.ApplicationStatus
public String getApplicationStatus()
The status of the application.
ApplicationStatus
public ApplicationVersionSummary withApplicationStatus(String applicationStatus)
The status of the application.
applicationStatus
- The status of the application.ApplicationStatus
public ApplicationVersionSummary withApplicationStatus(ApplicationStatus applicationStatus)
The status of the application.
applicationStatus
- The status of the application.ApplicationStatus
public String toString()
toString
in class Object
Object.toString()
public ApplicationVersionSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.