Class QuantumTaskQueueInfo
- java.lang.Object
-
- software.amazon.awssdk.services.braket.model.QuantumTaskQueueInfo
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<QuantumTaskQueueInfo.Builder,QuantumTaskQueueInfo>
@Generated("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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceQuantumTaskQueueInfo.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static QuantumTaskQueueInfo.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringmessage()Optional.Stringposition()Current position of the task in the quantum tasks queue.QueueNamequeue()The name of the queue.StringqueueAsString()The name of the queue.QueuePriorityqueuePriority()Optional.StringqueuePriorityAsString()Optional.List<SdkField<?>>sdkFields()static Class<? extends QuantumTaskQueueInfo.Builder>serializableBuilderClass()QuantumTaskQueueInfo.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
-
message
public 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.
- Returns:
- 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.
-
position
public final String position()
Current position of the task in the quantum tasks queue.
- Returns:
- Current position of the task in the quantum tasks queue.
-
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,
queuewill returnQueueName.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromqueueAsString().- Returns:
- The name of the queue.
- See Also:
QueueName
-
queueAsString
public final String queueAsString()
The name of the queue.
If the service returns an enum value that is not available in the current SDK version,
queuewill returnQueueName.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromqueueAsString().- Returns:
- The name of the queue.
- See Also:
QueueName
-
queuePriority
public 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,
queuePrioritywill returnQueuePriority.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromqueuePriorityAsString().- Returns:
- Optional. Specifies the priority of the queue. Quantum tasks in a priority queue are processed before the tasks in a normal queue.
- See Also:
QueuePriority
-
queuePriorityAsString
public 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,
queuePrioritywill returnQueuePriority.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromqueuePriorityAsString().- Returns:
- Optional. Specifies the priority of the queue. Quantum tasks in a priority queue are processed before the tasks in a normal queue.
- See Also:
QueuePriority
-
toBuilder
public QuantumTaskQueueInfo.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<QuantumTaskQueueInfo.Builder,QuantumTaskQueueInfo>
-
builder
public static QuantumTaskQueueInfo.Builder builder()
-
serializableBuilderClass
public static Class<? extends QuantumTaskQueueInfo.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.
-
-