@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)
Marshalls this structured data using the given
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.ApplicationStatus
public String getApplicationStatus()
The status of the application.
ApplicationStatus
public ApplicationSummary withApplicationStatus(String applicationStatus)
The status of the application.
applicationStatus
- The status of the application.ApplicationStatus
public ApplicationSummary withApplicationStatus(ApplicationStatus applicationStatus)
The status of the application.
applicationStatus
- The status of the application.ApplicationStatus
public 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
).RuntimeEnvironment
public String getRuntimeEnvironment()
The runtime environment for the application (SQL-1.0
or FLINK-1_6
).
SQL-1.0
or FLINK-1_6
).RuntimeEnvironment
public 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
).RuntimeEnvironment
public 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
).RuntimeEnvironment
public String toString()
toString
in class Object
Object.toString()
public ApplicationSummary 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.