@Generated(value="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.
| Modifier and Type | Class and Description |
|---|---|
static interface |
HybridJobQueueInfo.Builder |
| Modifier and Type | Method and Description |
|---|---|
static HybridJobQueueInfo.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 job in the jobs queue.
|
QueueName |
queue()
The name of the queue.
|
String |
queueAsString()
The name of the queue.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends HybridJobQueueInfo.Builder> |
serializableBuilderClass() |
HybridJobQueueInfo.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 job is complete and no longer in the queue, the message field contains that information.
public final String position()
Current position of the job in the jobs 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 HybridJobQueueInfo.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<HybridJobQueueInfo.Builder,HybridJobQueueInfo>public static HybridJobQueueInfo.Builder builder()
public static Class<? extends HybridJobQueueInfo.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.