Class UpdatedSessionActionInfo
- java.lang.Object
-
- software.amazon.awssdk.services.deadline.model.UpdatedSessionActionInfo
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<UpdatedSessionActionInfo.Builder,UpdatedSessionActionInfo>
@Generated("software.amazon.awssdk:codegen") public final class UpdatedSessionActionInfo extends Object implements SdkPojo, Serializable, ToCopyableBuilder<UpdatedSessionActionInfo.Builder,UpdatedSessionActionInfo>
The updated session action information as it relates to completion and progress of the session.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceUpdatedSessionActionInfo.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static UpdatedSessionActionInfo.Builderbuilder()CompletedStatuscompletedStatus()The status of the session upon completion.StringcompletedStatusAsString()The status of the session upon completion.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()IntegerprocessExitCode()The process exit code.StringprogressMessage()A message to indicate the progress of the updated session action.FloatprogressPercent()The percentage completed.List<SdkField<?>>sdkFields()static Class<? extends UpdatedSessionActionInfo.Builder>serializableBuilderClass()InstantstartedAt()The date and time the resource started running.UpdatedSessionActionInfo.BuildertoBuilder()StringtoString()Returns a string representation of this object.InstantupdatedAt()The updated time.-
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
-
completedStatus
public final CompletedStatus completedStatus()
The status of the session upon completion.
If the service returns an enum value that is not available in the current SDK version,
completedStatuswill returnCompletedStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromcompletedStatusAsString().- Returns:
- The status of the session upon completion.
- See Also:
CompletedStatus
-
completedStatusAsString
public final String completedStatusAsString()
The status of the session upon completion.
If the service returns an enum value that is not available in the current SDK version,
completedStatuswill returnCompletedStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromcompletedStatusAsString().- Returns:
- The status of the session upon completion.
- See Also:
CompletedStatus
-
endedAt
public final Instant endedAt()
The date and time the resource ended running.
- Returns:
- The date and time the resource ended running.
-
processExitCode
public final Integer processExitCode()
The process exit code.
- Returns:
- The process exit code.
-
progressMessage
public final String progressMessage()
A message to indicate the progress of the updated session action.
- Returns:
- A message to indicate the progress of the updated session action.
-
progressPercent
public final Float progressPercent()
The percentage completed.
- Returns:
- The percentage completed.
-
startedAt
public final Instant startedAt()
The date and time the resource started running.
- Returns:
- The date and time the resource started running.
-
updatedAt
public final Instant updatedAt()
The updated time.
- Returns:
- The updated time.
-
toBuilder
public UpdatedSessionActionInfo.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<UpdatedSessionActionInfo.Builder,UpdatedSessionActionInfo>
-
builder
public static UpdatedSessionActionInfo.Builder builder()
-
serializableBuilderClass
public static Class<? extends UpdatedSessionActionInfo.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.
-
-