Class SessionActionSummary
- java.lang.Object
-
- software.amazon.awssdk.services.deadline.model.SessionActionSummary
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<SessionActionSummary.Builder,SessionActionSummary>
@Generated("software.amazon.awssdk:codegen") public final class SessionActionSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<SessionActionSummary.Builder,SessionActionSummary>
The details of a session action.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceSessionActionSummary.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SessionActionSummary.Builderbuilder()SessionActionDefinitionSummarydefinition()The session action definition.InstantendedAt()The date and time the resource ended running.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()FloatprogressPercent()The completion percentage for the session action.List<SdkField<?>>sdkFields()static Class<? extends SessionActionSummary.Builder>serializableBuilderClass()StringsessionActionId()The session action ID.InstantstartedAt()The date and time the resource started running.SessionActionStatusstatus()The status of the session action.StringstatusAsString()The status of the session action.SessionActionSummary.BuildertoBuilder()StringtoString()Returns a string representation of this object.InstantworkerUpdatedAt()The Linux timestamp of the last date and time that the session action was 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
-
definition
public final SessionActionDefinitionSummary definition()
The session action definition.
- Returns:
- The session action definition.
-
endedAt
public final Instant endedAt()
The date and time the resource ended running.
- Returns:
- The date and time the resource ended running.
-
progressPercent
public final Float progressPercent()
The completion percentage for the session action.
- Returns:
- The completion percentage for the session action.
-
sessionActionId
public final String sessionActionId()
The session action ID.
- Returns:
- The session action ID.
-
startedAt
public final Instant startedAt()
The date and time the resource started running.
- Returns:
- The date and time the resource started running.
-
status
public final SessionActionStatus status()
The status of the session action.
If the service returns an enum value that is not available in the current SDK version,
statuswill returnSessionActionStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- The status of the session action.
- See Also:
SessionActionStatus
-
statusAsString
public final String statusAsString()
The status of the session action.
If the service returns an enum value that is not available in the current SDK version,
statuswill returnSessionActionStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- The status of the session action.
- See Also:
SessionActionStatus
-
workerUpdatedAt
public final Instant workerUpdatedAt()
The Linux timestamp of the last date and time that the session action was updated.
- Returns:
- The Linux timestamp of the last date and time that the session action was updated.
-
toBuilder
public SessionActionSummary.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<SessionActionSummary.Builder,SessionActionSummary>
-
builder
public static SessionActionSummary.Builder builder()
-
serializableBuilderClass
public static Class<? extends SessionActionSummary.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.
-
-