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 interface
ApplicationSummary.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method 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.Map<String,SdkField<?>>
sdkFieldNameToField()
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.-
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,
state
will 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,
state
will 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,
architecture
will 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,
architecture
will 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:
toBuilder
in 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:
equalsBySdkFields
in 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.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToField
in interfaceSdkPojo
-
-