Class ApplicationSummary
- java.lang.Object
-
- software.amazon.awssdk.services.emrserverless.model.ApplicationSummary
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ApplicationSummary.Builder,ApplicationSummary>
@Generated("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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceApplicationSummary.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Architecturearchitecture()The CPU architecture of an application.StringarchitectureAsString()The CPU architecture of an application.Stringarn()The ARN of the application.static ApplicationSummary.Builderbuilder()InstantcreatedAt()The date and time when the application was created.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringid()The ID of the application.Stringname()The name of the application.StringreleaseLabel()The Amazon EMR release associated with the application.List<SdkField<?>>sdkFields()static Class<? extends ApplicationSummary.Builder>serializableBuilderClass()ApplicationStatestate()The state of the application.StringstateAsString()The state of the application.StringstateDetails()The state details of the application.ApplicationSummary.BuildertoBuilder()StringtoString()Returns a string representation of this object.Stringtype()The type of application, such as Spark or Hive.InstantupdatedAt()The date and time when the application was last updated.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
id
public final String id()
The ID of the application.
- Returns:
- The ID of the application.
-
name
public final String name()
The name of the application.
- Returns:
- The name of the application.
-
arn
public final String arn()
The ARN of the application.
- Returns:
- The ARN of the application.
-
releaseLabel
public final String releaseLabel()
The Amazon EMR release associated with the application.
- Returns:
- The Amazon EMR release associated with the application.
-
type
public final String type()
The type of application, such as Spark or Hive.
- Returns:
- The type of application, such as Spark or Hive.
-
state
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,
statewill returnApplicationState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstateAsString().- Returns:
- The state of the application.
- See Also:
ApplicationState
-
stateAsString
public final String stateAsString()
The state of the application.
If the service returns an enum value that is not available in the current SDK version,
statewill returnApplicationState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstateAsString().- Returns:
- The state of the application.
- See Also:
ApplicationState
-
stateDetails
public final String stateDetails()
The state details of the application.
- Returns:
- The state details of the application.
-
createdAt
public final Instant createdAt()
The date and time when the application was created.
- Returns:
- The date and time when the application was created.
-
updatedAt
public final Instant updatedAt()
The date and time when the application was last updated.
- Returns:
- The date and time when the application was last updated.
-
architecture
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,
architecturewill returnArchitecture.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromarchitectureAsString().- Returns:
- The CPU architecture of an application.
- See Also:
Architecture
-
architectureAsString
public 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,
architecturewill returnArchitecture.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromarchitectureAsString().- Returns:
- The CPU architecture of an application.
- See Also:
Architecture
-
toBuilder
public ApplicationSummary.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ApplicationSummary.Builder,ApplicationSummary>
-
builder
public static ApplicationSummary.Builder builder()
-
serializableBuilderClass
public static Class<? extends ApplicationSummary.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-