@Generated(value="software.amazon.awssdk:codegen") public final class QueueSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<QueueSummary.Builder,QueueSummary>
Contains summary information about a queue.
| Modifier and Type | Class and Description |
|---|---|
static interface |
QueueSummary.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
arn()
The Amazon Resource Name (ARN) of the queue.
|
static QueueSummary.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
id()
The identifier of the queue.
|
String |
name()
The name of the queue.
|
QueueType |
queueType()
The type of queue.
|
String |
queueTypeAsString()
The type of queue.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends QueueSummary.Builder> |
serializableBuilderClass() |
QueueSummary.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String id()
The identifier of the queue.
public String arn()
The Amazon Resource Name (ARN) of the queue.
public String name()
The name of the queue.
public QueueType queueType()
The type of queue.
If the service returns an enum value that is not available in the current SDK version, queueType will
return QueueType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
queueTypeAsString().
QueueTypepublic String queueTypeAsString()
The type of queue.
If the service returns an enum value that is not available in the current SDK version, queueType will
return QueueType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
queueTypeAsString().
QueueTypepublic QueueSummary.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<QueueSummary.Builder,QueueSummary>public static QueueSummary.Builder builder()
public static Class<? extends QueueSummary.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2020. All rights reserved.