@Generated(value="software.amazon.awssdk:codegen") public final class QuantumTaskQueueInfo extends Object implements SdkPojo, Serializable, ToCopyableBuilder<QuantumTaskQueueInfo.Builder,QuantumTaskQueueInfo>
Information about the queue for the specified quantum task.
| Modifier and Type | Class and Description |
|---|---|
static interface |
QuantumTaskQueueInfo.Builder |
| Modifier and Type | Method and Description |
|---|---|
static QuantumTaskQueueInfo.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
message()
Optional.
|
String |
position()
Current position of the task in the quantum tasks queue.
|
QueueName |
queue()
The name of the queue.
|
String |
queueAsString()
The name of the queue.
|
QueuePriority |
queuePriority()
Optional.
|
String |
queuePriorityAsString()
Optional.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends QuantumTaskQueueInfo.Builder> |
serializableBuilderClass() |
QuantumTaskQueueInfo.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String message()
Optional. Provides more information about the queue position. For example, if the task is complete and no longer in the queue, the message field contains that information.
public final String position()
Current position of the task in the quantum tasks queue.
public final QueueName queue()
The name of the queue.
If the service returns an enum value that is not available in the current SDK version, queue will return
QueueName.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
queueAsString().
QueueNamepublic final String queueAsString()
The name of the queue.
If the service returns an enum value that is not available in the current SDK version, queue will return
QueueName.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
queueAsString().
QueueNamepublic final QueuePriority queuePriority()
Optional. Specifies the priority of the queue. Quantum tasks in a priority queue are processed before the tasks in a normal queue.
If the service returns an enum value that is not available in the current SDK version, queuePriority
will return QueuePriority.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
queuePriorityAsString().
QueuePrioritypublic final String queuePriorityAsString()
Optional. Specifies the priority of the queue. Quantum tasks in a priority queue are processed before the tasks in a normal queue.
If the service returns an enum value that is not available in the current SDK version, queuePriority
will return QueuePriority.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
queuePriorityAsString().
QueuePrioritypublic QuantumTaskQueueInfo.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<QuantumTaskQueueInfo.Builder,QuantumTaskQueueInfo>public static QuantumTaskQueueInfo.Builder builder()
public static Class<? extends QuantumTaskQueueInfo.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.