@Generated(value="software.amazon.awssdk:codegen") public final class ApplicationSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ApplicationSummary.Builder,ApplicationSummary>
The summary of attributes associated with an application.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ApplicationSummary.Builder |
| Modifier and Type | Method and Description |
|---|---|
Architecture |
architecture()
The CPU architecture of an application.
|
String |
architectureAsString()
The CPU architecture of an application.
|
String |
arn()
The ARN of the application.
|
static ApplicationSummary.Builder |
builder() |
Instant |
createdAt()
The date and time when the application was created.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
id()
The ID of the application.
|
String |
name()
The name of the application.
|
String |
releaseLabel()
The Amazon EMR release associated with the application.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ApplicationSummary.Builder> |
serializableBuilderClass() |
ApplicationState |
state()
The state of the application.
|
String |
stateAsString()
The state of the application.
|
String |
stateDetails()
The state details of the application.
|
ApplicationSummary.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
type()
The type of application, such as Spark or Hive.
|
Instant |
updatedAt()
The date and time when the application was last updated.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String id()
The ID of the application.
public final String name()
The name of the application.
public final String arn()
The ARN of the application.
public final String releaseLabel()
The Amazon EMR release associated with the application.
public final String type()
The type of application, such as Spark or Hive.
public final ApplicationState state()
The state of the application.
If the service returns an enum value that is not available in the current SDK version, state will return
ApplicationState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
stateAsString().
ApplicationStatepublic final String stateAsString()
The state of the application.
If the service returns an enum value that is not available in the current SDK version, state will return
ApplicationState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
stateAsString().
ApplicationStatepublic final String stateDetails()
The state details of the application.
public final Instant createdAt()
The date and time when the application was created.
public final Instant updatedAt()
The date and time when the application was last updated.
public final Architecture architecture()
The CPU architecture of an application.
If the service returns an enum value that is not available in the current SDK version, architecture will
return Architecture.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
architectureAsString().
Architecturepublic final String architectureAsString()
The CPU architecture of an application.
If the service returns an enum value that is not available in the current SDK version, architecture will
return Architecture.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
architectureAsString().
Architecturepublic ApplicationSummary.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ApplicationSummary.Builder,ApplicationSummary>public static ApplicationSummary.Builder builder()
public static Class<? extends ApplicationSummary.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.