@Generated(value="software.amazon.awssdk:codegen") public final class DeviceQueueInfo extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DeviceQueueInfo.Builder,DeviceQueueInfo>
Information about tasks and jobs queued on a device.
| Modifier and Type | Class and Description |
|---|---|
static interface |
DeviceQueueInfo.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DeviceQueueInfo.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
QueueName |
queue()
The name of the queue.
|
String |
queueAsString()
The name of the queue.
|
QueuePriority |
queuePriority()
Optional.
|
String |
queuePriorityAsString()
Optional.
|
String |
queueSize()
The number of jobs or tasks in the queue for a given device.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DeviceQueueInfo.Builder> |
serializableBuilderClass() |
DeviceQueueInfo.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic 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. 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. 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 queueSize()
The number of jobs or tasks in the queue for a given device.
public DeviceQueueInfo.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DeviceQueueInfo.Builder,DeviceQueueInfo>public static DeviceQueueInfo.Builder builder()
public static Class<? extends DeviceQueueInfo.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.