Class QueueTransition
- java.lang.Object
-
- software.amazon.awssdk.services.mediaconvert.model.QueueTransition
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<QueueTransition.Builder,QueueTransition>
@Generated("software.amazon.awssdk:codegen") public final class QueueTransition extends Object implements SdkPojo, Serializable, ToCopyableBuilder<QueueTransition.Builder,QueueTransition>
Description of the source and destination queues between which the job has moved, along with the timestamp of the move- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceQueueTransition.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static QueueTransition.Builderbuilder()StringdestinationQueue()The queue that the job was on after the transition.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends QueueTransition.Builder>serializableBuilderClass()StringsourceQueue()The queue that the job was on before the transition.Instanttimestamp()The time, in Unix epoch format, that the job moved from the source queue to the destination queue.QueueTransition.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
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
-
destinationQueue
public final String destinationQueue()
The queue that the job was on after the transition.- Returns:
- The queue that the job was on after the transition.
-
sourceQueue
public final String sourceQueue()
The queue that the job was on before the transition.- Returns:
- The queue that the job was on before the transition.
-
timestamp
public final Instant timestamp()
The time, in Unix epoch format, that the job moved from the source queue to the destination queue.- Returns:
- The time, in Unix epoch format, that the job moved from the source queue to the destination queue.
-
toBuilder
public QueueTransition.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<QueueTransition.Builder,QueueTransition>
-
builder
public static QueueTransition.Builder builder()
-
serializableBuilderClass
public static Class<? extends QueueTransition.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.
-
-