@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ApplicationSummary extends Object implements Serializable, Cloneable, StructuredPojo
Provides application summary information, including the application Amazon Resource Name (ARN), name, and status.
| Constructor and Description |
|---|
ApplicationSummary() |
| Modifier and Type | Method and Description |
|---|---|
ApplicationSummary |
clone() |
boolean |
equals(Object obj) |
String |
getApplicationARN()
The ARN of the application.
|
String |
getApplicationName()
The name of the application.
|
String |
getApplicationStatus()
The status of the application.
|
Long |
getApplicationVersionId()
Provides the current application version.
|
String |
getRuntimeEnvironment()
The runtime environment for the application (
SQL-1.0 or FLINK-1_6). |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setApplicationARN(String applicationARN)
The ARN of the application.
|
void |
setApplicationName(String applicationName)
The name of the application.
|
void |
setApplicationStatus(String applicationStatus)
The status of the application.
|
void |
setApplicationVersionId(Long applicationVersionId)
Provides the current application version.
|
void |
setRuntimeEnvironment(String runtimeEnvironment)
The runtime environment for the application (
SQL-1.0 or FLINK-1_6). |
String |
toString()
Returns a string representation of this object.
|
ApplicationSummary |
withApplicationARN(String applicationARN)
The ARN of the application.
|
ApplicationSummary |
withApplicationName(String applicationName)
The name of the application.
|
ApplicationSummary |
withApplicationStatus(ApplicationStatus applicationStatus)
The status of the application.
|
ApplicationSummary |
withApplicationStatus(String applicationStatus)
The status of the application.
|
ApplicationSummary |
withApplicationVersionId(Long applicationVersionId)
Provides the current application version.
|
ApplicationSummary |
withRuntimeEnvironment(RuntimeEnvironment runtimeEnvironment)
The runtime environment for the application (
SQL-1.0 or FLINK-1_6). |
ApplicationSummary |
withRuntimeEnvironment(String runtimeEnvironment)
The runtime environment for the application (
SQL-1.0 or FLINK-1_6). |
public void setApplicationName(String applicationName)
The name of the application.
applicationName - The name of the application.public String getApplicationName()
The name of the application.
public ApplicationSummary withApplicationName(String applicationName)
The name of the application.
applicationName - The name of the application.public void setApplicationARN(String applicationARN)
The ARN of the application.
applicationARN - The ARN of the application.public String getApplicationARN()
The ARN of the application.
public ApplicationSummary withApplicationARN(String applicationARN)
The ARN of the application.
applicationARN - The ARN of 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 ApplicationSummary withApplicationStatus(String applicationStatus)
The status of the application.
applicationStatus - The status of the application.ApplicationStatuspublic ApplicationSummary withApplicationStatus(ApplicationStatus applicationStatus)
The status of the application.
applicationStatus - The status of the application.ApplicationStatuspublic void setApplicationVersionId(Long applicationVersionId)
Provides the current application version.
applicationVersionId - Provides the current application version.public Long getApplicationVersionId()
Provides the current application version.
public ApplicationSummary withApplicationVersionId(Long applicationVersionId)
Provides the current application version.
applicationVersionId - Provides the current application version.public void setRuntimeEnvironment(String runtimeEnvironment)
The runtime environment for the application (SQL-1.0 or FLINK-1_6).
runtimeEnvironment - The runtime environment for the application (SQL-1.0 or FLINK-1_6).RuntimeEnvironmentpublic String getRuntimeEnvironment()
The runtime environment for the application (SQL-1.0 or FLINK-1_6).
SQL-1.0 or FLINK-1_6).RuntimeEnvironmentpublic ApplicationSummary withRuntimeEnvironment(String runtimeEnvironment)
The runtime environment for the application (SQL-1.0 or FLINK-1_6).
runtimeEnvironment - The runtime environment for the application (SQL-1.0 or FLINK-1_6).RuntimeEnvironmentpublic ApplicationSummary withRuntimeEnvironment(RuntimeEnvironment runtimeEnvironment)
The runtime environment for the application (SQL-1.0 or FLINK-1_6).
runtimeEnvironment - The runtime environment for the application (SQL-1.0 or FLINK-1_6).RuntimeEnvironmentpublic String toString()
toString in class ObjectObject.toString()public ApplicationSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2019. All rights reserved.