Class QueueSummary
- java.lang.Object
-
- software.amazon.awssdk.services.connect.model.QueueSummary
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<QueueSummary.Builder,QueueSummary>
@Generated("software.amazon.awssdk:codegen") public final class QueueSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<QueueSummary.Builder,QueueSummary>
Contains summary information about a queue.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceQueueSummary.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringarn()The Amazon Resource Name (ARN) of the queue.static QueueSummary.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringid()The identifier of the queue.StringlastModifiedRegion()The Amazon Web Services Region where this resource was last modified.InstantlastModifiedTime()The timestamp when this resource was last modified.Stringname()The name of the queue.QueueTypequeueType()The type of queue.StringqueueTypeAsString()The type of queue.List<SdkField<?>>sdkFields()static Class<? extends QueueSummary.Builder>serializableBuilderClass()QueueSummary.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
-
id
public final String id()
The identifier of the queue.
- Returns:
- The identifier of the queue.
-
arn
public final String arn()
The Amazon Resource Name (ARN) of the queue.
- Returns:
- The Amazon Resource Name (ARN) of the queue.
-
name
public final String name()
The name of the queue.
- Returns:
- The name of the queue.
-
queueType
public final QueueType queueType()
The type of queue.
If the service returns an enum value that is not available in the current SDK version,
queueTypewill returnQueueType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromqueueTypeAsString().- Returns:
- The type of queue.
- See Also:
QueueType
-
queueTypeAsString
public final String queueTypeAsString()
The type of queue.
If the service returns an enum value that is not available in the current SDK version,
queueTypewill returnQueueType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromqueueTypeAsString().- Returns:
- The type of queue.
- See Also:
QueueType
-
lastModifiedTime
public final Instant lastModifiedTime()
The timestamp when this resource was last modified.
- Returns:
- The timestamp when this resource was last modified.
-
lastModifiedRegion
public final String lastModifiedRegion()
The Amazon Web Services Region where this resource was last modified.
- Returns:
- The Amazon Web Services Region where this resource was last modified.
-
toBuilder
public QueueSummary.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<QueueSummary.Builder,QueueSummary>
-
builder
public static QueueSummary.Builder builder()
-
serializableBuilderClass
public static Class<? extends QueueSummary.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.
-
-