Class HybridJobQueueInfo
- java.lang.Object
-
- software.amazon.awssdk.services.braket.model.HybridJobQueueInfo
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<HybridJobQueueInfo.Builder,HybridJobQueueInfo>
@Generated("software.amazon.awssdk:codegen") public final class HybridJobQueueInfo extends Object implements SdkPojo, Serializable, ToCopyableBuilder<HybridJobQueueInfo.Builder,HybridJobQueueInfo>
Information about the queue for a specified job.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceHybridJobQueueInfo.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static HybridJobQueueInfo.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringmessage()Optional.Stringposition()Current position of the job in the jobs queue.QueueNamequeue()The name of the queue.StringqueueAsString()The name of the queue.List<SdkField<?>>sdkFields()static Class<? extends HybridJobQueueInfo.Builder>serializableBuilderClass()HybridJobQueueInfo.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 job 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 job is complete and no longer in the queue, the message field contains that information.
-
position
public final String position()
Current position of the job in the jobs queue.
- Returns:
- Current position of the job in the jobs 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
-
toBuilder
public HybridJobQueueInfo.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<HybridJobQueueInfo.Builder,HybridJobQueueInfo>
-
builder
public static HybridJobQueueInfo.Builder builder()
-
serializableBuilderClass
public static Class<? extends HybridJobQueueInfo.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.
-
-