@Generated(value="software.amazon.awssdk:codegen") public final class Queue extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Queue.Builder,Queue>
Contains information about a queue.
| Modifier and Type | Class and Description |
|---|---|
static interface |
Queue.Builder |
| Modifier and Type | Method and Description |
|---|---|
static Queue.Builder |
builder() |
String |
description()
The description of the queue.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
boolean |
hasTags()
Returns true if the Tags property was specified by the sender (it may be empty), or false if the sender did not
specify the value (it will be empty).
|
String |
hoursOfOperationId()
The identifier for the hours of operation.
|
Integer |
maxContacts()
The maximum number of contacts that can be in the queue before it is considered full.
|
String |
name()
The name of the queue.
|
OutboundCallerConfig |
outboundCallerConfig()
The outbound caller ID name, number, and outbound whisper flow.
|
String |
queueArn()
The Amazon Resource Name (ARN) for the queue.
|
String |
queueId()
The identifier for the queue.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends Queue.Builder> |
serializableBuilderClass() |
QueueStatus |
status()
The status of the queue.
|
String |
statusAsString()
The status of the queue.
|
Map<String,String> |
tags()
One or more tags.
|
Queue.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String name()
The name of the queue.
public final String queueArn()
The Amazon Resource Name (ARN) for the queue.
public final String queueId()
The identifier for the queue.
public final String description()
The description of the queue.
public final OutboundCallerConfig outboundCallerConfig()
The outbound caller ID name, number, and outbound whisper flow.
public final String hoursOfOperationId()
The identifier for the hours of operation.
public final Integer maxContacts()
The maximum number of contacts that can be in the queue before it is considered full.
public final QueueStatus status()
The status of the queue.
If the service returns an enum value that is not available in the current SDK version, status will
return QueueStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
statusAsString().
QueueStatuspublic final String statusAsString()
The status of the queue.
If the service returns an enum value that is not available in the current SDK version, status will
return QueueStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
statusAsString().
QueueStatuspublic final boolean hasTags()
public final Map<String,String> tags()
One or more tags.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasTags() to see if a value was sent in this field.
public Queue.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<Queue.Builder,Queue>public static Queue.Builder builder()
public static Class<? extends Queue.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.